Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with http://depot.universaal.org/Resources/Checkstyle/uaal-checkstyle-config.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
572 13765 3535 9794

Files

File  I  W  E
ch/ethz/iks/slp/Advertiser.java 11 0 0
ch/ethz/iks/slp/Locator.java 12 0 1
ch/ethz/iks/slp/ServiceLocationEnumeration.java 2 0 0
ch/ethz/iks/slp/ServiceLocationException.java 5 0 0
ch/ethz/iks/slp/ServiceType.java 17 5 0
ch/ethz/iks/slp/ServiceURL.java 39 3 3
ch/ethz/iks/slp/impl/Activator.java 16 1 6
ch/ethz/iks/slp/impl/AdvertiserImpl.java 12 2 2
ch/ethz/iks/slp/impl/AttributeReply.java 15 1 8
ch/ethz/iks/slp/impl/AttributeRequest.java 15 4 7
ch/ethz/iks/slp/impl/AuthenticatedURL.java 7 0 7
ch/ethz/iks/slp/impl/AuthenticationBlock.java 12 3 3
ch/ethz/iks/slp/impl/DAAdvertisement.java 14 1 12
ch/ethz/iks/slp/impl/LocatorImpl.java 16 4 3
ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java 48 1 33
ch/ethz/iks/slp/impl/PlatformAbstraction.java 22 0 12
ch/ethz/iks/slp/impl/ReplyMessage.java 2 0 1
ch/ethz/iks/slp/impl/RequestMessage.java 1 0 2
ch/ethz/iks/slp/impl/SLPConfiguration.java 35 23 71
ch/ethz/iks/slp/impl/SLPCore.java 26 10 17
ch/ethz/iks/slp/impl/SLPDaemon.java 4 0 1
ch/ethz/iks/slp/impl/SLPDaemonImpl.java 23 4 4
ch/ethz/iks/slp/impl/SLPMessage.java 28 18 26
ch/ethz/iks/slp/impl/SLPUtils.java 17 4 1
ch/ethz/iks/slp/impl/Service.java 6 0 2
ch/ethz/iks/slp/impl/ServiceAcknowledgement.java 11 0 4
ch/ethz/iks/slp/impl/ServiceDeregistration.java 14 0 7
ch/ethz/iks/slp/impl/ServiceLocationEnumerationImpl.java 7 1 0
ch/ethz/iks/slp/impl/ServiceRegistration.java 19 0 9
ch/ethz/iks/slp/impl/ServiceReply.java 13 1 6
ch/ethz/iks/slp/impl/ServiceRequest.java 16 7 9
ch/ethz/iks/slp/impl/ServiceTypeReply.java 11 0 5
ch/ethz/iks/slp/impl/ServiceTypeRequest.java 11 4 7
ch/ethz/iks/slp/impl/filter/Filter.java 5 1 0
org/apache/karaf/branding/branding.properties 1 0 0
org/universAAL/container/JUnit/JUnitContainer.java 20 1 12
org/universAAL/container/JUnit/JUnitModuleContext.java 45 5 50
org/universAAL/middleware/aalspace/json/model/AALSpace.java 11 1 75
org/universAAL/middleware/aalspace/json/model/ChannelDescriptor.java 23 1 24
org/universAAL/middleware/api/SimpleServiceLocator.java 4 2 6
org/universAAL/middleware/api/SimpleServiceRegistrator.java 52 4 21
org/universAAL/middleware/api/annotation/Cardinality.java 1 1 4
org/universAAL/middleware/api/annotation/ChangeEffect.java 2 0 3
org/universAAL/middleware/api/annotation/ChangeEffects.java 2 0 1
org/universAAL/middleware/api/annotation/Input.java 2 0 3
org/universAAL/middleware/api/annotation/OntologyClasses.java 4 0 1
org/universAAL/middleware/api/annotation/Output.java 2 0 4
org/universAAL/middleware/api/annotation/Outputs.java 2 0 1
org/universAAL/middleware/api/annotation/Restriction.java 4 0 1
org/universAAL/middleware/api/annotation/Restrictions.java 4 0 1
org/universAAL/middleware/api/annotation/ServiceOperation.java 4 0 6
org/universAAL/middleware/api/annotation/UniversAALService.java 3 0 2
org/universAAL/middleware/api/exception/SimplifiedRegistrationException.java 3 1 3
org/universAAL/middleware/api/impl/AnnotationScanner.java 24 15 51
org/universAAL/middleware/api/impl/DynamicServiceProxy.java 14 1 9
org/universAAL/middleware/api/impl/ServiceCalleeWrapper.java 32 9 18
org/universAAL/middleware/api/impl/SimplifiedApiService.java 28 5 21
org/universAAL/middleware/brokers/Broker.java 11 1 7
org/universAAL/middleware/brokers/control/ControlBroker.java 191 32 124
org/universAAL/middleware/brokers/control/ExceptionUtils.java 4 0 3
org/universAAL/middleware/brokers/control/FileUtils.java 27 13 4
org/universAAL/middleware/brokers/control/WaitForResponse.java 5 2 12
org/universAAL/middleware/brokers/control/osgi/Activator.java 15 2 5
org/universAAL/middleware/brokers/message/BrokerMessage.java 12 1 12
org/universAAL/middleware/brokers/message/BrokerMessageFields.java 0 2 6
org/universAAL/middleware/brokers/message/Payload.java 11 0 1
org/universAAL/middleware/brokers/message/aalspace/AALSpaceMessage.java 10 3 31
org/universAAL/middleware/brokers/message/aalspace/AALSpaceMessageException.java 3 1 5
org/universAAL/middleware/brokers/message/aalspace/AALSpaceMessageFields.java 1 5 28
org/universAAL/middleware/brokers/message/configuration/ConfigurationMessage.java 13 3 30
org/universAAL/middleware/brokers/message/control/ControlMessage.java 21 10 48
org/universAAL/middleware/brokers/message/deploy/DeployMessage.java 7 2 24
org/universAAL/middleware/brokers/message/deploy/DeployMessageException.java 8 1 4
org/universAAL/middleware/brokers/message/deploy/DeployMessageFields.java 1 8 20
org/universAAL/middleware/brokers/message/deploy/DeployNotificationPayload.java 6 1 9
org/universAAL/middleware/brokers/message/deploy/DeployPayload.java 6 2 14
org/universAAL/middleware/brokers/message/distributedmw/DistributedMWMessage.java 12 3 17
org/universAAL/middleware/brokers/message/gson/BrokerMessageSerializer.java 8 1 7
org/universAAL/middleware/brokers/message/gson/GsonParserBuilder.java 16 0 15
org/universAAL/middleware/bus/junit/BusTestCase.java 58 2 9
org/universAAL/middleware/bus/junit/ManifestTestCase.java 64 13 47
org/universAAL/middleware/bus/junit/OntTestCase.java 213 24 42
org/universAAL/middleware/bus/member/BusMember.java 21 7 17
org/universAAL/middleware/bus/member/BusMemberType.java 8 0 4
org/universAAL/middleware/bus/member/Callee.java 11 0 1
org/universAAL/middleware/bus/member/Caller.java 10 0 1
org/universAAL/middleware/bus/member/Publisher.java 9 0 1
org/universAAL/middleware/bus/member/Subscriber.java 10 0 1
org/universAAL/middleware/bus/model/AbstractBus.java 44 15 59
org/universAAL/middleware/bus/model/BusStrategy.java 34 8 22
org/universAAL/middleware/bus/model/matchable/Advertisement.java 4 1 0
org/universAAL/middleware/bus/model/matchable/Event.java 4 0 0
org/universAAL/middleware/bus/model/matchable/EventAdvertisement.java 4 0 0
org/universAAL/middleware/bus/model/matchable/Matchable.java 6 0 1
org/universAAL/middleware/bus/model/matchable/Request.java 4 0 0
org/universAAL/middleware/bus/model/matchable/Requirement.java 4 0 0
org/universAAL/middleware/bus/model/matchable/Response.java 4 0 0
org/universAAL/middleware/bus/model/matchable/Subscription.java 4 0 0
org/universAAL/middleware/bus/model/matchable/UtilityAdvertisement.java 4 0 0
org/universAAL/middleware/bus/model/matchable/UtilityCall.java 4 0 0
org/universAAL/middleware/bus/model/matchable/UtilityReply.java 4 0 0
org/universAAL/middleware/bus/model/osgi/Activator.java 12 6 6
org/universAAL/middleware/bus/model/util/IRegistry.java 23 1 10
org/universAAL/middleware/bus/model/util/IRegistryListener.java 12 0 5
org/universAAL/middleware/bus/model/util/RegistryMap.java 34 2 28
org/universAAL/middleware/bus/msg/BusMessage.java 42 27 60
org/universAAL/middleware/bus/msg/MessageType.java 14 10 14
org/universAAL/middleware/bus/permission/AccessControl.java 34 20 21
org/universAAL/middleware/bus/permission/Permission.java 24 13 22
org/universAAL/middleware/connectors/CommunicationConnector.java 22 1 19
org/universAAL/middleware/connectors/Connector.java 18 0 8
org/universAAL/middleware/connectors/DeployConnector.java 5 0 4
org/universAAL/middleware/connectors/DiscoveryConnector.java 22 0 16
org/universAAL/middleware/connectors/ServiceListener.java 14 0 5
org/universAAL/middleware/connectors/communication/jgroups/JGroupsCommunicationConnector.java 86 17 73
org/universAAL/middleware/connectors/communication/jgroups/osgi/Activator.java 10 3 9
org/universAAL/middleware/connectors/communication/jgroups/util/Codec.java 22 1 2
org/universAAL/middleware/connectors/communication/jgroups/util/Consts.java 3 0 4
org/universAAL/middleware/connectors/communication/jgroups/util/CryptUtil.java 33 13 43
org/universAAL/middleware/connectors/deploy/karaf/KarafDeployConnector.java 72 31 53
org/universAAL/middleware/connectors/deploy/karaf/model/Bundle.java 41 5 31
org/universAAL/middleware/connectors/deploy/karaf/model/Config.java 28 3 13
org/universAAL/middleware/connectors/deploy/karaf/model/ConfigFile.java 28 3 13
org/universAAL/middleware/connectors/deploy/karaf/model/Dependency.java 30 3 13
org/universAAL/middleware/connectors/deploy/karaf/model/Feature.java 58 1 33
org/universAAL/middleware/connectors/deploy/karaf/model/FeaturesRoot.java 36 1 15
org/universAAL/middleware/connectors/deploy/karaf/model/ObjectFactory.java 32 1 24
org/universAAL/middleware/connectors/deploy/karaf/model/package-info.java 6 0 1
org/universAAL/middleware/connectors/deploy/karaf/osgi/Activator.java 9 2 7
org/universAAL/middleware/connectors/discovery/slp/SLPBrowser.java 25 9 20
org/universAAL/middleware/connectors/discovery/slp/SLPDiscoveryConnector.java 82 8 67
org/universAAL/middleware/connectors/discovery/slp/osgi/Activator.java 14 3 13
org/universAAL/middleware/connectors/discovery/slp/util/Consts.java 6 7 14
org/universAAL/middleware/connectors/exception/CommunicationConnectorErrorCode.java 1 1 5
org/universAAL/middleware/connectors/exception/CommunicationConnectorException.java 13 2 12
org/universAAL/middleware/connectors/exception/DiscoveryConnectorErrorCodes.java 6 0 6
org/universAAL/middleware/connectors/exception/DiscoveryConnectorException.java 10 2 5
org/universAAL/middleware/connectors/util/ChannelMessage.java 9 7 22
org/universAAL/middleware/connectors/util/ChannelMessageFields.java 0 4 10
org/universAAL/middleware/connectors/util/Consts.java 7 11 24
org/universAAL/middleware/connectors/util/ExceptionUtils.java 5 0 4
org/universAAL/middleware/container/Attributes.java 33 1 14
org/universAAL/middleware/container/Container.java 18 0 7
org/universAAL/middleware/container/LogListener.java 19 0 5
org/universAAL/middleware/container/ModuleActivator.java 3 0 3
org/universAAL/middleware/container/ModuleContext.java 44 0 28
org/universAAL/middleware/container/SharedObjectListener.java 11 0 2
org/universAAL/middleware/container/osgi/OSGiAttributes.java 10 1 5
org/universAAL/middleware/container/osgi/attributes.properties 1 0 0
org/universAAL/middleware/container/osgi/run/Activator.java 14 5 10
org/universAAL/middleware/container/osgi/run/uAALBundleExtender.java 20 10 22
org/universAAL/middleware/container/osgi/uAALBundleContainer.java 51 33 12
org/universAAL/middleware/container/osgi/uAALBundleContext.java 77 12 98
org/universAAL/middleware/container/utils/LogUtils.java 80 10 7
org/universAAL/middleware/container/utils/Messages.java 30 6 6
org/universAAL/middleware/container/utils/StringUtils.java 21 19 21
org/universAAL/middleware/context/ContextBus.java 19 1 8
org/universAAL/middleware/context/ContextBusFacade.java 7 0 3
org/universAAL/middleware/context/ContextEvent.java 55 24 75
org/universAAL/middleware/context/ContextEventPattern.java 28 25 36
org/universAAL/middleware/context/ContextPublisher.java 14 6 6
org/universAAL/middleware/context/ContextSubscriber.java 22 1 8
org/universAAL/middleware/context/DefaultContextPublisher.java 12 0 0
org/universAAL/middleware/context/data/AbstractFiltererContainer.java 23 2 5
org/universAAL/middleware/context/data/AllProvisionDataVector.java 22 1 5
org/universAAL/middleware/context/data/CalledPeers.java 24 2 21
org/universAAL/middleware/context/data/FiltererContainerData.java 24 2 8
org/universAAL/middleware/context/data/IAllProvisionData.java 21 0 2
org/universAAL/middleware/context/data/ICalledPeers.java 21 0 8
org/universAAL/middleware/context/data/IFiltererContainer.java 21 0 3
org/universAAL/middleware/context/data/INumCalledPeersData.java 21 0 3
org/universAAL/middleware/context/data/IPropsData.java 21 0 2
org/universAAL/middleware/context/data/IProvisionsData.java 21 0 2
org/universAAL/middleware/context/data/NumCalledPeersDataMap.java 25 0 7
org/universAAL/middleware/context/data/PropsDataMap.java 23 0 5
org/universAAL/middleware/context/data/ProvisionsDataList.java 23 0 5
org/universAAL/middleware/context/data/factory/AbstractContextStrategyDataFactory.java 21 1 0
org/universAAL/middleware/context/data/factory/ContextStrategyDataFactory.java 22 0 22
org/universAAL/middleware/context/data/factory/IContextStrategyDataFactory.java 21 0 11
org/universAAL/middleware/context/impl/ContextBusFactory.java 12 2 2
org/universAAL/middleware/context/impl/ContextBusImpl.java 34 2 17
org/universAAL/middleware/context/impl/ContextStrategy.java 69 13 45
org/universAAL/middleware/context/impl/osgi/Activator.java 15 1 6
org/universAAL/middleware/context/owl/ContextBusOntology.java 13 1 5
org/universAAL/middleware/context/owl/ContextProvider.java 23 13 28
org/universAAL/middleware/context/owl/ContextProviderType.java 20 7 16
org/universAAL/middleware/datarep/DataRepFactory.java 13 2 4
org/universAAL/middleware/datarep/SharedResources.java 23 14 15
org/universAAL/middleware/datarep/osgi/Activator.java 15 1 8
org/universAAL/middleware/deploymanager/uapp/model/AalUapp.java 179 11 217
org/universAAL/middleware/deploymanager/uapp/model/ArtifactType.java 8 1 13
org/universAAL/middleware/deploymanager/uapp/model/Broker.java 8 1 13
org/universAAL/middleware/deploymanager/uapp/model/Bundle.java 14 5 31
org/universAAL/middleware/deploymanager/uapp/model/CapabilityType.java 8 3 13
org/universAAL/middleware/deploymanager/uapp/model/Config.java 9 3 13
org/universAAL/middleware/deploymanager/uapp/model/ConfigFile.java 9 3 13
org/universAAL/middleware/deploymanager/uapp/model/ContactType.java 36 2 62
org/universAAL/middleware/deploymanager/uapp/model/Dependency.java 9 3 13
org/universAAL/middleware/deploymanager/uapp/model/DeploymentUnit.java 71 4 96
org/universAAL/middleware/deploymanager/uapp/model/EmbeddingType.java 3 0 7
org/universAAL/middleware/deploymanager/uapp/model/ExecutionUnit.java 11 1 19
org/universAAL/middleware/deploymanager/uapp/model/Feature.java 25 1 33
org/universAAL/middleware/deploymanager/uapp/model/FeaturesRoot.java 15 1 15
org/universAAL/middleware/deploymanager/uapp/model/LicenseCategoryType.java 3 0 6
org/universAAL/middleware/deploymanager/uapp/model/LicenseType.java 11 1 19
org/universAAL/middleware/deploymanager/uapp/model/LogicalCriteriaType.java 3 0 14
org/universAAL/middleware/deploymanager/uapp/model/LogicalRelationType.java 3 0 7
org/universAAL/middleware/deploymanager/uapp/model/ObjectFactory.java 32 4 138
org/universAAL/middleware/deploymanager/uapp/model/OntologyType.java 27 2 28
org/universAAL/middleware/deploymanager/uapp/model/OsType.java 3 0 7
org/universAAL/middleware/deploymanager/uapp/model/Part.java 43 3 65
org/universAAL/middleware/deploymanager/uapp/model/PlatformType.java 3 0 9
org/universAAL/middleware/deploymanager/uapp/model/ProfileType.java 8 1 13
org/universAAL/middleware/deploymanager/uapp/model/ReqAtomType.java 11 1 19
org/universAAL/middleware/deploymanager/uapp/model/ReqCriticalityType.java 3 0 7
org/universAAL/middleware/deploymanager/uapp/model/ReqGroupType.java 10 1 15
org/universAAL/middleware/deploymanager/uapp/model/ReqType.java 11 1 19
org/universAAL/middleware/deploymanager/uapp/model/SpaceType.java 3 0 8
org/universAAL/middleware/deploymanager/uapp/model/ToBeDefined.java 6 1 11
org/universAAL/middleware/deploymanager/uapp/model/VersionType.java 11 1 31
org/universAAL/middleware/deploymanager/uapp/model/package-info.java 1 0 1
org/universAAL/middleware/felix/shell/commands/AALSpaceCommand.java 5 4 12
org/universAAL/middleware/felix/shell/commands/Activator.java 3 0 4
org/universAAL/middleware/interfaces/ChannelDescriptor.java 8 4 19
org/universAAL/middleware/interfaces/PeerCard.java 20 17 42
org/universAAL/middleware/interfaces/PeerRole.java 1 0 5
org/universAAL/middleware/interfaces/aalspace/AALSpaceCard.java 19 14 66
org/universAAL/middleware/interfaces/aalspace/AALSpaceDescriptor.java 8 5 17
org/universAAL/middleware/interfaces/aalspace/AALSpaceStatus.java 2 0 8
org/universAAL/middleware/interfaces/aalspace/AALSpaceType.java 1 0 3
org/universAAL/middleware/interfaces/aalspace/Consts.java 8 8 18
org/universAAL/middleware/interfaces/aalspace/model/IAALSpace.java 13 1 4
org/universAAL/middleware/interfaces/aalspace/model/IChannelDescriptor.java 9 0 4
org/universAAL/middleware/interfaces/aalspace/model/ICommunicationChannels.java 13 0 3
org/universAAL/middleware/interfaces/aalspace/model/IPeeringChannel.java 10 0 1
org/universAAL/middleware/interfaces/aalspace/model/ISpaceDescriptor.java 31 0 4
org/universAAL/middleware/interfaces/aalspace/xml/model/Aalspace.java 114 4 104
org/universAAL/middleware/interfaces/aalspace/xml/model/ChannelDescriptor.java 34 1 25
org/universAAL/middleware/interfaces/aalspace/xml/model/ObjectFactory.java 27 0 16
org/universAAL/middleware/interfaces/aalspace/xml/model/package-info.java 1 0 1
org/universAAL/middleware/interfaces/configuration/ConfigurableModule.java 8 1 0
org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/ConfigurationDefinedElsewhere.java 8 1 7
org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/ConfigurationFile.java 11 0 1
org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/ConfigurationParameter.java 13 0 1
org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/DescribedEntity.java 16 0 1
org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/DynamicDescribedEntity.java 8 0 2
org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/DynamicDescribedEntityListener.java 13 0 3
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/ConfigurableEntityEditor.java 9 1 2
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/ConfigurableEntityEditorListener.java 6 1 0
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/ConfigurationFileEditor.java 9 0 0
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/ConfigurationParameterEditor.java 9 0 0
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ApplicationPartPattern.java 7 1 6
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ApplicationPattern.java 7 0 5
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ConfigurationFileTypePattern.java 8 1 4
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ConfigurationParameterTypePattern.java 8 1 4
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/EntityPattern.java 4 0 1
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/IdPattern.java 7 0 4
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/InstancePattern.java 7 0 5
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ModulePattern.java 7 0 4
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/NotPattern.java 7 0 5
org/universAAL/middleware/interfaces/configuration/scope/AALSpaceScope.java 7 1 0
org/universAAL/middleware/interfaces/configuration/scope/AppPartScope.java 10 2 1
org/universAAL/middleware/interfaces/configuration/scope/ApplicationScope.java 9 2 4
org/universAAL/middleware/interfaces/configuration/scope/InstanceScope.java 13 2 2
org/universAAL/middleware/interfaces/configuration/scope/ModuleScope.java 12 1 4
org/universAAL/middleware/interfaces/configuration/scope/Scope.java 19 2 8
org/universAAL/middleware/interfaces/mpa/Pair.java 7 5 14
org/universAAL/middleware/interfaces/mpa/UAPPCard.java 12 6 19
org/universAAL/middleware/interfaces/mpa/UAPPPartStatus.java 2 0 7
org/universAAL/middleware/interfaces/mpa/UAPPStatus.java 8 1 12
org/universAAL/middleware/interfaces/mpa/model/AalMpa.java 351 0 226
org/universAAL/middleware/interfaces/mpa/model/Artifact.java 21 0 8
org/universAAL/middleware/interfaces/mpa/model/ArtifactType.java 18 0 13
org/universAAL/middleware/interfaces/mpa/model/Broker.java 18 0 13
org/universAAL/middleware/interfaces/mpa/model/Brokers.java 11 0 4
org/universAAL/middleware/interfaces/mpa/model/Bundle.java 33 4 31
org/universAAL/middleware/interfaces/mpa/model/Config.java 21 2 13
org/universAAL/middleware/interfaces/mpa/model/ConfigFile.java 21 2 13
org/universAAL/middleware/interfaces/mpa/model/Dependency.java 24 2 13
org/universAAL/middleware/interfaces/mpa/model/DeploymentUnit.java 93 0 69
org/universAAL/middleware/interfaces/mpa/model/EmbeddingType.java 8 0 8
org/universAAL/middleware/interfaces/mpa/model/ExecutionUnit.java 24 0 19
org/universAAL/middleware/interfaces/mpa/model/Feature.java 47 0 33
org/universAAL/middleware/interfaces/mpa/model/FeaturesRoot.java 26 0 15
org/universAAL/middleware/interfaces/mpa/model/ObjectFactory.java 64 4 117
org/universAAL/middleware/interfaces/mpa/model/OntologyType.java 46 0 28
org/universAAL/middleware/interfaces/mpa/model/OsType.java 6 0 8
org/universAAL/middleware/interfaces/mpa/model/Part.java 29 0 23
org/universAAL/middleware/interfaces/mpa/model/PlatformType.java 6 0 6
org/universAAL/middleware/interfaces/mpa/model/ProfileType.java 18 0 13
org/universAAL/middleware/interfaces/mpa/model/SpaceType.java 6 0 7
org/universAAL/middleware/interfaces/mpa/model/ToBeDefined.java 18 0 11
org/universAAL/middleware/interfaces/mpa/model/VersionType.java 30 0 37
org/universAAL/middleware/interfaces/mpa/model/package-info.java 1 0 1
org/universAAL/middleware/interfaces/utils/Util.java 8 1 9
org/universAAL/middleware/junit/MWTestCase.java 21 1 3
org/universAAL/middleware/managers/aalspace/AALSpaceManagerImpl.java 181 29 116
org/universAAL/middleware/managers/aalspace/MatchingResultImpl.java 5 0 8
org/universAAL/middleware/managers/aalspace/osgi/Activator.java 16 7 10
org/universAAL/middleware/managers/aalspace/util/AALSpaceSchemaEventHandler.java 10 2 5
org/universAAL/middleware/managers/aalspace/util/CheckPeerThread.java 10 1 12
org/universAAL/middleware/managers/aalspace/util/Consts.java 8 10 22
org/universAAL/middleware/managers/aalspace/util/Joiner.java 8 4 9
org/universAAL/middleware/managers/aalspace/util/RefreshAALSpaceThread.java 7 2 10
org/universAAL/middleware/managers/api/AALSpaceEventHandler.java 18 1 16
org/universAAL/middleware/managers/api/AALSpaceListener.java 11 0 8
org/universAAL/middleware/managers/api/AALSpaceManager.java 31 0 17
org/universAAL/middleware/managers/api/ConfigurationEditor.java 19 0 1
org/universAAL/middleware/managers/api/ConfigurationManager.java 11 0 0
org/universAAL/middleware/managers/api/ConfigurationManagerConnector.java 10 0 3
org/universAAL/middleware/managers/api/DeployManager.java 10 0 3
org/universAAL/middleware/managers/api/DeployManagerEventHandler.java 5 0 2
org/universAAL/middleware/managers/api/DistributedMWEventHandler.java 9 0 2
org/universAAL/middleware/managers/api/InstallationResults.java 2 0 14
org/universAAL/middleware/managers/api/InstallationResultsDetails.java 15 0 15
org/universAAL/middleware/managers/api/Manager.java 5 0 3
org/universAAL/middleware/managers/api/MatchingResult.java 5 0 1
org/universAAL/middleware/managers/api/TenantListener.java 4 0 3
org/universAAL/middleware/managers/api/TenantManager.java 9 0 7
org/universAAL/middleware/managers/api/UAPPPackage.java 11 3 9
org/universAAL/middleware/managers/configuration/core/impl/ConfigurationManagerImpl.java 56 3 73
org/universAAL/middleware/managers/configuration/core/impl/GenericConfigurationEntity.java 15 1 20
org/universAAL/middleware/managers/configuration/core/impl/LocalConfigurationEntity.java 11 0 8
org/universAAL/middleware/managers/configuration/core/impl/LocalConfigurationFileEditor.java 11 0 21
org/universAAL/middleware/managers/configuration/core/impl/LocalConfigurationParameterEditor.java 14 0 24
org/universAAL/middleware/managers/configuration/core/impl/RemoteConfigurationEntity.java 16 0 17
org/universAAL/middleware/managers/configuration/core/impl/RemoteConfigurationFileEditor.java 10 0 21
org/universAAL/middleware/managers/configuration/core/impl/RemoteConfigurationParamaterEditor.java 13 0 25
org/universAAL/middleware/managers/configuration/core/impl/factories/EntityFactory.java 19 2 1
org/universAAL/middleware/managers/configuration/core/impl/factories/ScopeFactory.java 9 15 6
org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/ConfigurationEditorPool.java 30 2 7
org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/EntityManager.java 39 2 26
org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/FileManagement.java 14 0 6
org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/ModuleRegistry.java 18 0 14
org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/PendingRequestsManager.java 17 1 11
org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/SharedObjectConnector.java 17 0 19
org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/SynchronousConfEntityManager.java 9 2 7
org/universAAL/middleware/managers/configuration/core/owl/AALConfigurationOntology.java 11 7 7
org/universAAL/middleware/managers/configuration/core/owl/ConfigurationFile.java 17 5 38
org/universAAL/middleware/managers/configuration/core/owl/ConfigurationParameter.java 13 7 25
org/universAAL/middleware/managers/configuration/core/owl/Entity.java 14 9 29
org/universAAL/middleware/managers/configuration/osgi/ConfigurationActivator.java 8 1 9
org/universAAL/middleware/managers/configuration/osgi/FileProvider.java 7 0 17
org/universAAL/middleware/managers/configuration/osgi/ResourceMapper.java 19 8 13
org/universAAL/middleware/managers/deploy/DeployManagerImpl.java 158 33 66
org/universAAL/middleware/managers/deploy/osgi/Activator.java 15 6 11
org/universAAL/middleware/managers/deploy/util/Consts.java 1 1 7
org/universAAL/middleware/managers/distributedmw/api/DistributedBusMemberListener.java 17 1 10
org/universAAL/middleware/managers/distributedmw/api/DistributedBusMemberManager.java 12 0 0
org/universAAL/middleware/managers/distributedmw/api/DistributedLogListener.java 13 0 5
org/universAAL/middleware/managers/distributedmw/api/DistributedLogManager.java 9 0 2
org/universAAL/middleware/managers/distributedmw/impl/BusMemberListenerHandler.java 40 7 36
org/universAAL/middleware/managers/distributedmw/impl/DistributedMWManagerImpl.java 45 5 36
org/universAAL/middleware/managers/distributedmw/impl/ListenerHandler.java 27 12 29
org/universAAL/middleware/managers/distributedmw/impl/LogListenerHandler.java 28 1 27
org/universAAL/middleware/managers/distributedmw/impl/SharedObjectConnector.java 16 0 19
org/universAAL/middleware/managers/distributedmw/impl/SpaceListener.java 15 0 17
org/universAAL/middleware/managers/distributedmw/osgi/DistributedMWActivator.java 18 1 8
org/universAAL/middleware/managers/tenant/TenantManagerImpl.java 14 2 20
org/universAAL/middleware/managers/tenant/osgi/Activator.java 12 1 7
org/universAAL/middleware/modules/AALSpaceModule.java 33 1 31
org/universAAL/middleware/modules/CommunicationModule.java 29 0 29
org/universAAL/middleware/modules/ConfigurableCommunicationModule.java 8 0 8
org/universAAL/middleware/modules/DeployModule.java 10 0 3
org/universAAL/middleware/modules/Module.java 13 0 7
org/universAAL/middleware/modules/aalspace/AALSpaceModuleImpl.java 185 19 68
org/universAAL/middleware/modules/aalspace/osgi/Activator.java 13 5 10
org/universAAL/middleware/modules/communication/BroadcastExecutor.java 8 4 8
org/universAAL/middleware/modules/communication/CommunicationModuleImpl.java 68 10 72
org/universAAL/middleware/modules/communication/UnicastExecutor.java 10 6 9
org/universAAL/middleware/modules/communication/osgi/Activator.java 13 2 7
org/universAAL/middleware/modules/exception/AALSpaceModuleErrorCode.java 6 1 14
org/universAAL/middleware/modules/exception/AALSpaceModuleException.java 9 2 6
org/universAAL/middleware/modules/exception/CommunicationModuleErrorCode.java 6 0 5
org/universAAL/middleware/modules/exception/CommunicationModuleException.java 9 6 13
org/universAAL/middleware/modules/listener/MessageListener.java 11 1 6
org/universAAL/middleware/modules/util/Consts.java 6 6 12
org/universAAL/middleware/owl/AllValuesFromRestriction.java 41 18 22
org/universAAL/middleware/owl/Base64Restriction.java 10 0 2
org/universAAL/middleware/owl/BoundedValueRestriction.java 59 28 28
org/universAAL/middleware/owl/ComparableIndividual.java 21 0 23
org/universAAL/middleware/owl/Complement.java 31 6 22
org/universAAL/middleware/owl/DataRepOntology.java 20 0 4
org/universAAL/middleware/owl/DatatypeProperty.java 16 0 3
org/universAAL/middleware/owl/DatatypePropertySetup.java 8 0 0
org/universAAL/middleware/owl/DoubleRestriction.java 27 1 8
org/universAAL/middleware/owl/Enumeration.java 48 24 28
org/universAAL/middleware/owl/ExactCardinalityRestriction.java 32 19 22
org/universAAL/middleware/owl/FloatRestriction.java 27 1 8
org/universAAL/middleware/owl/HasValueRestriction.java 38 31 32
org/universAAL/middleware/owl/IndividualRestriction.java 26 1 7
org/universAAL/middleware/owl/IntRestriction.java 27 1 7
org/universAAL/middleware/owl/Intersection.java 40 22 35
org/universAAL/middleware/owl/LengthRestriction.java 83 37 41
org/universAAL/middleware/owl/LongRestriction.java 28 1 7
org/universAAL/middleware/owl/ManagedIndividual.java 50 33 28
org/universAAL/middleware/owl/MaxCardinalityRestriction.java 32 18 22
org/universAAL/middleware/owl/MergedRestriction.java 125 87 13
org/universAAL/middleware/owl/MinCardinalityRestriction.java 32 18 22
org/universAAL/middleware/owl/ObjectProperty.java 31 7 11
org/universAAL/middleware/owl/ObjectPropertySetup.java 20 0 0
org/universAAL/middleware/owl/OntClassInfo.java 56 29 33
org/universAAL/middleware/owl/OntClassInfoSetup.java 26 0 0
org/universAAL/middleware/owl/Ontology.java 58 24 19
org/universAAL/middleware/owl/OntologyManagement.java 101 38 11
org/universAAL/middleware/owl/PrivateResource.java 3 0 9
org/universAAL/middleware/owl/PropertyRestriction.java 39 21 23
org/universAAL/middleware/owl/SimpleOntology.java 14 0 4
org/universAAL/middleware/owl/SomeValuesFromRestriction.java 31 14 22
org/universAAL/middleware/owl/StringRestriction.java 9 0 1
org/universAAL/middleware/owl/TypeExpression.java 58 9 21
org/universAAL/middleware/owl/TypeExpressionFactory.java 12 35 4
org/universAAL/middleware/owl/TypeRestriction.java 89 78 27
org/universAAL/middleware/owl/TypeURI.java 41 27 24
org/universAAL/middleware/owl/URIRestriction.java 8 0 1
org/universAAL/middleware/owl/Union.java 35 26 22
org/universAAL/middleware/owl/generic/GenericManagedIndividual.java 6 2 2
org/universAAL/middleware/owl/generic/GenericOntology.java 19 9 5
org/universAAL/middleware/owl/generic/GenericResourceFactory.java 5 0 2
org/universAAL/middleware/owl/supply/AbsLocation.java 5 1 4
org/universAAL/middleware/owl/supply/LevelRating.java 11 11 29
org/universAAL/middleware/owl/supply/Rating.java 19 19 45
org/universAAL/middleware/owl/util/OntologyTest.java 47 7 7
org/universAAL/middleware/rdf/ClosedCollection.java 9 1 1
org/universAAL/middleware/rdf/FinalizedResource.java 17 0 20
org/universAAL/middleware/rdf/LangString.java 11 8 189
org/universAAL/middleware/rdf/ObjectCollection.java 8 0 1
org/universAAL/middleware/rdf/OpenCollection.java 9 0 1
org/universAAL/middleware/rdf/Property.java 29 5 22
org/universAAL/middleware/rdf/PropertyPath.java 29 31 20
org/universAAL/middleware/rdf/PropertySetup.java 21 0 6
org/universAAL/middleware/rdf/RDFClassInfo.java 51 27 40
org/universAAL/middleware/rdf/RDFClassInfoSetup.java 22 0 1
org/universAAL/middleware/rdf/Resource.java 112 86 96
org/universAAL/middleware/rdf/ResourceFactory.java 9 0 2
org/universAAL/middleware/rdf/ScopedResource.java 35 1 18
org/universAAL/middleware/rdf/TypeMapper.java 38 22 6
org/universAAL/middleware/rdf/UnmodifiableResource.java 50 5 57
org/universAAL/middleware/rdf/UnmodifiableResourceList.java 35 6 39
org/universAAL/middleware/rdf/Variable.java 23 8 16
org/universAAL/middleware/serialization/MessageContentSerializer.java 12 1 0
org/universAAL/middleware/serialization/MessageContentSerializerEx.java 7 0 1
org/universAAL/middleware/serialization/turtle/TurtleParser.java 31 43 41
org/universAAL/middleware/serialization/turtle/TurtleSerializer.java 15 0 12
org/universAAL/middleware/serialization/turtle/TurtleUtil.java 28 43 28
org/universAAL/middleware/serialization/turtle/TurtleWriter.java 79 83 57
org/universAAL/middleware/serialization/turtle/osgi/Activator.java 13 1 2
org/universAAL/middleware/service/AggregatingFilter.java 24 13 19
org/universAAL/middleware/service/AggregatingFilterFactory.java 30 4 4
org/universAAL/middleware/service/AggregationFunction.java 25 14 24
org/universAAL/middleware/service/AvailabilitySubscriber.java 13 0 0
org/universAAL/middleware/service/CallStatus.java 18 8 17
org/universAAL/middleware/service/DefaultServiceCaller.java 12 0 3
org/universAAL/middleware/service/MultiServiceResponse.java 20 11 2
org/universAAL/middleware/service/ProfileExistsException.java 13 2 6
org/universAAL/middleware/service/ServiceBus.java 56 0 14
org/universAAL/middleware/service/ServiceBusFacade.java 7 0 3
org/universAAL/middleware/service/ServiceCall.java 41 9 21
org/universAAL/middleware/service/ServiceCallee.java 34 4 3
org/universAAL/middleware/service/ServiceCaller.java 46 3 23
org/universAAL/middleware/service/ServiceRequest.java 59 7 40
org/universAAL/middleware/service/ServiceResponse.java 33 12 21
org/universAAL/middleware/service/aapi/AapiServiceRequest.java 19 1 11
org/universAAL/middleware/service/aapi/AapiServiceResponse.java 8 0 6
org/universAAL/middleware/service/data/ILocalServiceSearchResultsData.java 22 1 3
org/universAAL/middleware/service/data/ILocalServicesIndexData.java 22 0 5
org/universAAL/middleware/service/data/ILocalWaitingCallersData.java 21 0 2
org/universAAL/middleware/service/data/LocalServiceSearchResultsDataMap.java 25 0 7
org/universAAL/middleware/service/data/LocalServicesIndexDataMap.java 25 0 12
org/universAAL/middleware/service/data/LocalWaitingDataMap.java 24 0 5
org/universAAL/middleware/service/data/factory/AbstractServiceStrategyDataFactory.java 21 1 0
org/universAAL/middleware/service/data/factory/IServiceStrategyDataFactory.java 21 0 3
org/universAAL/middleware/service/data/factory/ServiceStrategyDataFactory.java 22 0 6
org/universAAL/middleware/service/impl/ServiceBusFactory.java 14 11 2
org/universAAL/middleware/service/impl/ServiceBusImpl.java 63 8 56
org/universAAL/middleware/service/impl/ServiceMatcher.java 54 31 10
org/universAAL/middleware/service/impl/ServiceProfileWrapper.java 13 2 7
org/universAAL/middleware/service/impl/ServiceRealization.java 59 43 59
org/universAAL/middleware/service/impl/ServiceRequestWrapper.java 13 2 8
org/universAAL/middleware/service/impl/ServiceStrategy.java 412 180 104
org/universAAL/middleware/service/impl/ServiceWrapper.java 11 0 10
org/universAAL/middleware/service/impl/osgi/Activator.java 16 1 4
org/universAAL/middleware/service/owl/InitialServiceDialog.java 30 1 21
org/universAAL/middleware/service/owl/Service.java 64 15 73
org/universAAL/middleware/service/owl/ServiceBusOntology.java 13 9 5
org/universAAL/middleware/service/owl/UserInterfaceService.java 60 6 24
org/universAAL/middleware/service/owls/process/Conversion.java 32 6 12
org/universAAL/middleware/service/owls/process/OutputBinding.java 41 14 42
org/universAAL/middleware/service/owls/process/ProcessEffect.java 31 15 28
org/universAAL/middleware/service/owls/process/ProcessInput.java 15 10 6
org/universAAL/middleware/service/owls/process/ProcessLocal.java 10 0 4
org/universAAL/middleware/service/owls/process/ProcessOutput.java 17 9 8
org/universAAL/middleware/service/owls/process/ProcessParameter.java 45 39 39
org/universAAL/middleware/service/owls/process/ProcessResult.java 70 25 39
org/universAAL/middleware/service/owls/profile/MultiLocationParameter.java 15 8 6
org/universAAL/middleware/service/owls/profile/NumberOfSamples.java 14 4 8
org/universAAL/middleware/service/owls/profile/ProfileParameter.java 19 10 18
org/universAAL/middleware/service/owls/profile/QoSRating.java 14 3 6
org/universAAL/middleware/service/owls/profile/ResponseTimeInMilliseconds.java 14 4 6
org/universAAL/middleware/service/owls/profile/ServiceProfile.java 66 24 73
org/universAAL/middleware/service/owls/profile/SingleLocationParameter.java 14 3 6
org/universAAL/middleware/shell/universAAL/osgi/AALSpaceCommand.java 7 4 3
org/universAAL/middleware/shell/universAAL/osgi/ListOfPeerCommand.java 3 2 3
org/universAAL/middleware/shell/universAAL/osgi/TargetAALSpaceCommand.java 9 0 3
org/universAAL/middleware/shell/universAAL/osgi/TenantCommand.java 7 0 3
org/universAAL/middleware/shell/universAAL/osgi/UAPPCommand.java 3 0 2
org/universAAL/middleware/tracker/IBusMemberRegistry.java 13 2 5
org/universAAL/middleware/tracker/IBusMemberRegistryListener.java 15 0 0
org/universAAL/middleware/tracker/impl/Activator.java 4 3 10
org/universAAL/middleware/tracker/impl/BusMemberRegistryImpl.java 33 9 33
org/universAAL/middleware/tracker/osgi/Activator.java 7 2 6
org/universAAL/middleware/ui/IDialogManager.java 21 1 0
org/universAAL/middleware/ui/IUIBus.java 38 0 5
org/universAAL/middleware/ui/UIBusFacade.java 7 0 3
org/universAAL/middleware/ui/UICaller.java 29 5 5
org/universAAL/middleware/ui/UIHandler.java 36 1 7
org/universAAL/middleware/ui/UIHandlerProfile.java 40 2 24
org/universAAL/middleware/ui/UIRequest.java 43 12 23
org/universAAL/middleware/ui/UIResponse.java 29 12 13
org/universAAL/middleware/ui/impl/IUIStrategyMessageSharedProps.java 20 9 2
org/universAAL/middleware/ui/impl/RunningDialogsManager.java 13 0 18
org/universAAL/middleware/ui/impl/UIBusFactory.java 12 17 2
org/universAAL/middleware/ui/impl/UIBusImpl.java 77 5 26
org/universAAL/middleware/ui/impl/UIStrategyCaller.java 82 7 74
org/universAAL/middleware/ui/impl/UIStrategyCoordinatorMng.java 12 0 7
org/universAAL/middleware/ui/impl/UIStrategyHandler.java 111 10 81
org/universAAL/middleware/ui/impl/generic/CallBasedStrategy.java 38 1 34
org/universAAL/middleware/ui/impl/generic/CallMessage.java 6 0 12
org/universAAL/middleware/ui/impl/generic/CoordinatedRegistrationManagement.java 49 4 54
org/universAAL/middleware/ui/impl/generic/CoordinatedStrategy.java 51 10 67
org/universAAL/middleware/ui/impl/generic/EventBasedStrategy.java 27 0 20
org/universAAL/middleware/ui/impl/generic/EventMessage.java 3 0 4
org/universAAL/middleware/ui/impl/osgi/Activator.java 13 1 5
org/universAAL/middleware/ui/owl/AccessImpairment.java 13 2 11
org/universAAL/middleware/ui/owl/DialogType.java 17 8 19
org/universAAL/middleware/ui/owl/Modality.java 21 10 26
org/universAAL/middleware/ui/owl/Preference.java 10 0 6
org/universAAL/middleware/ui/owl/PrivacyLevel.java 20 11 25
org/universAAL/middleware/ui/owl/Recommendation.java 8 0 9
org/universAAL/middleware/ui/owl/UIBusOntology.java 17 16 6
org/universAAL/middleware/ui/rdf/ChoiceItem.java 12 2 3
org/universAAL/middleware/ui/rdf/ChoiceList.java 18 10 15
org/universAAL/middleware/ui/rdf/Form.java 63 33 77
org/universAAL/middleware/ui/rdf/FormControl.java 28 48 52
org/universAAL/middleware/ui/rdf/FormElement.java 12 0 8
org/universAAL/middleware/ui/rdf/Group.java 51 61 54
org/universAAL/middleware/ui/rdf/Input.java 18 11 20
org/universAAL/middleware/ui/rdf/InputField.java 17 2 12
org/universAAL/middleware/ui/rdf/Label.java 16 4 13
org/universAAL/middleware/ui/rdf/MediaObject.java 39 14 26
org/universAAL/middleware/ui/rdf/Output.java 13 0 2
org/universAAL/middleware/ui/rdf/Range.java 30 27 23
org/universAAL/middleware/ui/rdf/Repeat.java 45 40 69
org/universAAL/middleware/ui/rdf/Select.java 31 19 27
org/universAAL/middleware/ui/rdf/Select1.java 14 0 1
org/universAAL/middleware/ui/rdf/SimpleOutput.java 17 7 9
org/universAAL/middleware/ui/rdf/SubdialogTrigger.java 18 4 13
org/universAAL/middleware/ui/rdf/Submit.java 28 17 32
org/universAAL/middleware/ui/rdf/TextArea.java 15 1 8
org/universAAL/middleware/util/Constants.java 15 6 3
org/universAAL/middleware/util/GraphIterator.java 20 17 33
org/universAAL/middleware/util/GraphIteratorElement.java 19 7 11
org/universAAL/middleware/util/IntAggregator.java 11 4 6
org/universAAL/middleware/util/MatchLogEntry.java 21 11 15
org/universAAL/middleware/util/OntologyListener.java 15 0 0
org/universAAL/middleware/util/RatingAggregator.java 10 5 6
org/universAAL/middleware/util/ResourceComparator.java 50 21 28
org/universAAL/middleware/util/ResourceUtil.java 12 4 3
org/universAAL/middleware/util/Specializer.java 14 6 4
org/universAAL/middleware/xsd/Base64Binary.java 18 12 8
org/universAAL/middleware/xsd/NonNegativeInteger.java 14 15 9
org/universAAL/middleware/xsd/util/Base64.java 229 156 70

Rules

Category Rule Violations Severity
blocks AvoidNestedBlocks 13  Warning
EmptyBlock 6  Warning
LeftCurly 52  Warning
NeedBraces 1832  Warning
RightCurly 42  Warning
coding AvoidInlineConditionals 253  Warning
EqualsHashCode 3  Warning
HiddenField 364  Warning
InnerAssignment 45  Warning
MagicNumber 393  Warning
MissingSwitchDefault 29  Warning
SimplifyBooleanExpression 47  Warning
SimplifyBooleanReturn 6  Warning
design DesignForExtension 2346  Error
FinalClass 9  Error
HideUtilityClassConstructor 29  Error
InterfaceIsType 3  Error
VisibilityModifier 515  Error
imports RedundantImport 2  Info
UnusedImports 95  Info
javadoc JavadocMethod 4202  Error
JavadocPackage
  • allowLegacy: "true"
116  Warning
JavadocStyle 705  Error
JavadocType 121  Error
JavadocVariable 1864  Error
misc ArrayTypeStyle 8  Info
FinalParameters 3915  Info
NewlineAtEndOfFile 28  Info
TodoComment 80  Info
modifier ModifierOrder 128  Info
RedundantModifier 418  Info
naming ConstantName 171  Warning
LocalFinalVariableName 23  Warning
LocalVariableName 9  Warning
MemberName 9  Warning
MethodName 11  Warning
ParameterName 10  Warning
StaticVariableName 98  Warning
TypeName 3  Warning
regexp RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
5134  Info
sizes FileLength 2  Info
LineLength 2532  Info
MethodLength 13  Info
ParameterNumber 5  Info
whitespace FileTabCharacter
  • eachLine: "false"
481  Info
NoWhitespaceAfter 650  Info
NoWhitespaceBefore 5  Info
ParenPad 5  Info
WhitespaceAfter 26  Info
WhitespaceAround 238  Info

Details

ch/ethz/iks/slp/Advertiser.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 77
 Info regexp RegexpSingleline Line has trailing spaces. 83
 Info regexp RegexpSingleline Line has trailing spaces. 102
 Info regexp RegexpSingleline Line has trailing spaces. 112
 Info regexp RegexpSingleline Line has trailing spaces. 128
 Info regexp RegexpSingleline Line has trailing spaces. 142
 Info regexp RegexpSingleline Line has trailing spaces. 156

ch/ethz/iks/slp/Locator.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info regexp RegexpSingleline Line has trailing spaces. 45
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Info regexp RegexpSingleline Line has trailing spaces. 61
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 75
 Info regexp RegexpSingleline Line has trailing spaces. 79
 Error javadoc JavadocMethod Expected @throws tag for 'IllegalArgumentException'. 98
 Info regexp RegexpSingleline Line has trailing spaces. 102
 Info regexp RegexpSingleline Line has trailing spaces. 111
 Info regexp RegexpSingleline Line has trailing spaces. 115
 Info regexp RegexpSingleline Line has trailing spaces. 128
 Info regexp RegexpSingleline Line has trailing spaces. 137
 Info regexp RegexpSingleline Line has trailing spaces. 141

ch/ethz/iks/slp/ServiceLocationEnumeration.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 43

ch/ethz/iks/slp/ServiceLocationException.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info sizes LineLength Line is longer than 80 characters (found 81). 40
 Info regexp RegexpSingleline Line has trailing spaces. 147
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 154
 Info regexp RegexpSingleline Line has trailing spaces. 160

ch/ethz/iks/slp/ServiceType.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 19
 Info regexp RegexpSingleline Line has trailing spaces. 68
 Info regexp RegexpSingleline Line has trailing spaces. 71
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 77
 Warning coding MagicNumber '8' is a magic number. 81
 Warning coding MagicNumber '4' is a magic number. 110
 Info regexp RegexpSingleline Line has trailing spaces. 122
 Info regexp RegexpSingleline Line has trailing spaces. 131
 Info regexp RegexpSingleline Line has trailing spaces. 140
 Info regexp RegexpSingleline Line has trailing spaces. 149
 Info regexp RegexpSingleline Line has trailing spaces. 158
 Info regexp RegexpSingleline Line has trailing spaces. 167
 Info regexp RegexpSingleline Line has trailing spaces. 176
 Info regexp RegexpSingleline Line has trailing spaces. 185
 Info regexp RegexpSingleline Line has trailing spaces. 204
 Info regexp RegexpSingleline Line has trailing spaces. 223
 Info regexp RegexpSingleline Line has trailing spaces. 232
 Warning coding MagicNumber '8' is a magic number. 242
 Warning coding MagicNumber '16' is a magic number. 245
 Warning coding MagicNumber '24' is a magic number. 248

ch/ethz/iks/slp/ServiceURL.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 43
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Info regexp RegexpSingleline Line has trailing spaces. 56
 Info regexp RegexpSingleline Line has trailing spaces. 61
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Info regexp RegexpSingleline Line has trailing spaces. 71
 Info regexp RegexpSingleline Line has trailing spaces. 76
 Info regexp RegexpSingleline Line has trailing spaces. 81
 Info regexp RegexpSingleline Line has trailing spaces. 86
 Info regexp RegexpSingleline Line has trailing spaces. 91
 Info regexp RegexpSingleline Line has trailing spaces. 96
 Info regexp RegexpSingleline Line has trailing spaces. 101
 Info regexp RegexpSingleline Line has trailing spaces. 106
 Info regexp RegexpSingleline Line has trailing spaces. 111
 Info regexp RegexpSingleline Line has trailing spaces. 112
 Info regexp RegexpSingleline Line has trailing spaces. 119
 Info regexp RegexpSingleline Line has trailing spaces. 122
 Info regexp RegexpSingleline Line has trailing spaces. 126
 Info regexp RegexpSingleline Line has trailing spaces. 131
 Info regexp RegexpSingleline Line has trailing spaces. 135
 Info regexp RegexpSingleline Line has trailing spaces. 157
 Warning coding InnerAssignment Inner assignments should be avoided. 174
 Info regexp RegexpSingleline Line has trailing spaces. 199
 Info regexp RegexpSingleline Line has trailing spaces. 222
 Info regexp RegexpSingleline Line has trailing spaces. 239
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 244
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 245
 Info regexp RegexpSingleline Line has trailing spaces. 250
 Info regexp RegexpSingleline Line has trailing spaces. 259
 Info regexp RegexpSingleline Line has trailing spaces. 268
 Info regexp RegexpSingleline Line has trailing spaces. 278
 Info regexp RegexpSingleline Line has trailing spaces. 287
 Info regexp RegexpSingleline Line has trailing spaces. 296
 Info regexp RegexpSingleline Line has trailing spaces. 305
 Info regexp RegexpSingleline Line has trailing spaces. 314
 Info regexp RegexpSingleline Line has trailing spaces. 323
 Info misc FinalParameters Parameter out should be final. 328
 Error javadoc JavadocMethod Expected @param tag for 'out'. 328
 Error javadoc JavadocMethod Missing a Javadoc comment. 335
 Info regexp RegexpSingleline Line has trailing spaces. 343
 Info regexp RegexpSingleline Line has trailing spaces. 355
 Info regexp RegexpSingleline Line has trailing spaces. 358
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 367

ch/ethz/iks/slp/impl/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 38
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info sizes LineLength Line is longer than 80 characters (found 86). 47
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 49
 Error javadoc JavadocMethod Expected @param tag for 'context'. 49
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 49
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 51
 Info misc FinalParameters Parameter bundle should be final. 58
 Info misc FinalParameters Parameter registration should be final. 59
 Info misc FinalParameters Parameter bundle should be final. 65
 Info misc FinalParameters Parameter registration should be final. 66
 Info misc FinalParameters Parameter service should be final. 66
 Info misc FinalParameters Parameter bundle should be final. 71
 Info misc FinalParameters Parameter registration should be final. 72
 Info misc FinalParameters Parameter bundle should be final. 77
 Info misc FinalParameters Parameter registration should be final. 78
 Info misc FinalParameters Parameter service should be final. 78
 Info regexp RegexpSingleline Line has trailing spaces. 84
 Info sizes LineLength Line is longer than 80 characters (found 85). 85
 Error javadoc JavadocMethod Expected @param tag for 'context'. 87
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 87

ch/ethz/iks/slp/impl/AdvertiserImpl.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 61
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Error javadoc JavadocMethod Unused @param tag for 'theLocale'. 67
 Warning coding HiddenField 'locale' hides a field. 70
 Error javadoc JavadocMethod Expected @param tag for 'locale'. 70
 Info regexp RegexpSingleline Line has trailing spaces. 76
 Info regexp RegexpSingleline Line has trailing spaces. 86
 Warning coding HiddenField 'locale' hides a field. 91
 Info regexp RegexpSingleline Line has trailing spaces. 97
 Info regexp RegexpSingleline Line has trailing spaces. 113
 Info regexp RegexpSingleline Line has trailing spaces. 145
 Info regexp RegexpSingleline Line has trailing spaces. 159
 Info regexp RegexpSingleline Line has trailing spaces. 190
 Info regexp RegexpSingleline Line has trailing spaces. 208
 Info regexp RegexpSingleline Line has trailing spaces. 227

ch/ethz/iks/slp/impl/AttributeReply.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Error design VisibilityModifier Variable 'attributes' must be private and have accessor methods. 49
 Error design VisibilityModifier Variable 'authBlocks' must be private and have accessor methods. 55
 Info regexp RegexpSingleline Line has trailing spaces. 59
 Info regexp RegexpSingleline Line has trailing spaces. 62
 Error javadoc JavadocStyle Extra HTML tag found: </verbatim> 63
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Error javadoc JavadocMethod Expected @param tag for 'req'. 67
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 68
 Info regexp RegexpSingleline Line has trailing spaces. 81
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 87
 Info regexp RegexpSingleline Line has trailing spaces. 106
 Info regexp RegexpSingleline Line has trailing spaces. 120
 Info regexp RegexpSingleline Line has trailing spaces. 123
 Error javadoc JavadocMethod Unused Javadoc tag. 124
 Error javadoc JavadocMethod Expected @param tag for 'out'. 129
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 129
 Info regexp RegexpSingleline Line has trailing spaces. 141
 Warning coding MagicNumber '4' is a magic number. 146
 Info regexp RegexpSingleline Line has trailing spaces. 156
 Info regexp RegexpSingleline Line has trailing spaces. 166
 Info regexp RegexpSingleline Line has trailing spaces. 180
 Info regexp RegexpSingleline Line has trailing spaces. 201
 Info regexp RegexpSingleline Line has trailing spaces. 218

ch/ethz/iks/slp/impl/AttributeRequest.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - ch.ethz.iks.slp.ServiceLocationException. 37
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Error design VisibilityModifier Variable 'url' must be private and have accessor methods. 51
 Error design VisibilityModifier Variable 'tagList' must be private and have accessor methods. 56
 Error design VisibilityModifier Variable 'spi' must be private and have accessor methods. 61
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 77
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 89
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 90
 Info regexp RegexpSingleline Line has trailing spaces. 96
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 120
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 121
 Info regexp RegexpSingleline Line has trailing spaces. 128
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 134
 Info regexp RegexpSingleline Line has trailing spaces. 146
 Info sizes LineLength Line is longer than 80 characters (found 85). 153
 Info sizes LineLength Line is longer than 80 characters (found 91). 157
 Info sizes LineLength Line is longer than 80 characters (found 91). 159
 Info sizes LineLength Line is longer than 80 characters (found 91). 161
 Info regexp RegexpSingleline Line has trailing spaces. 164
 Info regexp RegexpSingleline Line has trailing spaces. 167
 Error javadoc JavadocMethod Unused Javadoc tag. 168
 Error javadoc JavadocMethod Expected @param tag for 'out'. 173
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 173
 Info regexp RegexpSingleline Line has trailing spaces. 184
 Info regexp RegexpSingleline Line has trailing spaces. 196

ch/ethz/iks/slp/impl/AuthenticatedURL.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Error design VisibilityModifier Variable 'lifetime' must be private and have accessor methods. 49
 Error design VisibilityModifier Variable 'authBlocks' must be private and have accessor methods. 54
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 60
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Info regexp RegexpSingleline Line has trailing spaces. 87
 Info regexp RegexpSingleline Line has trailing spaces. 106
 Info regexp RegexpSingleline Line has trailing spaces. 138
 Error javadoc JavadocMethod Unused Javadoc tag. 139
 Error design DesignForExtension Method 'writeAuthBlock' is not designed for extension - needs to be abstract, final or empty. 143
 Error javadoc JavadocMethod Expected @param tag for 'out'. 143
 Error javadoc JavadocMethod Missing a Javadoc comment. 151
 Info regexp RegexpSingleline Line has trailing spaces. 161
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 171

ch/ethz/iks/slp/impl/AuthenticationBlock.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info regexp RegexpSingleline Line has trailing spaces. 77
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 92
 Info regexp RegexpSingleline Line has trailing spaces. 114
 Info regexp RegexpSingleline Line has trailing spaces. 115
 Info regexp RegexpSingleline Line has trailing spaces. 122
 Info regexp RegexpSingleline Line has trailing spaces. 144
 Info regexp RegexpSingleline Line has trailing spaces. 153
 Info regexp RegexpSingleline Line has trailing spaces. 162
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 177
 Info regexp RegexpSingleline Line has trailing spaces. 191
 Warning coding MagicNumber '4' is a magic number. 197
 Info regexp RegexpSingleline Line has trailing spaces. 205
 Error javadoc JavadocMethod Unused Javadoc tag. 206
 Error javadoc JavadocMethod Expected @param tag for 'out'. 210
 Info regexp RegexpSingleline Line has trailing spaces. 222
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 232
 Warning coding MagicNumber '4' is a magic number. 247

ch/ethz/iks/slp/impl/DAAdvertisement.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Error design VisibilityModifier Variable 'errorCode' must be private and have accessor methods. 49
 Error design VisibilityModifier Variable 'statelessBootTimestamp' must be private and have accessor methods. 56
 Error design VisibilityModifier Variable 'url' must be private and have accessor methods. 61
 Error design VisibilityModifier Variable 'scopeList' must be private and have accessor methods. 66
 Error design VisibilityModifier Variable 'attrList' must be private and have accessor methods. 71
 Error design VisibilityModifier Variable 'spi' must be private and have accessor methods. 76
 Error design VisibilityModifier Variable 'authBlocks' must be private and have accessor methods. 96
 Info regexp RegexpSingleline Line has trailing spaces. 101
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 109
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 109
 Info regexp RegexpSingleline Line has trailing spaces. 145
 Info sizes LineLength Line is longer than 80 characters (found 84). 158
 Info sizes LineLength Line is longer than 80 characters (found 84). 160
 Info sizes LineLength Line is longer than 80 characters (found 84). 162
 Info regexp RegexpSingleline Line has trailing spaces. 167
 Info regexp RegexpSingleline Line has trailing spaces. 170
 Error javadoc JavadocMethod Unused Javadoc tag. 171
 Error javadoc JavadocMethod Expected @param tag for 'out'. 175
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 175
 Info regexp RegexpSingleline Line has trailing spaces. 181
 Warning coding MagicNumber '8' is a magic number. 186
 Info regexp RegexpSingleline Line has trailing spaces. 197
 Info regexp RegexpSingleline Line has trailing spaces. 214
 Info regexp RegexpSingleline Line has trailing spaces. 231
 Info regexp RegexpSingleline Line has trailing spaces. 252
 Error javadoc JavadocMethod Missing a Javadoc comment. 268

ch/ethz/iks/slp/impl/LocatorImpl.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - ch.ethz.iks.slp.Advertiser. 38
 Info regexp RegexpSingleline Line has trailing spaces. 49
 Info regexp RegexpSingleline Line has trailing spaces. 56
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 56
 Info regexp RegexpSingleline Line has trailing spaces. 69
 Error javadoc JavadocMethod Unused @param tag for 'theLocale'. 70
 Warning coding HiddenField 'locale' hides a field. 73
 Error javadoc JavadocMethod Expected @param tag for 'locale'. 73
 Info regexp RegexpSingleline Line has trailing spaces. 79
 Info regexp RegexpSingleline Line has trailing spaces. 88
 Warning coding HiddenField 'locale' hides a field. 93
 Info regexp RegexpSingleline Line has trailing spaces. 99
 Info regexp RegexpSingleline Line has trailing spaces. 120
 Info regexp RegexpSingleline Line has trailing spaces. 149
 Info regexp RegexpSingleline Line has trailing spaces. 171
 Info regexp RegexpSingleline Line has trailing spaces. 193
 Info regexp RegexpSingleline Line has trailing spaces. 209
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 220
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 221
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 234
 Warning coding MagicNumber '4' is a magic number. 239
 Info regexp RegexpSingleline Line has trailing spaces. 274
 Error javadoc JavadocMethod Expected @throws tag for 'ServiceLocationException'. 283

ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 45
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 49
 Info regexp RegexpSingleline Line has trailing spaces. 63
 Error javadoc JavadocMethod Unused @param tag for 'log'. 66
 Error javadoc JavadocMethod Unused @param tag for 'debug'. 68
 Info misc FinalParameters Parameter context should be final. 73
 Warning coding HiddenField 'context' hides a field. 73
 Info regexp RegexpSingleline Line has trailing spaces. 92
 Info sizes LineLength Line is longer than 80 characters (found 83). 93
 Error javadoc JavadocMethod Expected an @return tag. 95
 Error design DesignForExtension Method 'createFilter' is not designed for extension - needs to be abstract, final or empty. 95
 Info misc FinalParameters Parameter filterString should be final. 95
 Error javadoc JavadocMethod Expected @param tag for 'filterString'. 95
 Info misc FinalParameters Parameter values should be final. 100
 Info regexp RegexpSingleline Line has trailing spaces. 114
 Error design DesignForExtension Method 'logDebug' is not designed for extension - needs to be abstract, final or empty. 117
 Info misc FinalParameters Parameter message should be final. 117
 Error javadoc JavadocMethod Expected @param tag for 'message'. 117
 Info regexp RegexpSingleline Line has trailing spaces. 124
 Error design DesignForExtension Method 'logDebug' is not designed for extension - needs to be abstract, final or empty. 128
 Info misc FinalParameters Parameter message should be final. 128
 Error javadoc JavadocMethod Expected @param tag for 'message'. 128
 Info misc FinalParameters Parameter exception should be final. 128
 Error javadoc JavadocMethod Expected @param tag for 'exception'. 128
 Info regexp RegexpSingleline Line has trailing spaces. 135
 Error design DesignForExtension Method 'logError' is not designed for extension - needs to be abstract, final or empty. 138
 Info misc FinalParameters Parameter message should be final. 138
 Error javadoc JavadocMethod Expected @param tag for 'message'. 138
 Info regexp RegexpSingleline Line has trailing spaces. 143
 Error design DesignForExtension Method 'logError' is not designed for extension - needs to be abstract, final or empty. 147
 Info misc FinalParameters Parameter message should be final. 147
 Error javadoc JavadocMethod Expected @param tag for 'message'. 147
 Info misc FinalParameters Parameter exception should be final. 147
 Error javadoc JavadocMethod Expected @param tag for 'exception'. 147
 Info regexp RegexpSingleline Line has trailing spaces. 152
 Info sizes LineLength Line is longer than 80 characters (found 86). 153
 Error design DesignForExtension Method 'logTraceMessage' is not designed for extension - needs to be abstract, final or empty. 155
 Info misc FinalParameters Parameter message should be final. 155
 Error javadoc JavadocMethod Expected @param tag for 'message'. 155
 Info regexp RegexpSingleline Line has trailing spaces. 162
 Info sizes LineLength Line is longer than 80 characters (found 83). 163
 Error design DesignForExtension Method 'logTraceDrop' is not designed for extension - needs to be abstract, final or empty. 165
 Info misc FinalParameters Parameter message should be final. 165
 Error javadoc JavadocMethod Expected @param tag for 'message'. 165
 Info regexp RegexpSingleline Line has trailing spaces. 172
 Info sizes LineLength Line is longer than 80 characters (found 86). 173
 Error design DesignForExtension Method 'logTraceReg' is not designed for extension - needs to be abstract, final or empty. 175
 Info misc FinalParameters Parameter message should be final. 175
 Error javadoc JavadocMethod Expected @param tag for 'message'. 175
 Info regexp RegexpSingleline Line has trailing spaces. 182
 Info sizes LineLength Line is longer than 80 characters (found 81). 183
 Error design DesignForExtension Method 'logWarning' is not designed for extension - needs to be abstract, final or empty. 185
 Info misc FinalParameters Parameter message should be final. 185
 Error javadoc JavadocMethod Expected @param tag for 'message'. 185
 Info regexp RegexpSingleline Line has trailing spaces. 190
 Info sizes LineLength Line is longer than 80 characters (found 81). 191
 Error design DesignForExtension Method 'logWarning' is not designed for extension - needs to be abstract, final or empty. 194
 Info misc FinalParameters Parameter message should be final. 194
 Error javadoc JavadocMethod Expected @param tag for 'message'. 194
 Info misc FinalParameters Parameter exception should be final. 194
 Error javadoc JavadocMethod Expected @param tag for 'exception'. 194
 Info regexp RegexpSingleline Line has trailing spaces. 199
 Info sizes LineLength Line is longer than 80 characters (found 94). 200
 Error design DesignForExtension Method 'serviceChanged' is not designed for extension - needs to be abstract, final or empty. 202
 Error javadoc JavadocMethod Expected @param tag for 'event'. 202
 Error javadoc JavadocType Missing a Javadoc comment. 214
 Error javadoc JavadocMethod Missing a Javadoc comment. 216
 Info misc FinalParameters Parameter level should be final. 216
 Info misc FinalParameters Parameter message should be final. 216
 Error javadoc JavadocMethod Missing a Javadoc comment. 225
 Info misc FinalParameters Parameter level should be final. 225
 Info misc FinalParameters Parameter message should be final. 225
 Info misc FinalParameters Parameter exception should be final. 225
 Error javadoc JavadocMethod Missing a Javadoc comment. 229
 Info misc FinalParameters Parameter sr should be final. 229
 Info misc FinalParameters Parameter level should be final. 229
 Info misc FinalParameters Parameter message should be final. 229
 Error javadoc JavadocMethod Missing a Javadoc comment. 233
 Info misc FinalParameters Parameter sr should be final. 233
 Info misc FinalParameters Parameter level should be final. 233
 Info misc FinalParameters Parameter message should be final. 233
 Info misc FinalParameters Parameter t should be final. 234

ch/ethz/iks/slp/impl/PlatformAbstraction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Info regexp RegexpSingleline Line has trailing spaces. 61
 Error javadoc JavadocMethod Unused @param tag for 'message'. 62
 Error javadoc JavadocMethod Expected @param tag for 'string'. 65
 Info regexp RegexpSingleline Line has trailing spaces. 69
 Error javadoc JavadocMethod Unused @param tag for 'message'. 70
 Error javadoc JavadocMethod Expected @param tag for 'string'. 73
 Info regexp RegexpSingleline Line has trailing spaces. 77
 Error javadoc JavadocMethod Unused @param tag for 'message'. 78
 Error javadoc JavadocMethod Expected @param tag for 'string'. 81
 Info regexp RegexpSingleline Line has trailing spaces. 85
 Info regexp RegexpSingleline Line has trailing spaces. 93
 Info regexp RegexpSingleline Line has trailing spaces. 103
 Info regexp RegexpSingleline Line has trailing spaces. 111
 Info regexp RegexpSingleline Line has trailing spaces. 121
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Info regexp RegexpSingleline Line has trailing spaces. 61
 Error javadoc JavadocMethod Unused @param tag for 'message'. 62
 Error javadoc JavadocMethod Expected @param tag for 'string'. 65
 Info regexp RegexpSingleline Line has trailing spaces. 69
 Error javadoc JavadocMethod Unused @param tag for 'message'. 70
 Error javadoc JavadocMethod Expected @param tag for 'string'. 73
 Info regexp RegexpSingleline Line has trailing spaces. 77
 Error javadoc JavadocMethod Unused @param tag for 'message'. 78
 Error javadoc JavadocMethod Expected @param tag for 'string'. 81
 Info regexp RegexpSingleline Line has trailing spaces. 85
 Info regexp RegexpSingleline Line has trailing spaces. 93
 Info regexp RegexpSingleline Line has trailing spaces. 103
 Info regexp RegexpSingleline Line has trailing spaces. 111
 Info regexp RegexpSingleline Line has trailing spaces. 121

ch/ethz/iks/slp/impl/ReplyMessage.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Error design VisibilityModifier Variable 'errorCode' must be private and have accessor methods. 44
 Info regexp RegexpSingleline Line has trailing spaces. 48

ch/ethz/iks/slp/impl/RequestMessage.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Error design VisibilityModifier Variable 'prevRespList' must be private and have accessor methods. 45
 Error design VisibilityModifier Variable 'scopeList' must be private and have accessor methods. 50

ch/ethz/iks/slp/impl/SLPConfiguration.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Error javadoc JavadocVariable Missing a Javadoc comment. 84
 Info sizes LineLength Line is longer than 80 characters (found 85). 86
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Info sizes LineLength Line is longer than 80 characters (found 82). 90
 Error javadoc JavadocVariable Missing a Javadoc comment. 90
 Info sizes LineLength Line is longer than 80 characters (found 87). 92
 Error javadoc JavadocVariable Missing a Javadoc comment. 92
 Info sizes LineLength Line is longer than 80 characters (found 87). 94
 Error javadoc JavadocVariable Missing a Javadoc comment. 94
 Error javadoc JavadocVariable Missing a Javadoc comment. 96
 Info sizes LineLength Line is longer than 80 characters (found 84). 98
 Error javadoc JavadocVariable Missing a Javadoc comment. 98
 Info sizes LineLength Line is longer than 80 characters (found 87). 100
 Error javadoc JavadocVariable Missing a Javadoc comment. 100
 Error javadoc JavadocVariable Missing a Javadoc comment. 102
 Error javadoc JavadocVariable Missing a Javadoc comment. 104
 Info sizes LineLength Line is longer than 80 characters (found 82). 106
 Error javadoc JavadocVariable Missing a Javadoc comment. 106
 Error javadoc JavadocVariable Missing a Javadoc comment. 108
 Error javadoc JavadocVariable Missing a Javadoc comment. 110
 Error javadoc JavadocVariable Missing a Javadoc comment. 112
 Error javadoc JavadocVariable Missing a Javadoc comment. 114
 Error javadoc JavadocVariable Missing a Javadoc comment. 116
 Error javadoc JavadocVariable Missing a Javadoc comment. 118
 Error javadoc JavadocVariable Missing a Javadoc comment. 120
 Error javadoc JavadocVariable Missing a Javadoc comment. 122
 Error javadoc JavadocVariable Missing a Javadoc comment. 124
 Error javadoc JavadocVariable Missing a Javadoc comment. 126
 Error javadoc JavadocVariable Missing a Javadoc comment. 128
 Info sizes LineLength Line is longer than 80 characters (found 85). 130
 Error javadoc JavadocVariable Missing a Javadoc comment. 130
 Error javadoc JavadocVariable Missing a Javadoc comment. 132
 Error javadoc JavadocVariable Missing a Javadoc comment. 134
 Warning naming StaticVariableName Name 'INTERFACES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 134
 Error javadoc JavadocVariable Missing a Javadoc comment. 136
 Warning naming StaticVariableName Name 'PORT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 136
 Error javadoc JavadocVariable Missing a Javadoc comment. 138
 Warning naming StaticVariableName Name 'SCOPES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 138
 Error javadoc JavadocVariable Missing a Javadoc comment. 140
 Warning naming StaticVariableName Name 'NO_DA_DISCOVERY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 140
 Error javadoc JavadocVariable Missing a Javadoc comment. 142
 Warning naming StaticVariableName Name 'DA_ADDRESSES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 142
 Error javadoc JavadocVariable Missing a Javadoc comment. 144
 Warning naming StaticVariableName Name 'TRACE_DA_TRAFFIC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 144
 Error javadoc JavadocVariable Missing a Javadoc comment. 146
 Warning naming StaticVariableName Name 'TRACE_MESSAGES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 146
 Error javadoc JavadocVariable Missing a Javadoc comment. 148
 Warning naming StaticVariableName Name 'TRACE_DROP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 148
 Error javadoc JavadocVariable Missing a Javadoc comment. 150
 Warning naming StaticVariableName Name 'TRACE_REG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 150
 Error javadoc JavadocVariable Missing a Javadoc comment. 152
 Warning naming StaticVariableName Name 'MCAST_TTL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 152
 Error javadoc JavadocVariable Missing a Javadoc comment. 154
 Warning naming StaticVariableName Name 'MCAST_MAX_WAIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 154
 Error javadoc JavadocVariable Missing a Javadoc comment. 156
 Warning naming StaticVariableName Name 'MCAST_TIMEOUTS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 156
 Error javadoc JavadocVariable Missing a Javadoc comment. 158
 Warning naming StaticVariableName Name 'DATAGRAM_MAX_WAIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 158
 Error javadoc JavadocVariable Missing a Javadoc comment. 160
 Warning naming StaticVariableName Name 'DATAGRAM_TIMEOUTS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 160
 Error javadoc JavadocVariable Missing a Javadoc comment. 162
 Warning naming StaticVariableName Name 'MTU' must match pattern '^[a-z][a-zA-Z0-9]*$'. 162
 Error javadoc JavadocVariable Missing a Javadoc comment. 164
 Warning naming StaticVariableName Name 'SECURITY_ENABLED' must match pattern '^[a-z][a-zA-Z0-9]*$'. 164
 Error javadoc JavadocVariable Missing a Javadoc comment. 166
 Warning naming StaticVariableName Name 'SPI' must match pattern '^[a-z][a-zA-Z0-9]*$'. 166
 Error javadoc JavadocVariable Missing a Javadoc comment. 168
 Warning naming StaticVariableName Name 'WAIT_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 168
 Error javadoc JavadocVariable Missing a Javadoc comment. 170
 Warning naming StaticVariableName Name 'PUBLIC_KEY_CACHE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 170
 Error javadoc JavadocVariable Missing a Javadoc comment. 172
 Warning naming StaticVariableName Name 'PRIVATE_KEY_CACHE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 172
 Error javadoc JavadocVariable Missing a Javadoc comment. 174
 Warning naming StaticVariableName Name 'CONVERGENCE_FAILERCOUNT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 174
 Error javadoc JavadocVariable Missing a Javadoc comment. 176
 Warning naming StaticVariableName Name 'DEBUG_ENABLED' must match pattern '^[a-z][a-zA-Z0-9]*$'. 176
 Info regexp RegexpSingleline Line has trailing spaces. 180
 Error javadoc JavadocMethod Unused @param tag for 'properties'. 181
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 185
 Info regexp RegexpSingleline Line has trailing spaces. 190
 Error javadoc JavadocMethod Missing a Javadoc comment. 203
 Info regexp RegexpSingleline Line has trailing spaces. 278
 Info regexp RegexpSingleline Line has trailing spaces. 287
 Info regexp RegexpSingleline Line has trailing spaces. 296
 Info regexp RegexpSingleline Line has trailing spaces. 305
 Error javadoc JavadocStyle First sentence should end with a period. 312
 Info regexp RegexpSingleline Line has trailing spaces. 314
 Info regexp RegexpSingleline Line has trailing spaces. 323
 Info regexp RegexpSingleline Line has trailing spaces. 332
 Info regexp RegexpSingleline Line has trailing spaces. 341
 Info regexp RegexpSingleline Line has trailing spaces. 350
 Info regexp RegexpSingleline Line has trailing spaces. 359
 Info regexp RegexpSingleline Line has trailing spaces. 368
 Info regexp RegexpSingleline Line has trailing spaces. 377
 Info regexp RegexpSingleline Line has trailing spaces. 386
 Info regexp RegexpSingleline Line has trailing spaces. 402
 Info regexp RegexpSingleline Line has trailing spaces. 411
 Info regexp RegexpSingleline Line has trailing spaces. 420
 Info regexp RegexpSingleline Line has trailing spaces. 429
 Info regexp RegexpSingleline Line has trailing spaces. 438
 Info regexp RegexpSingleline Line has trailing spaces. 447
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 454
 Error javadoc JavadocMethod Expected @throws tag for 'GeneralSecurityException'. 455
 Info regexp RegexpSingleline Line has trailing spaces. 474
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 481
 Error javadoc JavadocMethod Expected @throws tag for 'GeneralSecurityException'. 482
 Info regexp RegexpSingleline Line has trailing spaces. 504
 Info regexp RegexpSingleline Line has trailing spaces. 515
 Info regexp RegexpSingleline Line has trailing spaces. 518
 Error javadoc JavadocMethod Missing a Javadoc comment. 525
 Error javadoc JavadocMethod Missing a Javadoc comment. 529
 Warning coding MagicNumber '5000' is a magic number. 531

ch/ethz/iks/slp/impl/SLPCore.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - java.net.Inet4Address. 42
 Info imports UnusedImports Unused import - java.net.InetSocketAddress. 44
 Info imports UnusedImports Unused import - java.net.SocketAddress. 48
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error javadoc JavadocStyle First sentence should end with a period. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error design VisibilityModifier Variable 'platform' must be private and have accessor methods. 77
 Info regexp RegexpSingleline Line has trailing spaces. 100
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 100
 Error design VisibilityModifier Variable 'myIPs' must be private and have accessor methods. 123
 Warning naming ConstantName Name 'noDiscovery' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 128
 Warning naming ConstantName Name 'advertiser' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 134
 Warning naming ConstantName Name 'locator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 140
 Warning naming ConstantName Name 'daemonConstr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 146
 Info regexp RegexpSingleline Line has trailing spaces. 176
 Error design VisibilityModifier Variable 'dAs' must be private and have accessor methods. 179
 Info regexp RegexpSingleline Line has trailing spaces. 183
 Error design VisibilityModifier Variable 'dASPIs' must be private and have accessor methods. 186
 Error javadoc JavadocVariable Missing a Javadoc comment. 188
 Warning naming StaticVariableName Name 'LOCALHOST' must match pattern '^[a-z][a-zA-Z0-9]*$'. 188
 Error design VisibilityModifier Variable 'LOCALHOST' must be private and have accessor methods. 188
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 200
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 233
 Warning naming LocalVariableName Name 'IPs' must match pattern '^[a-z][a-zA-Z0-9]*$'. 246
 Info sizes LineLength Line is longer than 80 characters (found 112). 258
 Info sizes LineLength Line is longer than 80 characters (found 81). 260
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 260
 Error javadoc JavadocMethod Missing a Javadoc comment. 282
 Info sizes LineLength Line is longer than 80 characters (found 117). 296
 Error javadoc JavadocMethod Missing a Javadoc comment. 345
 Error javadoc JavadocMethod Missing a Javadoc comment. 353
 Info regexp RegexpSingleline Line has trailing spaces. 432
 Info regexp RegexpSingleline Line has trailing spaces. 447
 Info regexp RegexpSingleline Line has trailing spaces. 459
 Error javadoc JavadocMethod Expected an @return tag. 465
 Info regexp RegexpSingleline Line has trailing spaces. 610
 Info regexp RegexpSingleline Line has trailing spaces. 623
 Info regexp RegexpSingleline Line has trailing spaces. 681
 Info regexp RegexpSingleline Line has trailing spaces. 712
 Info regexp RegexpSingleline Line has trailing spaces. 783
 Info sizes MethodLength Method length is 159 lines (max allowed is 150). 790
 Info sizes LineLength Line is longer than 80 characters (found 81). 820
 Info sizes LineLength Line is longer than 80 characters (found 107). 835
 Warning blocks EmptyBlock Must have at least one statement. 946
 Error javadoc JavadocMethod Missing a Javadoc comment. 951
 Info misc FinalParameters Parameter addr should be final. 951
 Info regexp RegexpSingleline Line has trailing spaces. 962
 Error javadoc JavadocMethod Expected @param tag for 'msg'. 970
 Warning coding MagicNumber '1000' is a magic number. 979
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 986
 Error javadoc JavadocMethod Missing a Javadoc comment. 1032

ch/ethz/iks/slp/impl/SLPDaemon.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 59
 Error javadoc JavadocStyle First sentence should end with a period. 61

ch/ethz/iks/slp/impl/SLPDaemonImpl.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 57
 Info regexp RegexpSingleline Line has trailing spaces. 70
 Info regexp RegexpSingleline Line has trailing spaces. 77
 Info regexp RegexpSingleline Line has trailing spaces. 84
 Error javadoc JavadocMethod Unused @param tag for 'tcpSocket'. 85
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 91
 Info regexp RegexpSingleline Line has trailing spaces. 99
 Info sizes LineLength Line is longer than 80 characters (found 83). 107
 Warning coding MagicNumber '1000' is a magic number. 116
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 140
 Info sizes LineLength Line is longer than 80 characters (found 81). 159
 Info regexp RegexpSingleline Line has trailing spaces. 184
 Error javadoc JavadocMethod Expected @throws tag for 'ServiceLocationException'. 190
 Info regexp RegexpSingleline Line has trailing spaces. 243
 Info sizes MethodLength Method length is 158 lines (max allowed is 150). 251
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 257
 Info sizes LineLength Line is longer than 80 characters (found 81). 269
 Info regexp RegexpSingleline Line has trailing spaces. 414
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 431
 Info regexp RegexpSingleline Line has trailing spaces. 448
 Error javadoc JavadocVariable Missing a Javadoc comment. 477
 Info regexp RegexpSingleline Line has trailing spaces. 481
 Info regexp RegexpSingleline Line has trailing spaces. 529
 Info regexp RegexpSingleline Line has trailing spaces. 544
 Info sizes LineLength Line is longer than 80 characters (found 84). 560
 Info sizes LineLength Line is longer than 80 characters (found 83). 566
 Warning coding InnerAssignment Inner assignments should be avoided. 566
 Info sizes LineLength Line is longer than 80 characters (found 86). 569
 Info sizes LineLength Line is longer than 80 characters (found 88). 572
 Warning coding MagicNumber '1000' is a magic number. 597
 Error javadoc JavadocStyle First sentence should end with a period. 610

ch/ethz/iks/slp/impl/SLPMessage.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Error design VisibilityModifier Variable 'locale' must be private and have accessor methods. 55
 Error design VisibilityModifier Variable 'funcID' must be private and have accessor methods. 60
 Error design VisibilityModifier Variable 'xid' must be private and have accessor methods. 65
 Error design VisibilityModifier Variable 'address' must be private and have accessor methods. 70
 Error design VisibilityModifier Variable 'port' must be private and have accessor methods. 75
 Error javadoc JavadocStyle First sentence should end with a period. 77
 Error design VisibilityModifier Variable 'tcp' must be private and have accessor methods. 80
 Error design VisibilityModifier Variable 'multicast' must be private and have accessor methods. 85
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 149
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 150
 Info regexp RegexpSingleline Line has trailing spaces. 156
 Error javadoc JavadocMethod Unused Javadoc tag. 157
 Error design DesignForExtension Method 'writeHeader' is not designed for extension - needs to be abstract, final or empty. 162
 Error javadoc JavadocMethod Expected @param tag for 'out'. 162
 Info misc FinalParameters Parameter msgSize should be final. 162
 Error javadoc JavadocMethod Expected @param tag for 'msgSize'. 162
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 163
 Warning coding MagicNumber '0x40' is a magic number. 166
 Warning coding MagicNumber '0x20' is a magic number. 169
 Warning coding MagicNumber '0x80' is a magic number. 172
 Warning coding MagicNumber '16' is a magic number. 176
 Warning coding MagicNumber '8' is a magic number. 177
 Warning coding MagicNumber '0xFF' is a magic number. 177
 Warning coding MagicNumber '0xFF' is a magic number. 178
 Info regexp RegexpSingleline Line has trailing spaces. 189
 Error javadoc JavadocMethod Expected @param tag for 'out'. 191
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 191
 Info regexp RegexpSingleline Line has trailing spaces. 194
 Error javadoc JavadocMethod Expected an @return tag. 196
 Error design DesignForExtension Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. 196
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 196
 Info regexp RegexpSingleline Line has trailing spaces. 205
 Info sizes LineLength Line is longer than 80 characters (found 86). 207
 Info sizes LineLength Line is longer than 80 characters (found 88). 208
 Info sizes LineLength Line is longer than 80 characters (found 89). 209
 Info sizes LineLength Line is longer than 80 characters (found 89). 210
 Info sizes LineLength Line is longer than 80 characters (found 89). 211
 Info sizes LineLength Line is longer than 80 characters (found 89). 212
 Info sizes LineLength Line is longer than 80 characters (found 89). 213
 Info sizes LineLength Line is longer than 80 characters (found 89). 214
 Info sizes LineLength Line is longer than 80 characters (found 89). 215
 Info sizes LineLength Line is longer than 80 characters (found 89). 216
 Info sizes LineLength Line is longer than 80 characters (found 89). 217
 Info regexp RegexpSingleline Line has trailing spaces. 219
 Info regexp RegexpSingleline Line has trailing spaces. 222
 Error javadoc JavadocMethod Unused @param tag for 'data'. 227
 Error javadoc JavadocMethod Unused @param tag for 'len'. 229
 Error javadoc JavadocMethod Expected @param tag for 'in'. 238
 Error javadoc JavadocMethod Expected @throws tag for 'ProtocolException'. 239
 Warning coding MagicNumber '4' is a magic number. 245
 Warning coding MagicNumber '8' is a magic number. 254
 Warning coding MagicNumber '0x80' is a magic number. 256
 Warning coding MagicNumber '3' is a magic number. 261
 Warning coding MagicNumber '0x2000' is a magic number. 309
 Warning coding MagicNumber '13' is a magic number. 309
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 309
 Info regexp RegexpSingleline Line has trailing spaces. 332
 Error javadoc JavadocMethod Expected an @return tag. 335
 Error design DesignForExtension Method 'getHeaderSize' is not designed for extension - needs to be abstract, final or empty. 335
 Warning coding MagicNumber '14' is a magic number. 336
 Info regexp RegexpSingleline Line has trailing spaces. 340
 Error javadoc JavadocMethod Expected an @return tag. 343
 Info regexp RegexpSingleline Line has trailing spaces. 348
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 351
 Info regexp RegexpSingleline Line has trailing spaces. 362
 Warning coding MagicNumber '12' is a magic number. 368
 Info regexp RegexpSingleline Line has trailing spaces. 376
 Warning coding MagicNumber '8' is a magic number. 390
 Warning coding MagicNumber '0xff' is a magic number. 391
 Info regexp RegexpSingleline Line has trailing spaces. 402
 Info regexp RegexpSingleline Line has trailing spaces. 428

ch/ethz/iks/slp/impl/SLPUtils.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info regexp RegexpSingleline Line has trailing spaces. 59
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 65
 Info sizes LineLength Line is longer than 80 characters (found 81). 67
 Info regexp RegexpSingleline Line has trailing spaces. 84
 Info regexp RegexpSingleline Line has trailing spaces. 109
 Warning coding InnerAssignment Inner assignments should be avoided. 120
 Info regexp RegexpSingleline Line has trailing spaces. 132
 Info sizes LineLength Line is longer than 80 characters (found 82). 140
 Warning coding InnerAssignment Inner assignments should be avoided. 142
 Info regexp RegexpSingleline Line has trailing spaces. 155
 Info regexp RegexpSingleline Line has trailing spaces. 174
 Warning coding MagicNumber '1000' is a magic number. 179
 Info regexp RegexpSingleline Line has trailing spaces. 186
 Error javadoc JavadocStyle First sentence should end with a period. 230
 Info regexp RegexpSingleline Line has trailing spaces. 232
 Info misc FinalParameters Parameter val should be final. 243
 Info misc FinalParameters Parameter valIndex should be final. 243
 Info misc FinalParameters Parameter attr should be final. 244
 Info misc FinalParameters Parameter attrIndex should be final. 244
 Info sizes LineLength Line is longer than 80 characters (found 89). 258
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 258

ch/ethz/iks/slp/impl/Service.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Error design VisibilityModifier Variable 'url' must be private and have accessor methods. 45
 Error design VisibilityModifier Variable 'attributes' must be private and have accessor methods. 50
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Info misc TodoComment Comment matches to-do format 'TODO:'. 60
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 60
 Info regexp RegexpSingleline Line has trailing spaces. 85
 Info regexp RegexpSingleline Line has trailing spaces. 95

ch/ethz/iks/slp/impl/ServiceAcknowledgement.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - ch.ethz.iks.slp.ServiceLocationException. 36
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 49
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 56
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 57
 Info regexp RegexpSingleline Line has trailing spaces. 62
 Info regexp RegexpSingleline Line has trailing spaces. 81
 Info regexp RegexpSingleline Line has trailing spaces. 91
 Info regexp RegexpSingleline Line has trailing spaces. 94
 Error javadoc JavadocMethod Unused Javadoc tag. 95
 Error javadoc JavadocMethod Expected @param tag for 'out'. 99
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 99
 Info regexp RegexpSingleline Line has trailing spaces. 106
 Info regexp RegexpSingleline Line has trailing spaces. 116
 Info regexp RegexpSingleline Line has trailing spaces. 126

ch/ethz/iks/slp/impl/ServiceDeregistration.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Error design VisibilityModifier Variable 'url' must be private and have accessor methods. 52
 Error design VisibilityModifier Variable 'scopeList' must be private and have accessor methods. 57
 Error design VisibilityModifier Variable 'attList' must be private and have accessor methods. 62
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 77
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 86
 Info regexp RegexpSingleline Line has trailing spaces. 96
 Info modifier RedundantModifier Redundant 'public' modifier. 102
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 103
 Info regexp RegexpSingleline Line has trailing spaces. 120
 Info sizes LineLength Line is longer than 80 characters (found 92). 127
 Info sizes LineLength Line is longer than 80 characters (found 92). 131
 Info regexp RegexpSingleline Line has trailing spaces. 134
 Info regexp RegexpSingleline Line has trailing spaces. 137
 Error javadoc JavadocMethod Unused Javadoc tag. 138
 Error javadoc JavadocMethod Expected @param tag for 'out'. 142
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 142
 Info regexp RegexpSingleline Line has trailing spaces. 151
 Info regexp RegexpSingleline Line has trailing spaces. 162
 Info regexp RegexpSingleline Line has trailing spaces. 174

ch/ethz/iks/slp/impl/ServiceLocationEnumerationImpl.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 63
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 63
 Info regexp RegexpSingleline Line has trailing spaces. 69
 Info regexp RegexpSingleline Line has trailing spaces. 87
 Info regexp RegexpSingleline Line has trailing spaces. 96

ch/ethz/iks/slp/impl/ServiceRegistration.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Error design VisibilityModifier Variable 'url' must be private and have accessor methods. 54
 Error design VisibilityModifier Variable 'serviceType' must be private and have accessor methods. 59
 Error design VisibilityModifier Variable 'scopeList' must be private and have accessor methods. 64
 Error design VisibilityModifier Variable 'attList' must be private and have accessor methods. 69
 Error design VisibilityModifier Variable 'authBlocks' must be private and have accessor methods. 74
 Info regexp RegexpSingleline Line has trailing spaces. 78
 Info regexp RegexpSingleline Line has trailing spaces. 87
 Info regexp RegexpSingleline Line has trailing spaces. 91
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 97
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 110
 Info regexp RegexpSingleline Line has trailing spaces. 122
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 130
 Info regexp RegexpSingleline Line has trailing spaces. 152
 Info sizes LineLength Line is longer than 80 characters (found 85). 159
 Info sizes LineLength Line is longer than 80 characters (found 85). 161
 Info sizes LineLength Line is longer than 80 characters (found 91). 163
 Info sizes LineLength Line is longer than 80 characters (found 85). 165
 Info regexp RegexpSingleline Line has trailing spaces. 170
 Info regexp RegexpSingleline Line has trailing spaces. 173
 Error javadoc JavadocMethod Unused Javadoc tag. 174
 Error javadoc JavadocMethod Expected @param tag for 'out'. 178
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 178
 Info regexp RegexpSingleline Line has trailing spaces. 192
 Info regexp RegexpSingleline Line has trailing spaces. 209
 Info regexp RegexpSingleline Line has trailing spaces. 224
 Info regexp RegexpSingleline Line has trailing spaces. 247
 Info regexp RegexpSingleline Line has trailing spaces. 264

ch/ethz/iks/slp/impl/ServiceReply.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Error design VisibilityModifier Variable 'urlList' must be private and have accessor methods. 50
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 61
 Info regexp RegexpSingleline Line has trailing spaces. 73
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 81
 Warning blocks NeedBraces 'if' construct must use '{}'s. 90
 Info regexp RegexpSingleline Line has trailing spaces. 101
 Info sizes LineLength Line is longer than 80 characters (found 88). 110
 Info regexp RegexpSingleline Line has trailing spaces. 112
 Info regexp RegexpSingleline Line has trailing spaces. 114
 Info regexp RegexpSingleline Line has trailing spaces. 116
 Error javadoc JavadocMethod Unused Javadoc tag. 117
 Error javadoc JavadocMethod Expected @param tag for 'out'. 121
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 121
 Info regexp RegexpSingleline Line has trailing spaces. 132
 Error javadoc JavadocMethod Missing a Javadoc comment. 144
 Info regexp RegexpSingleline Line has trailing spaces. 150
 Info regexp RegexpSingleline Line has trailing spaces. 164
 Info regexp RegexpSingleline Line has trailing spaces. 180

ch/ethz/iks/slp/impl/ServiceRequest.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - ch.ethz.iks.slp.ServiceLocationException. 38
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Error design VisibilityModifier Variable 'serviceType' must be private and have accessor methods. 53
 Error design VisibilityModifier Variable 'predicate' must be private and have accessor methods. 58
 Error design VisibilityModifier Variable 'spi' must be private and have accessor methods. 63
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Error javadoc JavadocMethod Unable to get class information for @throws tag 'InvalidSyntaxException'. 76
 Info misc FinalParameters Parameter filterStr should be final. 79
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 80
 Error javadoc JavadocMethod Expected @throws tag for 'IllegalArgumentException'. 80
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 84
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 92
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 93
 Info regexp RegexpSingleline Line has trailing spaces. 100
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 107
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 113
 Info regexp RegexpSingleline Line has trailing spaces. 126
 Info sizes LineLength Line is longer than 80 characters (found 91). 133
 Info sizes LineLength Line is longer than 80 characters (found 91). 135
 Info sizes LineLength Line is longer than 80 characters (found 91). 137
 Info sizes LineLength Line is longer than 80 characters (found 85). 139
 Info sizes LineLength Line is longer than 80 characters (found 91). 141
 Info regexp RegexpSingleline Line has trailing spaces. 144
 Info regexp RegexpSingleline Line has trailing spaces. 147
 Error javadoc JavadocMethod Unused Javadoc tag. 148
 Error javadoc JavadocMethod Expected @param tag for 'out'. 153
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 153
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 158
 Info regexp RegexpSingleline Line has trailing spaces. 164
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 172
 Info regexp RegexpSingleline Line has trailing spaces. 178
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 188

ch/ethz/iks/slp/impl/ServiceTypeReply.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - ch.ethz.iks.slp.ServiceLocationException. 35
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Error design VisibilityModifier Variable 'serviceTypes' must be private and have accessor methods. 47
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 58
 Info regexp RegexpSingleline Line has trailing spaces. 70
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 76
 Info regexp RegexpSingleline Line has trailing spaces. 85
 Info regexp RegexpSingleline Line has trailing spaces. 97
 Info regexp RegexpSingleline Line has trailing spaces. 100
 Error javadoc JavadocMethod Unused Javadoc tag. 101
 Error javadoc JavadocMethod Expected @param tag for 'out'. 105
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 105
 Info regexp RegexpSingleline Line has trailing spaces. 113
 Info regexp RegexpSingleline Line has trailing spaces. 124
 Info regexp RegexpSingleline Line has trailing spaces. 134

ch/ethz/iks/slp/impl/ServiceTypeRequest.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - ch.ethz.iks.slp.ServiceLocationException. 38
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Error design VisibilityModifier Variable 'namingAuthority' must be private and have accessor methods. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 67
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 70
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 77
 Info regexp RegexpSingleline Line has trailing spaces. 83
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 89
 Warning coding MagicNumber '0xFFFF' is a magic number. 92
 Info regexp RegexpSingleline Line has trailing spaces. 108
 Info sizes LineLength Line is longer than 80 characters (found 85). 119
 Info regexp RegexpSingleline Line has trailing spaces. 122
 Info regexp RegexpSingleline Line has trailing spaces. 125
 Error javadoc JavadocMethod Unused Javadoc tag. 126
 Error javadoc JavadocMethod Expected @param tag for 'out'. 132
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 132
 Warning coding MagicNumber '0xFFFF' is a magic number. 136
 Info regexp RegexpSingleline Line has trailing spaces. 147
 Info regexp RegexpSingleline Line has trailing spaces. 166

ch/ethz/iks/slp/impl/filter/Filter.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info regexp RegexpSingleline Line has trailing spaces. 53

org/apache/karaf/branding/branding.properties

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.

org/universAAL/container/JUnit/JUnitContainer.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Info misc FinalParameters Parameter requester should be final. 59
 Info misc FinalParameters Parameter fetchParams should be final. 60
 Info misc FinalParameters Parameter requester should be final. 65
 Info misc FinalParameters Parameter fetchParams should be final. 66
 Info misc FinalParameters Parameter listener should be final. 66
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 70
 Info misc FinalParameters Parameter listener should be final. 74
 Info misc FinalParameters Parameter requester should be final. 83
 Info misc FinalParameters Parameter installParams should be final. 84
 Error javadoc JavadocStyle First sentence should end with a period. 89
 Info misc FinalParameters Parameter listener should be final. 90
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 90
 Info regexp RegexpSingleline Line has trailing spaces. 93
 Error javadoc JavadocStyle First sentence should end with a period. 94
 Info misc FinalParameters Parameter listener should be final. 95
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 95
 Info misc FinalParameters Parameter regParams should be final. 105
 Info misc FinalParameters Parameter requester should be final. 112
 Info misc FinalParameters Parameter objToShare should be final. 112
 Info misc FinalParameters Parameter shareParams should be final. 113
 Error javadoc JavadocMethod Missing a Javadoc comment. 117
 Info misc FinalParameters Parameter requester should be final. 117
 Info misc FinalParameters Parameter objToRemove should be final. 117
 Info misc FinalParameters Parameter shareParams should be final. 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 122

org/universAAL/container/JUnit/JUnitModuleContext.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Error javadoc JavadocType Missing a Javadoc comment. 40
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Info misc FinalParameters Parameter ma should be final. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Info misc FinalParameters Parameter mc should be final. 69
 Info misc FinalParameters Parameter mc should be final. 72
 Error design DesignForExtension Method 'setLogLevel' is not designed for extension - needs to be abstract, final or empty. 78
 Error javadoc JavadocMethod Missing a Javadoc comment. 78
 Info misc FinalParameters Parameter level should be final. 78
 Warning coding MissingSwitchDefault switch without "default" clause. 79
 Info regexp RegexpSingleline Line has trailing spaces. 99
 Error design DesignForExtension Method 'getLogLevel' is not designed for extension - needs to be abstract, final or empty. 100
 Error javadoc JavadocMethod Missing a Javadoc comment. 100
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 100
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 101
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 104
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 107
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 110
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 113
 Error design DesignForExtension Method 'canBeStarted' is not designed for extension - needs to be abstract, final or empty. 120
 Info misc FinalParameters Parameter requester should be final. 120
 Error design DesignForExtension Method 'canBeStopped' is not designed for extension - needs to be abstract, final or empty. 126
 Info misc FinalParameters Parameter requester should be final. 126
 Error design DesignForExtension Method 'canBeUninstalled' is not designed for extension - needs to be abstract, final or empty. 132
 Info misc FinalParameters Parameter requester should be final. 132
 Error design DesignForExtension Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. 138
 Info misc FinalParameters Parameter attrName should be final. 138
 Error design DesignForExtension Method 'getContainer' is not designed for extension - needs to be abstract, final or empty. 143
 Error design DesignForExtension Method 'getID' is not designed for extension - needs to be abstract, final or empty. 148
 Error design DesignForExtension Method 'listConfigFiles' is not designed for extension - needs to be abstract, final or empty. 153
 Info misc FinalParameters Parameter requester should be final. 153
 Error design DesignForExtension Method 'logDebug' is not designed for extension - needs to be abstract, final or empty. 158
 Info misc FinalParameters Parameter tag should be final. 158
 Info misc FinalParameters Parameter message should be final. 158
 Info misc FinalParameters Parameter t should be final. 158
 Error design DesignForExtension Method 'logError' is not designed for extension - needs to be abstract, final or empty. 163
 Info misc FinalParameters Parameter tag should be final. 163
 Info misc FinalParameters Parameter message should be final. 163
 Info misc FinalParameters Parameter t should be final. 163
 Error design DesignForExtension Method 'logInfo' is not designed for extension - needs to be abstract, final or empty. 168
 Info misc FinalParameters Parameter tag should be final. 168
 Info misc FinalParameters Parameter message should be final. 168
 Info misc FinalParameters Parameter t should be final. 168
 Error design DesignForExtension Method 'logWarn' is not designed for extension - needs to be abstract, final or empty. 173
 Info misc FinalParameters Parameter tag should be final. 173
 Info misc FinalParameters Parameter message should be final. 173
 Info misc FinalParameters Parameter t should be final. 173
 Error design DesignForExtension Method 'logTrace' is not designed for extension - needs to be abstract, final or empty. 178
 Info misc FinalParameters Parameter tag should be final. 178
 Info misc FinalParameters Parameter message should be final. 178
 Info misc FinalParameters Parameter t should be final. 178
 Error design DesignForExtension Method 'isLogErrorEnabled' is not designed for extension - needs to be abstract, final or empty. 183
 Error design DesignForExtension Method 'isLogWarnEnabled' is not designed for extension - needs to be abstract, final or empty. 188
 Error design DesignForExtension Method 'isLogInfoEnabled' is not designed for extension - needs to be abstract, final or empty. 193
 Error design DesignForExtension Method 'isLogDebugEnabled' is not designed for extension - needs to be abstract, final or empty. 198
 Error design DesignForExtension Method 'isLogTraceEnabled' is not designed for extension - needs to be abstract, final or empty. 203
 Error design DesignForExtension Method 'registerConfigFile' is not designed for extension - needs to be abstract, final or empty. 208
 Info misc FinalParameters Parameter configFileParams should be final. 208
 Error design DesignForExtension Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. 213
 Info misc FinalParameters Parameter attrName should be final. 213
 Info misc FinalParameters Parameter attrValue should be final. 213
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 218
 Info misc FinalParameters Parameter requester should be final. 218
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 232
 Info misc FinalParameters Parameter requester should be final. 232
 Error design DesignForExtension Method 'uninstall' is not designed for extension - needs to be abstract, final or empty. 246
 Info misc FinalParameters Parameter requester should be final. 246
 Error design DesignForExtension Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 251
 Info misc FinalParameters Parameter name should be final. 251
 Warning blocks NeedBraces 'if' construct must use '{}'s. 254
 Warning blocks NeedBraces 'if' construct must use '{}'s. 258
 Warning blocks NeedBraces 'if' construct must use '{}'s. 262
 Error design DesignForExtension Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 269
 Info misc FinalParameters Parameter name should be final. 269
 Info misc FinalParameters Parameter def should be final. 269
 Warning blocks NeedBraces 'if' construct must use '{}'s. 271
 Error design DesignForExtension Method 'getManifestEntry' is not designed for extension - needs to be abstract, final or empty. 276
 Error javadoc JavadocMethod Missing a Javadoc comment. 276
 Info misc FinalParameters Parameter name should be final. 276
 Error design DesignForExtension Method 'getManifestEntry' is not designed for extension - needs to be abstract, final or empty. 280
 Error javadoc JavadocMethod Missing a Javadoc comment. 280
 Info misc FinalParameters Parameter manifest should be final. 280
 Info misc FinalParameters Parameter name should be final. 280
 Error design DesignForExtension Method 'getConfigHome' is not designed for extension - needs to be abstract, final or empty. 284
 Error javadoc JavadocMethod Missing a Javadoc comment. 284
 Error design DesignForExtension Method 'getDataFolder' is not designed for extension - needs to be abstract, final or empty. 288
 Error javadoc JavadocMethod Missing a Javadoc comment. 288

org/universAAL/middleware/aalspace/json/model/AALSpace.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 82). 30
 Error javadoc JavadocType Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error design VisibilityModifier Variable 'channelDescriptor' must be private and have accessor methods. 50
 Error design DesignForExtension Method 'getChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Error design DesignForExtension Method 'isSetChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Error design DesignForExtension Method 'unsetChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. 82
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Info sizes LineLength Line is longer than 80 characters (found 81). 88
 Error javadoc JavadocType Missing a Javadoc comment. 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 94
 Error design VisibilityModifier Variable 'channelDescriptor' must be private and have accessor methods. 94
 Error design DesignForExtension Method 'getChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. 103
 Error javadoc JavadocMethod Missing a Javadoc comment. 103
 Error design DesignForExtension Method 'setChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. 116
 Error javadoc JavadocMethod Missing a Javadoc comment. 116
 Info misc FinalParameters Parameter value should be final. 116
 Error design DesignForExtension Method 'isSetChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. 127
 Error javadoc JavadocMethod Missing a Javadoc comment. 127
 Error javadoc JavadocType Missing a Javadoc comment. 133
 Error javadoc JavadocVariable Missing a Javadoc comment. 140
 Error design VisibilityModifier Variable 'profile' must be private and have accessor methods. 140
 Error javadoc JavadocVariable Missing a Javadoc comment. 141
 Error design VisibilityModifier Variable 'spaceId' must be private and have accessor methods. 141
 Error javadoc JavadocVariable Missing a Javadoc comment. 142
 Error design VisibilityModifier Variable 'spaceName' must be private and have accessor methods. 142
 Error javadoc JavadocVariable Missing a Javadoc comment. 143
 Error design VisibilityModifier Variable 'spaceDescription' must be private and have accessor methods. 143
 Error design DesignForExtension Method 'getProfile' is not designed for extension - needs to be abstract, final or empty. 152
 Error javadoc JavadocMethod Missing a Javadoc comment. 152
 Error design DesignForExtension Method 'setProfile' is not designed for extension - needs to be abstract, final or empty. 163
 Error javadoc JavadocMethod Missing a Javadoc comment. 163
 Info misc FinalParameters Parameter value should be final. 163
 Error design DesignForExtension Method 'isSetProfile' is not designed for extension - needs to be abstract, final or empty. 174
 Error javadoc JavadocMethod Missing a Javadoc comment. 174
 Error design DesignForExtension Method 'getSpaceId' is not designed for extension - needs to be abstract, final or empty. 185
 Error javadoc JavadocMethod Missing a Javadoc comment. 185
 Error design DesignForExtension Method 'setSpaceId' is not designed for extension - needs to be abstract, final or empty. 196
 Error javadoc JavadocMethod Missing a Javadoc comment. 196
 Info misc FinalParameters Parameter value should be final. 196
 Error design DesignForExtension Method 'isSetSpaceId' is not designed for extension - needs to be abstract, final or empty. 207
 Error javadoc JavadocMethod Missing a Javadoc comment. 207
 Error design DesignForExtension Method 'getSpaceName' is not designed for extension - needs to be abstract, final or empty. 218
 Error javadoc JavadocMethod Missing a Javadoc comment. 218
 Error design DesignForExtension Method 'setSpaceName' is not designed for extension - needs to be abstract, final or empty. 229
 Error javadoc JavadocMethod Missing a Javadoc comment. 229
 Info misc FinalParameters Parameter value should be final. 229
 Error design DesignForExtension Method 'isSetSpaceName' is not designed for extension - needs to be abstract, final or empty. 240
 Error javadoc JavadocMethod Missing a Javadoc comment. 240
 Error design DesignForExtension Method 'getSpaceDescription' is not designed for extension - needs to be abstract, final or empty. 251
 Error javadoc JavadocMethod Missing a Javadoc comment. 251
 Error design DesignForExtension Method 'setSpaceDescription' is not designed for extension - needs to be abstract, final or empty. 262
 Error javadoc JavadocMethod Missing a Javadoc comment. 262
 Info misc FinalParameters Parameter value should be final. 262
 Error design DesignForExtension Method 'isSetSpaceDescription' is not designed for extension - needs to be abstract, final or empty. 273
 Error javadoc JavadocMethod Missing a Javadoc comment. 273
 Error javadoc JavadocVariable Missing a Javadoc comment. 283
 Error design VisibilityModifier Variable 'spaceDescriptor' must be private and have accessor methods. 283
 Error javadoc JavadocVariable Missing a Javadoc comment. 284
 Error design VisibilityModifier Variable 'peeringChannel' must be private and have accessor methods. 284
 Error javadoc JavadocVariable Missing a Javadoc comment. 285
 Error design VisibilityModifier Variable 'communicationChannels' must be private and have accessor methods. 285
 Error javadoc JavadocVariable Missing a Javadoc comment. 286
 Error design VisibilityModifier Variable 'security' must be private and have accessor methods. 286
 Error design DesignForExtension Method 'getSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. 294
 Error design DesignForExtension Method 'setSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. 305
 Info misc FinalParameters Parameter value should be final. 305
 Error design DesignForExtension Method 'isSetSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. 309
 Error javadoc JavadocMethod Missing a Javadoc comment. 309
 Error design DesignForExtension Method 'getPeeringChannel' is not designed for extension - needs to be abstract, final or empty. 319
 Error design DesignForExtension Method 'setPeeringChannel' is not designed for extension - needs to be abstract, final or empty. 330
 Info misc FinalParameters Parameter value should be final. 330
 Error design DesignForExtension Method 'isSetPeeringChannel' is not designed for extension - needs to be abstract, final or empty. 334
 Error javadoc JavadocMethod Missing a Javadoc comment. 334
 Error design DesignForExtension Method 'getCommunicationChannels' is not designed for extension - needs to be abstract, final or empty. 344
 Error design DesignForExtension Method 'setCommunicationChannels' is not designed for extension - needs to be abstract, final or empty. 355
 Info misc FinalParameters Parameter value should be final. 355
 Error design DesignForExtension Method 'isSetCommunicationChannels' is not designed for extension - needs to be abstract, final or empty. 359
 Error javadoc JavadocMethod Missing a Javadoc comment. 359
 Error design DesignForExtension Method 'getSecurity' is not designed for extension - needs to be abstract, final or empty. 369
 Error design DesignForExtension Method 'setSecurity' is not designed for extension - needs to be abstract, final or empty. 380
 Info misc FinalParameters Parameter value should be final. 380
 Error design DesignForExtension Method 'isSetSecurity' is not designed for extension - needs to be abstract, final or empty. 384
 Error javadoc JavadocMethod Missing a Javadoc comment. 384

org/universAAL/middleware/aalspace/json/model/ChannelDescriptor.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 39
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error design VisibilityModifier Variable 'channelName' must be private and have accessor methods. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error design VisibilityModifier Variable 'channelURL' must be private and have accessor methods. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error design VisibilityModifier Variable 'channelValue' must be private and have accessor methods. 47
 Info sizes LineLength Line is longer than 80 characters (found 99). 50
 Error design DesignForExtension Method 'getChannelName' is not designed for extension - needs to be abstract, final or empty. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Info sizes LineLength Line is longer than 80 characters (found 115). 57
 Error design DesignForExtension Method 'setChannelName' is not designed for extension - needs to be abstract, final or empty. 59
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Info misc FinalParameters Parameter value should be final. 59
 Info sizes LineLength Line is longer than 80 characters (found 101). 64
 Error design DesignForExtension Method 'isSetChannelName' is not designed for extension - needs to be abstract, final or empty. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 67
 Info sizes LineLength Line is longer than 80 characters (found 98). 71
 Error design DesignForExtension Method 'getChannelURL' is not designed for extension - needs to be abstract, final or empty. 73
 Error javadoc JavadocMethod Missing a Javadoc comment. 73
 Info sizes LineLength Line is longer than 80 characters (found 114). 78
 Error design DesignForExtension Method 'setChannelURL' is not designed for extension - needs to be abstract, final or empty. 80
 Error javadoc JavadocMethod Missing a Javadoc comment. 80
 Info misc FinalParameters Parameter value should be final. 80
 Info sizes LineLength Line is longer than 80 characters (found 100). 85
 Error design DesignForExtension Method 'isSetChannelURL' is not designed for extension - needs to be abstract, final or empty. 87
 Error javadoc JavadocMethod Missing a Javadoc comment. 87
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 88
 Info sizes LineLength Line is longer than 80 characters (found 100). 92
 Error design DesignForExtension Method 'getChannelValue' is not designed for extension - needs to be abstract, final or empty. 94
 Error javadoc JavadocMethod Missing a Javadoc comment. 94
 Info sizes LineLength Line is longer than 80 characters (found 116). 99
 Error design DesignForExtension Method 'setChannelValue' is not designed for extension - needs to be abstract, final or empty. 101
 Error javadoc JavadocMethod Missing a Javadoc comment. 101
 Info misc FinalParameters Parameter value should be final. 101
 Info sizes LineLength Line is longer than 80 characters (found 102). 106
 Error design DesignForExtension Method 'isSetChannelValue' is not designed for extension - needs to be abstract, final or empty. 108
 Error javadoc JavadocMethod Missing a Javadoc comment. 108
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 109

org/universAAL/middleware/api/SimpleServiceLocator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Error javadoc JavadocType Missing a Javadoc comment. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error design VisibilityModifier Variable 'mc' must be private and have accessor methods. 29
 Error javadoc JavadocMethod Missing a Javadoc comment. 31
 Info misc FinalParameters Parameter mc should be final. 31
 Warning coding HiddenField 'mc' hides a field. 31
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 32
 Error design DesignForExtension Method 'lookupService' is not designed for extension - needs to be abstract, final or empty. 35
 Error javadoc JavadocMethod Missing a Javadoc comment. 35
 Info misc FinalParameters Parameter interfaceClazz should be final. 35

org/universAAL/middleware/api/SimpleServiceRegistrator.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Info regexp RegexpSingleline Line has trailing spaces. 57
 Error javadoc JavadocType Unknown tag 'Input'. 58
 Info sizes LineLength Line is longer than 80 characters (found 81). 60
 Error javadoc JavadocType Unknown tag 'Output'. 60
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error design VisibilityModifier Variable 'mc' must be private and have accessor methods. 69
 Info sizes LineLength Line is longer than 80 characters (found 88). 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 73
 Info misc FinalParameters Parameter mc should be final. 73
 Warning coding HiddenField 'mc' hides a field. 73
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 74
 Info regexp RegexpSingleline Line has trailing spaces. 79
 Error javadoc JavadocMethod Expected an @return tag. 84
 Info misc FinalParameters Parameter resourceClass should be final. 84
 Error javadoc JavadocMethod Expected @param tag for 'resourceClass'. 84
 Error javadoc JavadocMethod Expected @throws tag for 'SimplifiedRegistrationException'. 85
 Info regexp RegexpSingleline Line has trailing spaces. 104
 Info sizes LineLength Line is longer than 80 characters (found 93). 105
 Info regexp RegexpSingleline Line has trailing spaces. 109
 Info regexp RegexpSingleline Line has trailing spaces. 112
 Info sizes LineLength Line is longer than 80 characters (found 81). 114
 Info regexp RegexpSingleline Line has trailing spaces. 120
 Error design DesignForExtension Method 'registerService' is not designed for extension - needs to be abstract, final or empty. 126
 Info sizes MethodLength Method length is 204 lines (max allowed is 150). 126
 Info misc FinalParameters Parameter o should be final. 126
 Error javadoc JavadocMethod Expected @throws tag for 'SimplifiedRegistrationException'. 127
 Info sizes LineLength Line is longer than 80 characters (found 93). 131
 Info sizes LineLength Line is longer than 80 characters (found 89). 132
 Info sizes LineLength Line is longer than 80 characters (found 104). 133
 Info sizes LineLength Line is longer than 80 characters (found 97). 134
 Info sizes LineLength Line is longer than 80 characters (found 110). 163
 Info sizes LineLength Line is longer than 80 characters (found 106). 168
 Info sizes LineLength Line is longer than 80 characters (found 83). 179
 Info sizes LineLength Line is longer than 80 characters (found 83). 189
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 205
 Info sizes LineLength Line is longer than 80 characters (found 82). 233
 Warning coding MagicNumber '3' is a magic number. 233
 Warning coding MagicNumber '3' is a magic number. 235
 Warning coding MagicNumber '4' is a magic number. 236
 Info sizes LineLength Line is longer than 80 characters (found 82). 274
 Info sizes LineLength Line is longer than 80 characters (found 101). 277
 Info sizes LineLength Line is longer than 80 characters (found 96). 322
 Info regexp RegexpSingleline Line has trailing spaces. 335
 Info regexp RegexpSingleline Line has trailing spaces. 338
 Info regexp RegexpSingleline Line has trailing spaces. 341
 Error javadoc JavadocMethod Unused @param tag for 'resourceClass'. 348
 Info misc FinalParameters Parameter namespace should be final. 356
 Info misc FinalParameters Parameter name should be final. 356
 Info misc FinalParameters Parameter ontologyUri should be final. 357
 Error javadoc JavadocMethod Expected @param tag for 'ontologyUri'. 357
 Info sizes LineLength Line is longer than 80 characters (found 81). 366
 Info regexp RegexpSingleline Line has trailing spaces. 370
 Info sizes ParameterNumber More than 7 parameters (found 10). 387
 Info misc FinalParameters Parameter namespace should be final. 387
 Info misc FinalParameters Parameter name should be final. 388
 Info misc FinalParameters Parameter serviceName should be final. 388
 Info misc FinalParameters Parameter methodParametersAnnotations should be final. 389
 Info misc FinalParameters Parameter methodParameterTypes should be final. 390
 Error javadoc JavadocMethod Expected @param tag for 'methodParameterTypes'. 390
 Info misc FinalParameters Parameter methodOutputAnnotations should be final. 391
 Info misc FinalParameters Parameter methodOutputType should be final. 391
 Error javadoc JavadocMethod Expected @param tag for 'methodOutputType'. 391
 Info misc FinalParameters Parameter methodChangeEffects should be final. 392
 Error javadoc JavadocMethod Expected @param tag for 'methodChangeEffects'. 392
 Info misc FinalParameters Parameter ontologyUri should be final. 392
 Error javadoc JavadocMethod Expected @param tag for 'ontologyUri'. 392
 Info misc FinalParameters Parameter defaultOutputCardinality should be final. 393
 Error javadoc JavadocMethod Expected @param tag for 'defaultOutputCardinality'. 393
 Error javadoc JavadocMethod Expected @throws tag for 'SimplifiedRegistrationException'. 394
 Error design DesignForExtension Method 'unregisterAll' is not designed for extension - needs to be abstract, final or empty. 458
 Error javadoc JavadocMethod Missing a Javadoc comment. 458

org/universAAL/middleware/api/annotation/Cardinality.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Error javadoc JavadocType Missing a Javadoc comment. 23
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 24

org/universAAL/middleware/api/annotation/ChangeEffect.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 41

org/universAAL/middleware/api/annotation/ChangeEffects.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocMethod Missing a Javadoc comment. 37

org/universAAL/middleware/api/annotation/Input.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 41

org/universAAL/middleware/api/annotation/OntologyClasses.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 42

org/universAAL/middleware/api/annotation/Output.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 43

org/universAAL/middleware/api/annotation/Outputs.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocMethod Missing a Javadoc comment. 37

org/universAAL/middleware/api/annotation/Restriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 38

org/universAAL/middleware/api/annotation/Restrictions.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 38

org/universAAL/middleware/api/annotation/ServiceOperation.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Error javadoc JavadocType Missing a Javadoc comment. 43
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 44

org/universAAL/middleware/api/annotation/UniversAALService.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 45

org/universAAL/middleware/api/exception/SimplifiedRegistrationException.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Error javadoc JavadocType Missing a Javadoc comment. 23
 Error javadoc JavadocVariable Missing a Javadoc comment. 25
 Error javadoc JavadocMethod Missing a Javadoc comment. 27
 Info misc FinalParameters Parameter string should be final. 27
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 28

org/universAAL/middleware/api/impl/AnnotationScanner.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Error javadoc JavadocType Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Info sizes LineLength Line is longer than 80 characters (found 107). 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Info sizes LineLength Line is longer than 80 characters (found 90). 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Info sizes LineLength Line is longer than 80 characters (found 87). 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Info sizes LineLength Line is longer than 80 characters (found 108). 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Info misc FinalParameters Parameter scannedClazz should be final. 57
 Warning coding HiddenField 'scannedClazz' hides a field. 57
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 61
 Info misc FinalParameters Parameter namespace should be final. 61
 Info misc FinalParameters Parameter serviceName should be final. 61
 Info misc FinalParameters Parameter methodName should be final. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Info misc FinalParameters Parameter namespace should be final. 66
 Info misc FinalParameters Parameter serviceName should be final. 67
 Info misc FinalParameters Parameter parameterUri should be final. 67
 Error design DesignForExtension Method 'scan' is not designed for extension - needs to be abstract, final or empty. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Info sizes LineLength Line is longer than 80 characters (found 94). 88
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 102
 Warning coding HiddenField 'name' hides a field. 119
 Warning coding MagicNumber '3' is a magic number. 121
 Warning coding MagicNumber '3' is a magic number. 123
 Warning coding MagicNumber '4' is a magic number. 124
 Error design DesignForExtension Method 'getServiceAnnotation' is not designed for extension - needs to be abstract, final or empty. 179
 Error javadoc JavadocMethod Missing a Javadoc comment. 179
 Error design DesignForExtension Method 'setServiceAnnotation' is not designed for extension - needs to be abstract, final or empty. 183
 Error javadoc JavadocMethod Missing a Javadoc comment. 183
 Info misc FinalParameters Parameter serviceAnnotation should be final. 183
 Warning coding HiddenField 'serviceAnnotation' hides a field. 183
 Error design DesignForExtension Method 'getResourceClasses' is not designed for extension - needs to be abstract, final or empty. 187
 Error javadoc JavadocMethod Missing a Javadoc comment. 187
 Error design DesignForExtension Method 'setResourceClasses' is not designed for extension - needs to be abstract, final or empty. 191
 Error javadoc JavadocMethod Missing a Javadoc comment. 191
 Info misc FinalParameters Parameter resourceClasses should be final. 191
 Warning coding HiddenField 'resourceClasses' hides a field. 191
 Error design DesignForExtension Method 'getMethodServiceOperation' is not designed for extension - needs to be abstract, final or empty. 195
 Error javadoc JavadocMethod Missing a Javadoc comment. 195
 Error design DesignForExtension Method 'setMethodServiceOperation' is not designed for extension - needs to be abstract, final or empty. 199
 Error javadoc JavadocMethod Missing a Javadoc comment. 199
 Info misc FinalParameters Parameter methodServiceOperation should be final. 200
 Warning coding HiddenField 'methodServiceOperation' hides a field. 200
 Error design DesignForExtension Method 'getMethodOutputs' is not designed for extension - needs to be abstract, final or empty. 204
 Error javadoc JavadocMethod Missing a Javadoc comment. 204
 Error design DesignForExtension Method 'setMethodOutputs' is not designed for extension - needs to be abstract, final or empty. 208
 Error javadoc JavadocMethod Missing a Javadoc comment. 208
 Info misc FinalParameters Parameter methodOutputs should be final. 208
 Warning coding HiddenField 'methodOutputs' hides a field. 208
 Error design DesignForExtension Method 'getMethodInputs' is not designed for extension - needs to be abstract, final or empty. 212
 Error javadoc JavadocMethod Missing a Javadoc comment. 212
 Error design DesignForExtension Method 'setMethodInputs' is not designed for extension - needs to be abstract, final or empty. 216
 Error javadoc JavadocMethod Missing a Javadoc comment. 216
 Info misc FinalParameters Parameter methodInputs should be final. 216
 Warning coding HiddenField 'methodInputs' hides a field. 216
 Error design DesignForExtension Method 'getMethodChangeEffects' is not designed for extension - needs to be abstract, final or empty. 220
 Error javadoc JavadocMethod Missing a Javadoc comment. 220
 Error design DesignForExtension Method 'setMethodChangeEffects' is not designed for extension - needs to be abstract, final or empty. 224
 Error javadoc JavadocMethod Missing a Javadoc comment. 224
 Info misc FinalParameters Parameter methodChangeEffects should be final. 225
 Warning coding HiddenField 'methodChangeEffects' hides a field. 225
 Error design DesignForExtension Method 'getScannedClazz' is not designed for extension - needs to be abstract, final or empty. 229
 Error javadoc JavadocMethod Missing a Javadoc comment. 229
 Error design DesignForExtension Method 'setScannedClazz' is not designed for extension - needs to be abstract, final or empty. 233
 Error javadoc JavadocMethod Missing a Javadoc comment. 233
 Info misc FinalParameters Parameter scannedClazz should be final. 233
 Warning coding HiddenField 'scannedClazz' hides a field. 233
 Error design DesignForExtension Method 'setNamespace' is not designed for extension - needs to be abstract, final or empty. 237
 Error javadoc JavadocMethod Missing a Javadoc comment. 237
 Info misc FinalParameters Parameter namespace should be final. 237
 Warning coding HiddenField 'namespace' hides a field. 237
 Error design DesignForExtension Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. 241
 Error javadoc JavadocMethod Missing a Javadoc comment. 241
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 245
 Error javadoc JavadocMethod Missing a Javadoc comment. 245
 Info misc FinalParameters Parameter name should be final. 245
 Warning coding HiddenField 'name' hides a field. 245
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 249
 Error javadoc JavadocMethod Missing a Javadoc comment. 249

org/universAAL/middleware/api/impl/DynamicServiceProxy.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info sizes LineLength Line is longer than 80 characters (found 81). 33
 Error javadoc JavadocType Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 48
 Info misc FinalParameters Parameter caller should be final. 48
 Warning coding HiddenField 'caller' hides a field. 48
 Info misc FinalParameters Parameter intefaceClazz should be final. 48
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Info misc FinalParameters Parameter outputs should be final. 71
 Info misc FinalParameters Parameter inputs should be final. 71
 Info misc FinalParameters Parameter changeEffects should be final. 72
 Error design DesignForExtension Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 90
 Error javadoc JavadocMethod Missing a Javadoc comment. 90
 Info misc FinalParameters Parameter proxy should be final. 90
 Info misc FinalParameters Parameter m should be final. 90
 Info misc FinalParameters Parameter args should be final. 90
 Error javadoc JavadocMethod Missing a Javadoc comment. 212
 Info misc FinalParameters Parameter interfaceClazz should be final. 212
 Info misc FinalParameters Parameter caller should be final. 213
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 217

org/universAAL/middleware/api/impl/ServiceCalleeWrapper.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Info sizes ParameterNumber More than 7 parameters (found 10). 65
 Info misc FinalParameters Parameter context should be final. 65
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 66
 Info misc FinalParameters Parameter realizedServices should be final. 66
 Info misc FinalParameters Parameter wrappedObject should be final. 66
 Warning coding HiddenField 'wrappedObject' hides a field. 66
 Info misc FinalParameters Parameter namespace should be final. 67
 Info misc FinalParameters Parameter serviceURI should be final. 67
 Info misc FinalParameters Parameter annotatedMethods should be final. 68
 Warning coding HiddenField 'annotatedMethods' hides a field. 68
 Info misc FinalParameters Parameter annotatedOutputNames should be final. 69
 Warning coding HiddenField 'annotatedOutputNames' hides a field. 69
 Info misc FinalParameters Parameter annotatedOutputs should be final. 70
 Warning coding HiddenField 'annotatedOutputs' hides a field. 70
 Info misc FinalParameters Parameter annotatedMethodsParametersNames should be final. 71
 Warning coding HiddenField 'annotatedMethodsParametersNames' hides a field. 71
 Info misc FinalParameters Parameter annotatedMethodsParameters should be final. 72
 Warning coding HiddenField 'annotatedMethodsParameters' hides a field. 72
 Error javadoc JavadocMethod Missing a Javadoc comment. 86
 Info misc FinalParameters Parameter context should be final. 86
 Info misc FinalParameters Parameter realizedServices should be final. 87
 Info regexp RegexpSingleline Line has trailing spaces. 99
 Info regexp RegexpSingleline Line has trailing spaces. 103
 Info sizes LineLength Line is longer than 80 characters (found 117). 104
 Error javadoc JavadocMethod Expected an @return tag. 106
 Error design DesignForExtension Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. 106
 Info misc FinalParameters Parameter call should be final. 106
 Error javadoc JavadocMethod Expected @param tag for 'call'. 106
 Warning blocks NeedBraces 'if' construct must use '{}'s. 107
 Warning blocks NeedBraces 'if' construct must use '{}'s. 111
 Info sizes LineLength Line is longer than 80 characters (found 88). 121
 Info sizes LineLength Line is longer than 80 characters (found 81). 138
 Info sizes LineLength Line is longer than 80 characters (found 107). 146
 Info sizes LineLength Line is longer than 80 characters (found 103). 168
 Info sizes LineLength Line is longer than 80 characters (found 133). 184
 Info sizes LineLength Line is longer than 80 characters (found 82). 193
 Info sizes LineLength Line is longer than 80 characters (found 123). 197
 Info sizes LineLength Line is longer than 80 characters (found 113). 198
 Error javadoc JavadocMethod Missing a Javadoc comment. 230
 Info misc FinalParameters Parameter message should be final. 230
 Error javadoc JavadocMethod Missing a Javadoc comment. 238
 Info misc FinalParameters Parameter retObj should be final. 238
 Error design DesignForExtension Method 'setProfiles' is not designed for extension - needs to be abstract, final or empty. 250
 Error javadoc JavadocMethod Missing a Javadoc comment. 250
 Info misc FinalParameters Parameter profiles should be final. 250
 Warning coding HiddenField 'profiles' hides a field. 250
 Error design DesignForExtension Method 'getProfiles' is not designed for extension - needs to be abstract, final or empty. 254
 Error javadoc JavadocMethod Missing a Javadoc comment. 254

org/universAAL/middleware/api/impl/SimplifiedApiService.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Error design FinalClass Class SimplifiedApiService should be declared as final. 35
 Error design VisibilityModifier Variable 'temporalUri' must be private and have accessor methods. 40
 Info regexp RegexpSingleline Line has trailing spaces. 45
 Error javadoc JavadocMethod Expected an @return tag. 51
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 51
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 52
 Info misc FinalParameters Parameter namespace should be final. 52
 Error javadoc JavadocMethod Expected @param tag for 'namespace'. 52
 Info misc FinalParameters Parameter methodUri should be final. 52
 Error javadoc JavadocMethod Expected @param tag for 'methodUri'. 52
 Info misc FinalParameters Parameter ontologyUri should be final. 52
 Error javadoc JavadocMethod Expected @param tag for 'ontologyUri'. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Warning naming MemberName Name 'MY_URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
 Error design VisibilityModifier Variable 'MY_URI' must be private and have accessor methods. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Info misc FinalParameters Parameter namespace should be final. 59
 Info misc FinalParameters Parameter methodName should be final. 59
 Info misc FinalParameters Parameter ontologyUri should be final. 60
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Info regexp RegexpSingleline Line has trailing spaces. 76
 Error javadoc JavadocMethod Unused @param tag for 'multiple'. 82
 Info misc FinalParameters Parameter baseURI should be final. 92
 Info misc FinalParameters Parameter clazz should be final. 92
 Info misc FinalParameters Parameter card should be final. 93
 Error javadoc JavadocMethod Expected @param tag for 'card'. 93
 Info misc FinalParameters Parameter propertyPaths should be final. 93
 Warning coding InnerAssignment Inner assignments should be avoided. 98
 Warning coding InnerAssignment Inner assignments should be avoided. 101
 Info regexp RegexpSingleline Line has trailing spaces. 132
 Error javadoc JavadocMethod Unused @param tag for 'multiple'. 137
 Info misc FinalParameters Parameter baseURI should be final. 147
 Info misc FinalParameters Parameter clazz should be final. 147
 Info misc FinalParameters Parameter card should be final. 148
 Error javadoc JavadocMethod Expected @param tag for 'card'. 148
 Info misc FinalParameters Parameter propertyPaths should be final. 148
 Warning coding InnerAssignment Inner assignments should be avoided. 153
 Warning coding InnerAssignment Inner assignments should be avoided. 156
 Error javadoc JavadocStyle First sentence should end with a period. 178
 Info regexp RegexpSingleline Line has trailing spaces. 180
 Info misc FinalParameters Parameter propPaths should be final. 185
 Error javadoc JavadocMethod Expected @param tag for 'propPaths'. 185
 Info misc FinalParameters Parameter val should be final. 185
 Error javadoc JavadocMethod Expected @param tag for 'val'. 185
 Info misc FinalParameters Parameter type should be final. 186
 Error javadoc JavadocMethod Expected @param tag for 'type'. 186
 Error javadoc JavadocMethod Expected @throws tag for 'SimplifiedRegistrationException'. 186
 Info sizes LineLength Line is longer than 80 characters (found 94). 194
 Info regexp RegexpSingleline Line has trailing spaces. 202
 Error javadoc JavadocMethod Missing a Javadoc comment. 207
 Info misc FinalParameters Parameter propURI should be final. 207
 Error javadoc JavadocMethod Missing a Javadoc comment. 211

org/universAAL/middleware/brokers/Broker.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 25
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Error javadoc JavadocMethod Missing a Javadoc comment. 32
 Info modifier RedundantModifier Redundant 'public' modifier. 32
 Error javadoc JavadocStyle First sentence should end with a period. 34
 Info modifier RedundantModifier Redundant 'public' modifier. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Info modifier RedundantModifier Redundant 'public' modifier. 39
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Error javadoc JavadocMethod Expected an @return tag. 47
 Info modifier RedundantModifier Redundant 'public' modifier. 47
 Error javadoc JavadocMethod Expected @param tag for 'message'. 47

org/universAAL/middleware/brokers/control/ControlBroker.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 84). 38
 Info sizes LineLength Line is longer than 80 characters (found 109). 39
 Info sizes LineLength Line is longer than 80 characters (found 88). 42
 Info sizes LineLength Line is longer than 80 characters (found 82). 45
 Info sizes LineLength Line is longer than 80 characters (found 84). 47
 Info sizes LineLength Line is longer than 80 characters (found 86). 51
 Error javadoc JavadocStyle First sentence should end with a period. 77
 Info regexp RegexpSingleline Line has trailing spaces. 79
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 89
 Error javadoc JavadocVariable Missing a Javadoc comment. 90
 Error javadoc JavadocVariable Missing a Javadoc comment. 91
 Error javadoc JavadocVariable Missing a Javadoc comment. 92
 Error javadoc JavadocVariable Missing a Javadoc comment. 93
 Error javadoc JavadocVariable Missing a Javadoc comment. 94
 Error javadoc JavadocVariable Missing a Javadoc comment. 95
 Error javadoc JavadocVariable Missing a Javadoc comment. 96
 Info sizes LineLength Line is longer than 80 characters (found 102). 97
 Error javadoc JavadocVariable Missing a Javadoc comment. 97
 Info sizes LineLength Line is longer than 80 characters (found 82). 98
 Error javadoc JavadocVariable Missing a Javadoc comment. 98
 Error javadoc JavadocVariable Missing a Javadoc comment. 100
 Warning naming StaticVariableName Name 'TMP_DEPLOY_FOLDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 100
 Error javadoc JavadocType Missing a Javadoc comment. 103
 Error javadoc JavadocVariable Missing a Javadoc comment. 104
 Error design VisibilityModifier Variable 'msg' must be private and have accessor methods. 104
 Error javadoc JavadocVariable Missing a Javadoc comment. 105
 Error design VisibilityModifier Variable 'sender' must be private and have accessor methods. 105
 Error javadoc JavadocMethod Missing a Javadoc comment. 108
 Info misc FinalParameters Parameter context should be final. 108
 Warning coding HiddenField 'context' hides a field. 108
 Error javadoc JavadocMethod Missing a Javadoc comment. 113
 Info sizes LineLength Line is longer than 80 characters (found 87). 114
 Warning coding InnerAssignment Inner assignments should be avoided. 114
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 116
 Error javadoc JavadocMethod Missing a Javadoc comment. 119
 Warning coding InnerAssignment Inner assignments should be avoided. 120
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 122
 Error javadoc JavadocMethod Missing a Javadoc comment. 125
 Warning coding InnerAssignment Inner assignments should be avoided. 126
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 128
 Error javadoc JavadocMethod Missing a Javadoc comment. 131
 Warning coding InnerAssignment Inner assignments should be avoided. 132
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 134
 Error javadoc JavadocMethod Missing a Javadoc comment. 137
 Warning coding InnerAssignment Inner assignments should be avoided. 138
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 140
 Error javadoc JavadocMethod Missing a Javadoc comment. 143
 Warning coding InnerAssignment Inner assignments should be avoided. 144
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 146
 Error javadoc JavadocMethod Missing a Javadoc comment. 149
 Info sizes LineLength Line is longer than 80 characters (found 81). 150
 Warning coding InnerAssignment Inner assignments should be avoided. 150
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 152
 Error javadoc JavadocMethod Missing a Javadoc comment. 155
 Info sizes LineLength Line is longer than 80 characters (found 87). 156
 Warning coding InnerAssignment Inner assignments should be avoided. 156
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 158
 Error javadoc JavadocMethod Missing a Javadoc comment. 161
 Info misc FinalParameters Parameter cls should be final. 161
 Info misc FinalParameters Parameter params should be final. 161
 Error javadoc JavadocMethod Missing a Javadoc comment. 165
 Info misc FinalParameters Parameter clsName should be final. 165
 Info misc FinalParameters Parameter params should be final. 165
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 167
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 172
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 176
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 181
 Error javadoc JavadocMethod Missing a Javadoc comment. 181
 Info misc TodoComment Comment matches to-do format 'TODO:'. 189
 Warning coding InnerAssignment Inner assignments should be avoided. 193
 Info sizes LineLength Line is longer than 80 characters (found 89). 205
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 205
 Warning coding InnerAssignment Inner assignments should be avoided. 216
 Error design DesignForExtension Method 'discoverAALSpace' is not designed for extension - needs to be abstract, final or empty. 219
 Error javadoc JavadocMethod Missing a Javadoc comment. 219
 Info misc FinalParameters Parameter filters should be final. 220
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 223
 Error design DesignForExtension Method 'buildAALSpace' is not designed for extension - needs to be abstract, final or empty. 229
 Error javadoc JavadocMethod Missing a Javadoc comment. 229
 Info misc FinalParameters Parameter aalSpaceCard should be final. 229
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 232
 Error design DesignForExtension Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. 238
 Error javadoc JavadocMethod Missing a Javadoc comment. 238
 Info misc FinalParameters Parameter sharedObj should be final. 238
 Info misc FinalParameters Parameter removeHook should be final. 238
 Warning blocks NeedBraces 'if' construct must use '{}'s. 239
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 245
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 251
 Warning blocks NeedBraces 'if' construct must use '{}'s. 252
 Info sizes LineLength Line is longer than 80 characters (found 82). 253
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 259
 Info sizes LineLength Line is longer than 80 characters (found 81). 265
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 265
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 271
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 277
 Info sizes LineLength Line is longer than 80 characters (found 83). 285
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 285
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 292
 Error design DesignForExtension Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. 300
 Error javadoc JavadocMethod Missing a Javadoc comment. 300
 Info misc FinalParameters Parameter arg0 should be final. 300
 Info misc TodoComment Comment matches to-do format 'TODO:'. 301
 Info sizes LineLength Line is longer than 80 characters (found 81). 305
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 305
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 311
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 317
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 324
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 331
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 342
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 348
 Error design DesignForExtension Method 'joinRequest' is not designed for extension - needs to be abstract, final or empty. 355
 Error javadoc JavadocMethod Missing a Javadoc comment. 355
 Info misc FinalParameters Parameter spaceCard should be final. 355
 Info misc FinalParameters Parameter sender should be final. 355
 Info sizes LineLength Line is longer than 80 characters (found 83). 361
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 361
 Error design DesignForExtension Method 'leaveRequest' is not designed for extension - needs to be abstract, final or empty. 368
 Error javadoc JavadocMethod Missing a Javadoc comment. 368
 Info misc FinalParameters Parameter spaceDescriptor should be final. 368
 Info sizes LineLength Line is longer than 80 characters (found 84). 374
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 374
 Error design DesignForExtension Method 'requestToLeave' is not designed for extension - needs to be abstract, final or empty. 381
 Error javadoc JavadocMethod Missing a Javadoc comment. 381
 Info misc FinalParameters Parameter spaceDescriptor should be final. 381
 Info sizes LineLength Line is longer than 80 characters (found 95). 387
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 387
 Error design DesignForExtension Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. 394
 Error javadoc JavadocMethod Missing a Javadoc comment. 394
 Info misc FinalParameters Parameter sender should be final. 394
 Info sizes LineLength Line is longer than 80 characters (found 96). 400
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 400
 Error design DesignForExtension Method 'join' is not designed for extension - needs to be abstract, final or empty. 407
 Error javadoc JavadocMethod Missing a Javadoc comment. 407
 Info misc FinalParameters Parameter spaceCoordinator should be final. 407
 Info misc FinalParameters Parameter spaceCard should be final. 407
 Info sizes LineLength Line is longer than 80 characters (found 91). 413
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 413
 Error javadoc JavadocStyle First sentence should end with a period. 420
 Info regexp RegexpSingleline Line has trailing spaces. 422
 Error design DesignForExtension Method 'getmyPeerCard' is not designed for extension - needs to be abstract, final or empty. 425
 Info sizes LineLength Line is longer than 80 characters (found 100). 431
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 431
 Error javadoc JavadocStyle First sentence should end with a period. 438
 Info regexp RegexpSingleline Line has trailing spaces. 440
 Error javadoc JavadocMethod Expected an @return tag. 443
 Error design DesignForExtension Method 'getmyAALSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. 443
 Info sizes LineLength Line is longer than 80 characters (found 100). 449
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 449
 Error design DesignForExtension Method 'aalSpaceJoined' is not designed for extension - needs to be abstract, final or empty. 456
 Error javadoc JavadocMethod Missing a Javadoc comment. 456
 Info misc FinalParameters Parameter descriptor should be final. 456
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 459
 Error design DesignForExtension Method 'peerFound' is not designed for extension - needs to be abstract, final or empty. 465
 Error javadoc JavadocMethod Missing a Javadoc comment. 465
 Info misc FinalParameters Parameter peer should be final. 465
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 468
 Error design DesignForExtension Method 'newAALSpaceFound' is not designed for extension - needs to be abstract, final or empty. 474
 Error javadoc JavadocMethod Missing a Javadoc comment. 474
 Info misc FinalParameters Parameter spaceCards should be final. 474
 Error javadoc JavadocStyle First sentence should end with a period. 481
 Info regexp RegexpSingleline Line has trailing spaces. 484
 Error design DesignForExtension Method 'configureChannels' is not designed for extension - needs to be abstract, final or empty. 487
 Info misc FinalParameters Parameter communicationChannels should be final. 488
 Error javadoc JavadocMethod Expected @param tag for 'communicationChannels'. 488
 Info misc FinalParameters Parameter peerName should be final. 488
 Error javadoc JavadocMethod Expected @param tag for 'peerName'. 488
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 491
 Error javadoc JavadocStyle First sentence should end with a period. 498
 Info regexp RegexpSingleline Line has trailing spaces. 501
 Error design DesignForExtension Method 'configurePeeringChannel' is not designed for extension - needs to be abstract, final or empty. 504
 Info misc FinalParameters Parameter peeringChannel should be final. 504
 Error javadoc JavadocMethod Expected @param tag for 'peeringChannel'. 504
 Info misc FinalParameters Parameter peerName should be final. 505
 Error javadoc JavadocMethod Expected @param tag for 'peerName'. 505
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 509
 Error design DesignForExtension Method 'resetModule' is not designed for extension - needs to be abstract, final or empty. 518
 Error javadoc JavadocMethod Missing a Javadoc comment. 518
 Info misc FinalParameters Parameter channels should be final. 518
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 521
 Error design DesignForExtension Method 'destroyAALSpace' is not designed for extension - needs to be abstract, final or empty. 527
 Error javadoc JavadocMethod Missing a Javadoc comment. 527
 Info misc FinalParameters Parameter spaceCard should be final. 527
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 530
 Info sizes LineLength Line is longer than 80 characters (found 82). 536
 Error design DesignForExtension Method 'leaveAALSpace' is not designed for extension - needs to be abstract, final or empty. 536
 Error javadoc JavadocMethod Missing a Javadoc comment. 536
 Info misc FinalParameters Parameter spaceCoordinator should be final. 536
 Info misc FinalParameters Parameter spaceCard should be final. 536
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 539
 Error design DesignForExtension Method 'addNewPeer' is not designed for extension - needs to be abstract, final or empty. 545
 Error javadoc JavadocMethod Missing a Javadoc comment. 545
 Info misc FinalParameters Parameter spaceDescriptor should be final. 545
 Info misc FinalParameters Parameter peer should be final. 545
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 548
 Error design DesignForExtension Method 'newPeerAdded' is not designed for extension - needs to be abstract, final or empty. 554
 Error javadoc JavadocMethod Missing a Javadoc comment. 554
 Info misc FinalParameters Parameter spaceCard should be final. 554
 Info misc FinalParameters Parameter peer should be final. 554
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 557
 Error javadoc JavadocStyle First sentence should end with a period. 563
 Info regexp RegexpSingleline Line has trailing spaces. 566
 Error design DesignForExtension Method 'requestToUninstallPart' is not designed for extension - needs to be abstract, final or empty. 573
 Info misc FinalParameters Parameter target should be final. 573
 Info misc FinalParameters Parameter card should be final. 573
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 574
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 577
 Error javadoc JavadocStyle First sentence should end with a period. 602
 Info regexp RegexpSingleline Line has trailing spaces. 605
 Error design DesignForExtension Method 'requestToInstallPart' is not designed for extension - needs to be abstract, final or empty. 615
 Info misc FinalParameters Parameter partAsZip should be final. 615
 Info misc FinalParameters Parameter target should be final. 615
 Info misc FinalParameters Parameter card should be final. 616
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 617
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 620
 Info sizes LineLength Line is longer than 80 characters (found 128). 638
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 638
 Info sizes LineLength Line is longer than 80 characters (found 106). 648
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 648
 Info regexp RegexpSingleline Line has trailing spaces. 675
 Error javadoc JavadocMethod Unused @param tag for 'peer'. 678
 Error design DesignForExtension Method 'notifyRequestToInstallPart' is not designed for extension - needs to be abstract, final or empty. 682
 Info misc FinalParameters Parameter mpaCard should be final. 682
 Error javadoc JavadocMethod Expected @param tag for 'mpaCard'. 682
 Info misc FinalParameters Parameter partID should be final. 682
 Error javadoc JavadocMethod Expected @param tag for 'partID'. 682
 Info misc FinalParameters Parameter partStatus should be final. 683
 Error javadoc JavadocMethod Expected @param tag for 'partStatus'. 683
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 687
 Warning blocks NeedBraces 'if' construct must use '{}'s. 692
 Info sizes LineLength Line is longer than 80 characters (found 90). 699
 Error design DesignForExtension Method 'getBrokerName' is not designed for extension - needs to be abstract, final or empty. 714
 Error javadoc JavadocMethod Missing a Javadoc comment. 714
 Error design DesignForExtension Method 'handleSendError' is not designed for extension - needs to be abstract, final or empty. 718
 Error javadoc JavadocMethod Missing a Javadoc comment. 718
 Info misc FinalParameters Parameter message should be final. 718
 Info misc FinalParameters Parameter e should be final. 719
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 724
 Error design DesignForExtension Method 'messageReceived' is not designed for extension - needs to be abstract, final or empty. 729
 Error javadoc JavadocMethod Missing a Javadoc comment. 729
 Info misc FinalParameters Parameter message should be final. 729
 Info sizes LineLength Line is longer than 80 characters (found 111). 735
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 735
 Warning blocks NeedBraces 'if' construct must use '{}'s. 750
 Info sizes LineLength Line is longer than 80 characters (found 89). 751
 Info sizes LineLength Line is longer than 80 characters (found 91). 760
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 775
 Error javadoc JavadocMethod Missing a Javadoc comment. 781
 Info misc FinalParameters Parameter sender should be final. 781
 Info misc FinalParameters Parameter msg should be final. 782
 Info sizes LineLength Line is longer than 80 characters (found 82). 786
 Error javadoc JavadocMethod Missing a Javadoc comment. 792
 Info misc FinalParameters Parameter sender should be final. 792
 Info misc FinalParameters Parameter msg should be final. 792
 Warning blocks AvoidNestedBlocks Avoid nested blocks. 794
 Warning blocks AvoidNestedBlocks Avoid nested blocks. 799
 Warning blocks AvoidNestedBlocks Avoid nested blocks. 806
 Warning blocks AvoidNestedBlocks Avoid nested blocks. 811
 Error javadoc JavadocMethod Missing a Javadoc comment. 829
 Info misc FinalParameters Parameter sender should be final. 829
 Info misc FinalParameters Parameter transactionId should be final. 829
 Info misc FinalParameters Parameter attributeValues should be final. 830
 Error javadoc JavadocMethod Missing a Javadoc comment. 842
 Info misc FinalParameters Parameter transactionId should be final. 842
 Info misc FinalParameters Parameter attributeValues should be final. 843
 Info sizes LineLength Line is longer than 80 characters (found 87). 846
 Warning coding SimplifyBooleanExpression Expression can be simplified. 855
 Error javadoc JavadocMethod Missing a Javadoc comment. 869
 Info misc FinalParameters Parameter sender should be final. 869
 Info misc FinalParameters Parameter transactionId should be final. 869
 Info misc FinalParameters Parameter requestedAttributes should be final. 870
 Error javadoc JavadocMethod Missing a Javadoc comment. 883
 Info misc FinalParameters Parameter transactionId should be final. 883
 Info misc FinalParameters Parameter requestedAttributes should be final. 884
 Info sizes LineLength Line is longer than 80 characters (found 87). 885
 Warning blocks NeedBraces 'if' construct must use '{}'s. 888
 Error javadoc JavadocMethod Missing a Javadoc comment. 901
 Info misc FinalParameters Parameter sender should be final. 901
 Info misc FinalParameters Parameter msg should be final. 901
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 902
 Info sizes LineLength Line is longer than 80 characters (found 101). 910
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 910
 Info sizes LineLength Line is longer than 80 characters (found 81). 912
 Info sizes LineLength Line is longer than 80 characters (found 114). 921
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 921
 Info sizes LineLength Line is longer than 80 characters (found 103). 934
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 934
 Info sizes LineLength Line is longer than 80 characters (found 83). 938
 Info misc FinalParameters Parameter cm should be final. 958
 Error javadoc JavadocMethod Expected @param tag for 'cm'. 958
 Info sizes LineLength Line is longer than 80 characters (found 86). 962
 Error javadoc JavadocMethod Missing a Javadoc comment. 974
 Info misc FinalParameters Parameter serializedPart should be final. 974
 Error design DesignForExtension Method 'getPeersAddress' is not designed for extension - needs to be abstract, final or empty. 978
 Error javadoc JavadocMethod Missing a Javadoc comment. 978
 Error design DesignForExtension Method 'requestPeerCard' is not designed for extension - needs to be abstract, final or empty. 982
 Error javadoc JavadocMethod Missing a Javadoc comment. 982
 Info misc FinalParameters Parameter peerAddress should be final. 982
 Info sizes LineLength Line is longer than 80 characters (found 95). 988
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 988
 Error design DesignForExtension Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 1002
 Error javadoc JavadocMethod Missing a Javadoc comment. 1002
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1004
 Error design DesignForExtension Method 'renewAALSpace' is not designed for extension - needs to be abstract, final or empty. 1009
 Error javadoc JavadocMethod Missing a Javadoc comment. 1009
 Info misc FinalParameters Parameter spaceCard should be final. 1009
 Error javadoc JavadocMethod Missing a Javadoc comment. 1013
 Info misc FinalParameters Parameter status should be final. 1013
 Info misc FinalParameters Parameter spaceDescriptor should be final. 1014
 Error design DesignForExtension Method 'unmarshall' is not designed for extension - needs to be abstract, final or empty. 1024
 Error javadoc JavadocMethod Missing a Javadoc comment. 1024
 Info misc FinalParameters Parameter message should be final. 1024
 Info sizes LineLength Line is longer than 80 characters (found 92). 1029
 Warning naming LocalFinalVariableName Name 'MSG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1029
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1032
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1037
 Error design DesignForExtension Method 'requestPeerAttributes' is not designed for extension - needs to be abstract, final or empty. 1043
 Error javadoc JavadocMethod Missing a Javadoc comment. 1043
 Info misc FinalParameters Parameter attributes should be final. 1044
 Info misc FinalParameters Parameter target should be final. 1044
 Info misc FinalParameters Parameter limit should be final. 1044
 Info misc FinalParameters Parameter timeout should be final. 1044
 Info sizes LineLength Line is longer than 80 characters (found 85). 1059
 Error design DesignForExtension Method 'findMatchingPeers' is not designed for extension - needs to be abstract, final or empty. 1068
 Error javadoc JavadocMethod Missing a Javadoc comment. 1068
 Info misc FinalParameters Parameter filter should be final. 1069
 Info misc FinalParameters Parameter limit should be final. 1069
 Info misc FinalParameters Parameter timeout should be final. 1069
 Info sizes LineLength Line is longer than 80 characters (found 114). 1084
 Warning coding SimplifyBooleanExpression Expression can be simplified. 1086
 Error javadoc JavadocMethod Missing a Javadoc comment. 1097
 Info misc FinalParameters Parameter controlMsg should be final. 1097
 Info misc FinalParameters Parameter responses should be final. 1098
 Info regexp RegexpSingleline Line has trailing spaces. 1109
 Error design DesignForExtension Method 'sendConfigurationMessage' is not designed for extension - needs to be abstract, final or empty. 1112
 Info misc FinalParameters Parameter cm should be final. 1112
 Error javadoc JavadocMethod Expected @param tag for 'cm'. 1112
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1113
 Error design DesignForExtension Method 'sendMessage' is not designed for extension - needs to be abstract, final or empty. 1138
 Info misc FinalParameters Parameter msg should be final. 1138
 Error javadoc JavadocMethod Expected @param tag for 'msg'. 1138
 Info misc FinalParameters Parameter receivers should be final. 1138
 Error javadoc JavadocMethod Expected @param tag for 'receivers'. 1138
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1139

org/universAAL/middleware/brokers/control/ExceptionUtils.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Info misc FinalParameters Parameter ex should be final. 36
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 37

org/universAAL/middleware/brokers/control/FileUtils.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Info misc FinalParameters Parameter mc should be final. 39
 Info misc FinalParameters Parameter content should be final. 39
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 40
 Info misc FinalParameters Parameter dst should be final. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Info misc FinalParameters Parameter mc should be final. 44
 Info misc FinalParameters Parameter content should be final. 44
 Info misc FinalParameters Parameter dst should be final. 45
 Info misc FinalParameters Parameter overwrite should be final. 45
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
 Warning coding SimplifyBooleanExpression Expression can be simplified. 49
 Warning coding SimplifyBooleanExpression Expression can be simplified. 49
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 54
 Info sizes LineLength Line is longer than 80 characters (found 81). 55
 Warning coding SimplifyBooleanExpression Expression can be simplified. 59
 Warning coding SimplifyBooleanExpression Expression can be simplified. 59
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 64
 Info sizes LineLength Line is longer than 80 characters (found 82). 65
 Warning coding SimplifyBooleanExpression Expression can be simplified. 68
 Warning coding SimplifyBooleanExpression Expression can be simplified. 68
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 70
 Info sizes LineLength Line is longer than 80 characters (found 106). 79
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 79
 Warning coding SimplifyBooleanExpression Expression can be simplified. 82
 Warning coding SimplifyBooleanExpression Expression can be simplified. 82
 Info sizes LineLength Line is longer than 80 characters (found 90). 87
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 87
 Info sizes LineLength Line is longer than 80 characters (found 82). 88
 Warning coding SimplifyBooleanExpression Expression can be simplified. 92
 Warning coding SimplifyBooleanExpression Expression can be simplified. 92
 Info sizes LineLength Line is longer than 80 characters (found 90). 97
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 97
 Info sizes LineLength Line is longer than 80 characters (found 84). 99
 Warning coding SimplifyBooleanExpression Expression can be simplified. 103
 Warning coding SimplifyBooleanExpression Expression can be simplified. 103
 Info sizes LineLength Line is longer than 80 characters (found 90). 108
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 108
 Info sizes LineLength Line is longer than 80 characters (found 88). 110
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 127

org/universAAL/middleware/brokers/control/WaitForResponse.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Info misc FinalParameters Parameter maxresponses should be final. 39
 Info misc FinalParameters Parameter timeout should be final. 39
 Warning coding HiddenField 'timeout' hides a field. 39
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 40
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 42
 Error design DesignForExtension Method 'getFirstReponse' is not designed for extension - needs to be abstract, final or empty. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Error design DesignForExtension Method 'getReponses' is not designed for extension - needs to be abstract, final or empty. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Error design DesignForExtension Method 'addResponse' is not designed for extension - needs to be abstract, final or empty. 95
 Error javadoc JavadocMethod Missing a Javadoc comment. 95
 Info misc FinalParameters Parameter msg should be final. 95

org/universAAL/middleware/brokers/control/osgi/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Info misc FinalParameters Parameter context should be final. 38
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 41
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 43
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 47
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 49
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Info misc FinalParameters Parameter context should be final. 53
 Warning blocks NeedBraces 'if' construct must use '{}'s. 54

org/universAAL/middleware/brokers/message/BrokerMessage.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Error javadoc JavadocStyle First sentence should end with a period. 24
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Error javadoc JavadocStyle First sentence should end with a period. 32
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info modifier RedundantModifier Redundant 'public' modifier. 38
 Info sizes LineLength Line is longer than 80 characters (found 125). 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Info modifier RedundantModifier Redundant 'public' modifier. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Info modifier RedundantModifier Redundant 'public' modifier. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Info modifier RedundantModifier Redundant 'public' modifier. 46

org/universAAL/middleware/brokers/message/BrokerMessageFields.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 24
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 26
 Warning naming StaticVariableName Name 'BROKER_MESSAGE_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
 Error design VisibilityModifier Variable 'BROKER_MESSAGE_TYPE' must be private and have accessor methods. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Warning naming StaticVariableName Name 'BROKER_MESSAGE_CONTENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
 Error design VisibilityModifier Variable 'BROKER_MESSAGE_CONTENT' must be private and have accessor methods. 27

org/universAAL/middleware/brokers/message/Payload.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Error javadoc JavadocStyle First sentence should end with a period. 25
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info regexp RegexpSingleline Line has trailing spaces. 34

org/universAAL/middleware/brokers/message/aalspace/AALSpaceMessage.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 28
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 40
 Error design DesignForExtension Method 'getSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Error design DesignForExtension Method 'setSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. 47
 Error javadoc JavadocMethod Missing a Javadoc comment. 47
 Info misc FinalParameters Parameter spaceDescriptor should be final. 47
 Warning coding HiddenField 'spaceDescriptor' hides a field. 47
 Error javadoc JavadocType Missing a Javadoc comment. 51
 Info sizes LineLength Line is longer than 80 characters (found 155). 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 55
 Info misc FinalParameters Parameter spaceDescriptor should be final. 55
 Warning coding HiddenField 'spaceDescriptor' hides a field. 55
 Info misc FinalParameters Parameter type should be final. 56
 Error design DesignForExtension Method 'getMessageType' is not designed for extension - needs to be abstract, final or empty. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 62
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Error design DesignForExtension Method 'getMType' is not designed for extension - needs to be abstract, final or empty. 80
 Error javadoc JavadocMethod Missing a Javadoc comment. 80
 Error javadoc JavadocStyle First sentence should end with a period. 84
 Error javadoc JavadocMethod Expected an @return tag. 87
 Error design DesignForExtension Method 'getReceivers' is not designed for extension - needs to be abstract, final or empty. 87

org/universAAL/middleware/brokers/message/aalspace/AALSpaceMessageException.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 23
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocMethod Missing a Javadoc comment. 32
 Info misc FinalParameters Parameter description should be final. 32
 Warning coding HiddenField 'description' hides a field. 32
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 33
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 37

org/universAAL/middleware/brokers/message/aalspace/AALSpaceMessageFields.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 24
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning naming StaticVariableName Name 'AAL_SPACE_MTYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
 Error design VisibilityModifier Variable 'AAL_SPACE_MTYPE' must be private and have accessor methods. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning naming StaticVariableName Name 'AAL_SPACE_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
 Error design VisibilityModifier Variable 'AAL_SPACE_NAME' must be private and have accessor methods. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error design VisibilityModifier Variable 'spaceID' must be private and have accessor methods. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning naming StaticVariableName Name 'AAL_Space_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
 Error design VisibilityModifier Variable 'AAL_Space_type' must be private and have accessor methods. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error design VisibilityModifier Variable 'description' must be private and have accessor methods. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error design VisibilityModifier Variable 'peerCoordinatorID' must be private and have accessor methods. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error design VisibilityModifier Variable 'peeringChannel' must be private and have accessor methods. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error design VisibilityModifier Variable 'peeringChannelName' must be private and have accessor methods. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error design VisibilityModifier Variable 'retry' must be private and have accessor methods. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error design VisibilityModifier Variable 'aalSpaceLifeTime' must be private and have accessor methods. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning naming StaticVariableName Name 'DEPLOY_MANAGER_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
 Error design VisibilityModifier Variable 'DEPLOY_MANAGER_ID' must be private and have accessor methods. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning naming StaticVariableName Name 'DEPLOY_MANAGER_ROLE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
 Error design VisibilityModifier Variable 'DEPLOY_MANAGER_ROLE' must be private and have accessor methods. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error design VisibilityModifier Variable 'brokerChannels' must be private and have accessor methods. 46

org/universAAL/middleware/brokers/message/configuration/ConfigurationMessage.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocType Missing a Javadoc comment. 39
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Info misc FinalParameters Parameter mType should be final. 58
 Info misc FinalParameters Parameter sender should be final. 59
 Warning coding HiddenField 'sender' hides a field. 59
 Info misc FinalParameters Parameter propagateSerialized should be final. 59
 Error javadoc JavadocMethod Expected @param tag for 'propagateSerialized'. 59
 Error design DesignForExtension Method 'getMessageType' is not designed for extension - needs to be abstract, final or empty. 65
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Error design DesignForExtension Method 'getPayload' is not designed for extension - needs to be abstract, final or empty. 69
 Error javadoc JavadocMethod Missing a Javadoc comment. 69
 Error javadoc JavadocStyle First sentence should end with a period. 73
 Error javadoc JavadocMethod Expected an @return tag. 74
 Error design DesignForExtension Method 'getMType' is not designed for extension - needs to be abstract, final or empty. 74
 Error javadoc JavadocStyle First sentence should end with a period. 78
 Error javadoc JavadocMethod Expected an @return tag. 79
 Error design DesignForExtension Method 'getReceivers' is not designed for extension - needs to be abstract, final or empty. 79
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 81
 Error design DesignForExtension Method 'isRequest' is not designed for extension - needs to be abstract, final or empty. 86
 Error javadoc JavadocMethod Missing a Javadoc comment. 86
 Error design DesignForExtension Method 'createResoponse' is not designed for extension - needs to be abstract, final or empty. 90
 Error javadoc JavadocMethod Missing a Javadoc comment. 90
 Info misc FinalParameters Parameter serializedParam should be final. 90
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 99
 Error javadoc JavadocMethod Missing a Javadoc comment. 99
 Error javadoc JavadocMethod Missing a Javadoc comment. 116
 Info misc FinalParameters Parameter message should be final. 116
 Info sizes LineLength Line is longer than 80 characters (found 82). 128
 Error javadoc JavadocMethod Expected an @return tag. 136
 Error design DesignForExtension Method 'isSentFrom' is not designed for extension - needs to be abstract, final or empty. 136
 Info misc FinalParameters Parameter sender should be final. 136
 Warning coding HiddenField 'sender' hides a field. 136
 Error javadoc JavadocMethod Expected @param tag for 'sender'. 136

org/universAAL/middleware/brokers/message/control/ControlMessage.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 37
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocType Missing a Javadoc comment. 58
 Info sizes LineLength Line is longer than 80 characters (found 108). 59
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocType Missing a Javadoc comment. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Info misc FinalParameters Parameter space should be final. 66
 Warning coding HiddenField 'space' hides a field. 66
 Info misc FinalParameters Parameter attributes should be final. 66
 Warning coding HiddenField 'attributes' hides a field. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Info misc FinalParameters Parameter space should be final. 71
 Warning coding HiddenField 'space' hides a field. 71
 Info misc FinalParameters Parameter type should be final. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 77
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Info misc FinalParameters Parameter space should be final. 82
 Warning coding HiddenField 'space' hides a field. 82
 Info misc FinalParameters Parameter filter should be final. 83
 Warning coding HiddenField 'filter' hides a field. 83
 Error javadoc JavadocMethod Missing a Javadoc comment. 88
 Info misc FinalParameters Parameter space should be final. 88
 Warning coding HiddenField 'space' hides a field. 88
 Info misc FinalParameters Parameter id should be final. 88
 Info misc FinalParameters Parameter map should be final. 89
 Error javadoc JavadocMethod Missing a Javadoc comment. 94
 Info misc FinalParameters Parameter space should be final. 94
 Warning coding HiddenField 'space' hides a field. 94
 Info misc FinalParameters Parameter id should be final. 94
 Info misc FinalParameters Parameter map should be final. 95
 Info misc FinalParameters Parameter match should be final. 95
 Warning coding HiddenField 'match' hides a field. 95
 Error javadoc JavadocMethod Missing a Javadoc comment. 101
 Info misc FinalParameters Parameter space should be final. 101
 Warning coding HiddenField 'space' hides a field. 101
 Info misc FinalParameters Parameter type should be final. 101
 Info misc FinalParameters Parameter id should be final. 102
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 109
 Error javadoc JavadocMethod Missing a Javadoc comment. 109
 Error design DesignForExtension Method 'getMatchFilter' is not designed for extension - needs to be abstract, final or empty. 126
 Error javadoc JavadocMethod Missing a Javadoc comment. 126
 Error design DesignForExtension Method 'getMessageType' is not designed for extension - needs to be abstract, final or empty. 130
 Error javadoc JavadocMethod Missing a Javadoc comment. 130
 Error javadoc JavadocMethod Missing a Javadoc comment. 134
 Info misc FinalParameters Parameter message should be final. 134
 Error design DesignForExtension Method 'getTransactionId' is not designed for extension - needs to be abstract, final or empty. 150
 Error javadoc JavadocMethod Missing a Javadoc comment. 150
 Error design DesignForExtension Method 'getAttributeFilter' is not designed for extension - needs to be abstract, final or empty. 154
 Error javadoc JavadocMethod Missing a Javadoc comment. 154
 Error design DesignForExtension Method 'getAttributeValues' is not designed for extension - needs to be abstract, final or empty. 158
 Error javadoc JavadocMethod Missing a Javadoc comment. 158
 Error design DesignForExtension Method 'getMType' is not designed for extension - needs to be abstract, final or empty. 162
 Error javadoc JavadocMethod Missing a Javadoc comment. 162
 Error design DesignForExtension Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. 166
 Error javadoc JavadocMethod Missing a Javadoc comment. 166
 Error javadoc JavadocStyle First sentence should end with a period. 170
 Error javadoc JavadocMethod Expected an @return tag. 173
 Error design DesignForExtension Method 'getReceivers' is not designed for extension - needs to be abstract, final or empty. 173

org/universAAL/middleware/brokers/message/deploy/DeployMessage.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 82). 24
 Error javadoc JavadocStyle First sentence should end with a period. 30
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Error javadoc JavadocType Missing a Javadoc comment. 42
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error design VisibilityModifier Variable 'mType' must be private and have accessor methods. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Info misc FinalParameters Parameter messageType should be final. 51
 Info misc FinalParameters Parameter payload should be final. 51
 Warning coding HiddenField 'payload' hides a field. 51
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Error design DesignForExtension Method 'getMessageType' is not designed for extension - needs to be abstract, final or empty. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 61
 Error design DesignForExtension Method 'setMessageType' is not designed for extension - needs to be abstract, final or empty. 65
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Info misc FinalParameters Parameter messageType should be final. 65
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 69
 Error javadoc JavadocMethod Missing a Javadoc comment. 69
 Error design DesignForExtension Method 'getPayload' is not designed for extension - needs to be abstract, final or empty. 84
 Error javadoc JavadocMethod Missing a Javadoc comment. 84
 Error design DesignForExtension Method 'getMType' is not designed for extension - needs to be abstract, final or empty. 89
 Error javadoc JavadocMethod Missing a Javadoc comment. 89
 Error javadoc JavadocStyle First sentence should end with a period. 93
 Error javadoc JavadocMethod Expected an @return tag. 96
 Error design DesignForExtension Method 'getReceivers' is not designed for extension - needs to be abstract, final or empty. 96

org/universAAL/middleware/brokers/message/deploy/DeployMessageException.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error design VisibilityModifier Variable 'description' must be private and have accessor methods. 35
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info misc FinalParameters Parameter msg should be final. 46
 Info misc FinalParameters Parameter t should be final. 46
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 47
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Info misc FinalParameters Parameter description should be final. 51
 Warning coding HiddenField 'description' hides a field. 51
 Info regexp RegexpSingleline Line has trailing spaces. 57
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 60

org/universAAL/middleware/brokers/message/deploy/DeployMessageFields.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning naming StaticVariableName Name 'DEPLOY_MTYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
 Error design VisibilityModifier Variable 'DEPLOY_MTYPE' must be private and have accessor methods. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning naming StaticVariableName Name 'PART_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
 Error design VisibilityModifier Variable 'PART_ID' must be private and have accessor methods. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Warning naming StaticVariableName Name 'PART' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
 Error design VisibilityModifier Variable 'PART' must be private and have accessor methods. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning naming StaticVariableName Name 'PART_STATUS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
 Error design VisibilityModifier Variable 'PART_STATUS' must be private and have accessor methods. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning naming StaticVariableName Name 'UAPP_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
 Error design VisibilityModifier Variable 'UAPP_NAME' must be private and have accessor methods. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning naming StaticVariableName Name 'UAPP_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
 Error design VisibilityModifier Variable 'UAPP_ID' must be private and have accessor methods. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Warning naming StaticVariableName Name 'UAPP_DESC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
 Error design VisibilityModifier Variable 'UAPP_DESC' must be private and have accessor methods. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning naming StaticVariableName Name 'DEPLOY_PAYLOAD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
 Error design VisibilityModifier Variable 'DEPLOY_PAYLOAD' must be private and have accessor methods. 47

org/universAAL/middleware/brokers/message/deploy/DeployNotificationPayload.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Info misc FinalParameters Parameter part should be final. 38
 Info misc FinalParameters Parameter mpaCard should be final. 38
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 39
 Info misc FinalParameters Parameter partID should be final. 39
 Info misc FinalParameters Parameter mpaPartStatus should be final. 39
 Warning coding HiddenField 'mpaPartStatus' hides a field. 39
 Error design DesignForExtension Method 'getPartID' is not designed for extension - needs to be abstract, final or empty. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Error design DesignForExtension Method 'getMpaPartStatus' is not designed for extension - needs to be abstract, final or empty. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 49

org/universAAL/middleware/brokers/message/deploy/DeployPayload.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Info misc FinalParameters Parameter part should be final. 42
 Warning coding HiddenField 'part' hides a field. 42
 Info misc FinalParameters Parameter mpaCard should be final. 42
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 44
 Error design DesignForExtension Method 'getPart' is not designed for extension - needs to be abstract, final or empty. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 48
 Error design DesignForExtension Method 'setPart' is not designed for extension - needs to be abstract, final or empty. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Info misc FinalParameters Parameter part should be final. 52
 Warning coding HiddenField 'part' hides a field. 52
 Error design DesignForExtension Method 'getuappCard' is not designed for extension - needs to be abstract, final or empty. 56
 Error javadoc JavadocMethod Missing a Javadoc comment. 56
 Error design DesignForExtension Method 'setuappCard' is not designed for extension - needs to be abstract, final or empty. 60
 Error javadoc JavadocMethod Missing a Javadoc comment. 60
 Info misc FinalParameters Parameter mpaCard should be final. 60

org/universAAL/middleware/brokers/message/distributedmw/DistributedMWMessage.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Error javadoc JavadocType Missing a Javadoc comment. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info misc FinalParameters Parameter param should be final. 44
 Warning coding HiddenField 'param' hides a field. 44
 Error javadoc JavadocMethod Expected @param tag for 'param'. 44
 Error design DesignForExtension Method 'getPayload' is not designed for extension - needs to be abstract, final or empty. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 48
 Error design DesignForExtension Method 'setPayload' is not designed for extension - needs to be abstract, final or empty. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Info misc FinalParameters Parameter param should be final. 52
 Warning coding HiddenField 'param' hides a field. 52
 Error javadoc JavadocStyle First sentence should end with a period. 56
 Error javadoc JavadocMethod Expected an @return tag. 57
 Error design DesignForExtension Method 'getMType' is not designed for extension - needs to be abstract, final or empty. 57
 Error javadoc JavadocStyle First sentence should end with a period. 61
 Error javadoc JavadocMethod Expected an @return tag. 62
 Error design DesignForExtension Method 'getReceivers' is not designed for extension - needs to be abstract, final or empty. 62
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 81
 Info misc FinalParameters Parameter message should be final. 81
 Info sizes LineLength Line is longer than 80 characters (found 82). 88

org/universAAL/middleware/brokers/message/gson/BrokerMessageSerializer.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 82). 27
 Error javadoc JavadocType Missing a Javadoc comment. 40
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error design DesignForExtension Method 'serialize' is not designed for extension - needs to be abstract, final or empty. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Info misc FinalParameters Parameter src should be final. 46
 Info misc FinalParameters Parameter typeOfSrc should be final. 46
 Info misc FinalParameters Parameter context should be final. 47
 Error design DesignForExtension Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Info misc FinalParameters Parameter json should be final. 57
 Info misc FinalParameters Parameter typeOfT should be final. 57
 Info misc FinalParameters Parameter context should be final. 58

org/universAAL/middleware/brokers/message/gson/GsonParserBuilder.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Error design FinalClass Class GsonParserBuilder should be declared as final. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Info misc FinalParameters Parameter src should be final. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Info misc FinalParameters Parameter json should be final. 58
 Info misc FinalParameters Parameter classOfT should be final. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Info misc FinalParameters Parameter jsonElement should be final. 63
 Info misc FinalParameters Parameter classOfT should be final. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 68
 Info whitespace WhitespaceAround '}' is not followed by whitespace. 69
 Error javadoc JavadocType Missing a Javadoc comment. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 78
 Info modifier RedundantModifier Redundant 'public' modifier. 78
 Info misc FinalParameters Parameter msg should be final. 78
 Error javadoc JavadocType Missing a Javadoc comment. 84
 Error javadoc JavadocMethod Missing a Javadoc comment. 86
 Info misc FinalParameters Parameter src should be final. 86
 Info misc FinalParameters Parameter typeOfSrc should be final. 86
 Info misc FinalParameters Parameter context should be final. 87
 Error javadoc JavadocType Missing a Javadoc comment. 92
 Error javadoc JavadocMethod Missing a Javadoc comment. 95
 Info misc FinalParameters Parameter json should be final. 95
 Info misc FinalParameters Parameter typeOfT should be final. 95
 Info misc FinalParameters Parameter context should be final. 96
 Error javadoc JavadocMethod Missing a Javadoc comment. 116
 Error javadoc JavadocMethod Missing a Javadoc comment. 127

org/universAAL/middleware/bus/junit/BusTestCase.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error design VisibilityModifier Variable 'mc' must be private and have accessor methods. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error design DesignForExtension Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 75
 Info sizes MethodLength Method length is 189 lines (max allowed is 150). 75
 Info regexp RegexpSingleline Line has trailing spaces. 78
 Warning blocks NeedBraces 'if' construct must use '{}'s. 79
 Info sizes LineLength Line is longer than 80 characters (found 93). 89
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 93
 Info sizes LineLength Line is longer than 80 characters (found 85). 95
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 95
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 97
 Info misc FinalParameters Parameter arg0 should be final. 111
 Info misc FinalParameters Parameter arg0 should be final. 114
 Info sizes LineLength Line is longer than 80 characters (found 87). 119
 Info misc FinalParameters Parameter arg0 should be final. 138
 Info misc FinalParameters Parameter arg0 should be final. 147
 Info misc FinalParameters Parameter arg1 should be final. 147
 Info misc FinalParameters Parameter arg0 should be final. 157
 Info misc FinalParameters Parameter arg0 should be final. 160
 Info misc FinalParameters Parameter arg0 should be final. 163
 Info misc FinalParameters Parameter arg0 should be final. 191
 Info misc FinalParameters Parameter arg0 should be final. 194
 Info misc FinalParameters Parameter arg1 should be final. 194
 Info misc FinalParameters Parameter arg0 should be final. 197
 Info misc FinalParameters Parameter arg1 should be final. 198
 Info misc FinalParameters Parameter arg0 should be final. 202
 Info misc FinalParameters Parameter arg0 should be final. 206
 Info sizes LineLength Line is longer than 80 characters (found 82). 209
 Info misc FinalParameters Parameter arg0 should be final. 209
 Info misc FinalParameters Parameter arg1 should be final. 209
 Info misc FinalParameters Parameter arg0 should be final. 212
 Info misc FinalParameters Parameter arg1 should be final. 212
 Info misc FinalParameters Parameter arg0 should be final. 216
 Info misc FinalParameters Parameter arg1 should be final. 216
 Info misc FinalParameters Parameter arg2 should be final. 217
 Info misc FinalParameters Parameter arg0 should be final. 220
 Info misc FinalParameters Parameter arg0 should be final. 224
 Info misc FinalParameters Parameter arg1 should be final. 224
 Info misc FinalParameters Parameter arg0 should be final. 228
 Info misc FinalParameters Parameter arg1 should be final. 228
 Info misc FinalParameters Parameter arg0 should be final. 232
 Info misc FinalParameters Parameter arg1 should be final. 232
 Info misc FinalParameters Parameter arg2 should be final. 233
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 238
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 246
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 250
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 251
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 256
 Info regexp RegexpSingleline Line has trailing spaces. 275
 Info regexp RegexpSingleline Line has trailing spaces. 277
 Info regexp RegexpSingleline Line has trailing spaces. 280
 Error design DesignForExtension Method 'serialize' is not designed for extension - needs to be abstract, final or empty. 291
 Error javadoc JavadocMethod Missing a Javadoc comment. 291
 Info misc FinalParameters Parameter r should be final. 291
 Error design DesignForExtension Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. 295
 Error javadoc JavadocMethod Missing a Javadoc comment. 295
 Info misc FinalParameters Parameter s should be final. 295

org/universAAL/middleware/bus/junit/ManifestTestCase.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocType Missing a Javadoc comment. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error design VisibilityModifier Variable 'title' must be private and have accessor methods. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error design VisibilityModifier Variable 'description' must be private and have accessor methods. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error design VisibilityModifier Variable 'el' must be private and have accessor methods. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 69
 Info misc FinalParameters Parameter title should be final. 69
 Warning coding HiddenField 'title' hides a field. 69
 Info misc FinalParameters Parameter description should be final. 69
 Warning coding HiddenField 'description' hides a field. 69
 Info misc FinalParameters Parameter el should be final. 69
 Warning coding HiddenField 'el' hides a field. 69
 Info sizes LineLength Line is longer than 80 characters (found 107). 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error design VisibilityModifier Variable 'serviceRequests' must be private and have accessor methods. 76
 Info sizes LineLength Line is longer than 80 characters (found 107). 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error design VisibilityModifier Variable 'serviceProfiles' must be private and have accessor methods. 77
 Info sizes LineLength Line is longer than 80 characters (found 129). 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error design VisibilityModifier Variable 'contextEventPatternsPublish' must be private and have accessor methods. 78
 Info sizes LineLength Line is longer than 80 characters (found 131). 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 Error design VisibilityModifier Variable 'contextEventPatternsSubscribe' must be private and have accessor methods. 79
 Info sizes LineLength Line is longer than 80 characters (found 105). 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error design VisibilityModifier Variable 'uiHandler' must be private and have accessor methods. 80
 Info sizes LineLength Line is longer than 80 characters (found 92). 81
 Error javadoc JavadocVariable Missing a Javadoc comment. 81
 Error design VisibilityModifier Variable 'uiRequests' must be private and have accessor methods. 81
 Error design DesignForExtension Method 'writeManifest' is not designed for extension - needs to be abstract, final or empty. 83
 Error javadoc JavadocMethod Missing a Javadoc comment. 83
 Error javadoc JavadocMethod Missing a Javadoc comment. 116
 Info misc FinalParameters Parameter writer should be final. 116
 Info misc FinalParameters Parameter brokerName should be final. 116
 Info misc FinalParameters Parameter elReq should be final. 117
 Info misc FinalParameters Parameter elAd should be final. 117
 Error javadoc JavadocMethod Missing a Javadoc comment. 126
 Info misc FinalParameters Parameter writer should be final. 126
 Info misc FinalParameters Parameter type should be final. 126
 Info misc FinalParameters Parameter elements should be final. 127
 Warning blocks NeedBraces 'if' construct must use '{}'s. 128
 Warning blocks NeedBraces 'for' construct must use '{}'s. 129
 Info sizes LineLength Line is longer than 80 characters (found 82). 133
 Error javadoc JavadocMethod Missing a Javadoc comment. 133
 Info misc FinalParameters Parameter writer should be final. 133
 Info misc FinalParameters Parameter type should be final. 133
 Info misc FinalParameters Parameter el should be final. 133
 Error design DesignForExtension Method 'add' is not designed for extension - needs to be abstract, final or empty. 149
 Error javadoc JavadocMethod Missing a Javadoc comment. 149
 Info misc FinalParameters Parameter title should be final. 149
 Info misc FinalParameters Parameter description should be final. 149
 Info misc FinalParameters Parameter cep should be final. 150
 Info misc FinalParameters Parameter isPublisher should be final. 150
 Warning blocks NeedBraces 'if' construct must use '{}'s. 156
 Warning blocks NeedBraces 'else' construct must use '{}'s. 158
 Error design DesignForExtension Method 'add' is not designed for extension - needs to be abstract, final or empty. 164
 Error javadoc JavadocMethod Missing a Javadoc comment. 164
 Info misc FinalParameters Parameter title should be final. 164
 Info misc FinalParameters Parameter description should be final. 164
 Info misc FinalParameters Parameter profile should be final. 165
 Info sizes LineLength Line is longer than 80 characters (found 81). 171
 Error design DesignForExtension Method 'add' is not designed for extension - needs to be abstract, final or empty. 174
 Error javadoc JavadocMethod Missing a Javadoc comment. 174
 Info misc FinalParameters Parameter title should be final. 174
 Info misc FinalParameters Parameter description should be final. 174
 Info misc FinalParameters Parameter request should be final. 174
 Info sizes LineLength Line is longer than 80 characters (found 82). 184
 Error design DesignForExtension Method 'add' is not designed for extension - needs to be abstract, final or empty. 184
 Error javadoc JavadocMethod Missing a Javadoc comment. 184
 Info misc FinalParameters Parameter title should be final. 184
 Info misc FinalParameters Parameter description should be final. 184
 Info misc FinalParameters Parameter profile should be final. 184
 Error design DesignForExtension Method 'add' is not designed for extension - needs to be abstract, final or empty. 193
 Error javadoc JavadocMethod Missing a Javadoc comment. 193
 Info misc FinalParameters Parameter title should be final. 193
 Info misc FinalParameters Parameter description should be final. 193
 Info misc FinalParameters Parameter r should be final. 194
 Info misc FinalParameters Parameter extendAll should be final. 194
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 195
 Error design DesignForExtension Method 'add' is not designed for extension - needs to be abstract, final or empty. 199
 Error javadoc JavadocMethod Missing a Javadoc comment. 199
 Info misc FinalParameters Parameter title should be final. 199
 Info misc FinalParameters Parameter description should be final. 199
 Info misc FinalParameters Parameter r should be final. 200
 Info misc FinalParameters Parameter options should be final. 200
 Warning blocks EmptyBlock Must have at least one statement. 210
 Error javadoc JavadocMethod Missing a Javadoc comment. 222
 Info misc FinalParameters Parameter r1 should be final. 222
 Error javadoc JavadocMethod Missing a Javadoc comment. 237
 Info misc FinalParameters Parameter r should be final. 237
 Info misc FinalParameters Parameter options should be final. 237
 Warning blocks NeedBraces 'if' construct must use '{}'s. 243
 Warning blocks NeedBraces 'if' construct must use '{}'s. 247
 Error javadoc JavadocMethod Missing a Javadoc comment. 254
 Info misc FinalParameters Parameter el should be final. 254
 Warning blocks NeedBraces 'if' construct must use '{}'s. 260
 Error javadoc JavadocMethod Missing a Javadoc comment. 268
 Info misc FinalParameters Parameter r should be final. 268
 Info misc FinalParameters Parameter propURI should be final. 269
 Info sizes LineLength Line is longer than 80 characters (found 81). 280
 Error javadoc JavadocMethod Missing a Javadoc comment. 294
 Info misc FinalParameters Parameter el should be final. 294
 Warning blocks NeedBraces 'if' construct must use '{}'s. 300
 Info regexp RegexpSingleline Line has trailing spaces. 314
 Info regexp RegexpSingleline Line has trailing spaces. 323
 Info regexp RegexpSingleline Line has trailing spaces. 326
 Info regexp RegexpSingleline Line has trailing spaces. 331

org/universAAL/middleware/bus/junit/OntTestCase.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - junit.framework.TestCase. 34
 Info imports UnusedImports Unused import - org.universAAL.middleware.container.ModuleActivator. 49
 Info regexp RegexpSingleline Line has trailing spaces. 59
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Warning naming ConstantName Name 'owlDir' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Error javadoc JavadocType Missing a Javadoc comment. 68
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error design VisibilityModifier Variable 'logLevel' must be private and have accessor methods. 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error design VisibilityModifier Variable 'module' must be private and have accessor methods. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error design VisibilityModifier Variable 'pkg' must be private and have accessor methods. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error design VisibilityModifier Variable 'cls' must be private and have accessor methods. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error design VisibilityModifier Variable 'method' must be private and have accessor methods. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error design VisibilityModifier Variable 'msgPart' must be private and have accessor methods. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error design VisibilityModifier Variable 't' must be private and have accessor methods. 71
 Info sizes LineLength Line is longer than 80 characters (found 84). 73
 Error javadoc JavadocMethod Missing a Javadoc comment. 73
 Info modifier RedundantModifier Redundant 'public' modifier. 73
 Info misc FinalParameters Parameter logLevel should be final. 73
 Warning coding HiddenField 'logLevel' hides a field. 73
 Info misc FinalParameters Parameter module should be final. 73
 Warning coding HiddenField 'module' hides a field. 73
 Info misc FinalParameters Parameter pkg should be final. 73
 Warning coding HiddenField 'pkg' hides a field. 73
 Info misc FinalParameters Parameter cls should be final. 73
 Warning coding HiddenField 'cls' hides a field. 73
 Info misc FinalParameters Parameter method should be final. 74
 Warning coding HiddenField 'method' hides a field. 74
 Info misc FinalParameters Parameter msgPart should be final. 74
 Warning coding HiddenField 'msgPart' hides a field. 74
 Info misc FinalParameters Parameter t should be final. 74
 Warning coding HiddenField 't' hides a field. 74
 Info regexp RegexpSingleline Line has trailing spaces. 87
 Info sizes LineLength Line is longer than 80 characters (found 87). 89
 Info misc FinalParameters Parameter msgPart should be final. 93
 Warning coding HiddenField 'msgPart' hides a field. 93
 Warning coding MagicNumber '256' is a magic number. 94
 Warning blocks NeedBraces 'if' construct must use '{}'s. 95
 Warning blocks NeedBraces 'for' construct must use '{}'s. 96
 Info regexp RegexpSingleline Line has trailing spaces. 100
 Error javadoc JavadocMethod Missing a Javadoc comment. 101
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 101
 Warning coding MissingSwitchDefault switch without "default" clause. 104
 Info regexp RegexpSingleline Line has trailing spaces. 121
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 124
 Info whitespace WhitespaceAround '+' is not preceded with whitespace. 129
 Info regexp RegexpSingleline Line has trailing spaces. 135
 Error javadoc JavadocType Missing a Javadoc comment. 136
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 136
 Error javadoc JavadocVariable Missing a Javadoc comment. 137
 Error design VisibilityModifier Variable 'ont' must be private and have accessor methods. 137
 Error javadoc JavadocVariable Missing a Javadoc comment. 138
 Error design VisibilityModifier Variable 'attempts' must be private and have accessor methods. 138
 Error javadoc JavadocVariable Missing a Javadoc comment. 139
 Error design VisibilityModifier Variable 'warnings' must be private and have accessor methods. 139
 Error javadoc JavadocVariable Missing a Javadoc comment. 140
 Error design VisibilityModifier Variable 'errors' must be private and have accessor methods. 140
 Info sizes LineLength Line is longer than 80 characters (found 82). 141
 Error javadoc JavadocVariable Missing a Javadoc comment. 141
 Error design VisibilityModifier Variable 'logEntries' must be private and have accessor methods. 141
 Info regexp RegexpSingleline Line has trailing spaces. 142
 Info regexp RegexpSingleline Line has trailing spaces. 143
 Error javadoc JavadocMethod Missing a Javadoc comment. 144
 Info modifier RedundantModifier Redundant 'public' modifier. 144
 Info misc FinalParameters Parameter ont should be final. 144
 Warning coding HiddenField 'ont' hides a field. 144
 Error javadoc JavadocMethod Missing a Javadoc comment. 150
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 150
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 151
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 155
 Info sizes LineLength Line is longer than 80 characters (found 87). 156
 Info whitespace ParenPad ')' is preceded with whitespace. 158
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 158
 Info sizes LineLength Line is longer than 80 characters (found 83). 159
 Error javadoc JavadocMethod Missing a Javadoc comment. 166
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 166
 Warning blocks NeedBraces 'if' construct must use '{}'s. 167
 Info sizes LineLength Line is longer than 80 characters (found 131). 167
 Info regexp RegexpSingleline Line has trailing spaces. 170
 Info sizes LineLength Line is longer than 80 characters (found 131). 171
 Info sizes LineLength Line is longer than 80 characters (found 106). 172
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 174
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 175
 Info regexp RegexpSingleline Line has trailing spaces. 176
 Info sizes LineLength Line is longer than 80 characters (found 83). 178
 Info regexp RegexpSingleline Line has trailing spaces. 180
 Info sizes LineLength Line is longer than 80 characters (found 142). 181
 Info regexp RegexpSingleline Line has trailing spaces. 182
 Info regexp RegexpSingleline Line has trailing spaces. 183
 Info regexp RegexpSingleline Line has trailing spaces. 185
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 185
 Info sizes LineLength Line is longer than 80 characters (found 138). 186
 Info sizes LineLength Line is longer than 80 characters (found 108). 187
 Info regexp RegexpSingleline Line has trailing spaces. 189
 Error javadoc JavadocMethod Missing a Javadoc comment. 190
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 190
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 196
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 197
 Info regexp RegexpSingleline Line has trailing spaces. 201
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 201
 Info sizes LineLength Line is longer than 80 characters (found 151). 206
 Info whitespace WhitespaceAfter ',' is not followed by whitespace. 206
 Info regexp RegexpSingleline Line has trailing spaces. 207
 Info regexp RegexpSingleline Line has trailing spaces. 209
 Info sizes LineLength Line is longer than 80 characters (found 84). 210
 Error javadoc JavadocMethod Missing a Javadoc comment. 210
 Info misc FinalParameters Parameter logLevel should be final. 210
 Info misc FinalParameters Parameter module should be final. 210
 Info misc FinalParameters Parameter pkg should be final. 210
 Info misc FinalParameters Parameter cls should be final. 210
 Info misc FinalParameters Parameter method should be final. 211
 Info misc FinalParameters Parameter msgPart should be final. 211
 Info misc FinalParameters Parameter t should be final. 211
 Info sizes LineLength Line is longer than 80 characters (found 99). 212
 Warning blocks NeedBraces 'if' construct must use '{}'s. 213
 Info regexp RegexpSingleline Line has trailing spaces. 213
 Info sizes LineLength Line is longer than 80 characters (found 99). 214
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 214
 Info sizes LineLength Line is longer than 80 characters (found 98). 215
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 215
 Warning blocks NeedBraces 'if' construct must use '{}'s. 217
 Warning blocks NeedBraces 'if' construct must use '{}'s. 219
 Error javadoc JavadocMethod Missing a Javadoc comment. 224
 Info sizes LineLength Line is longer than 80 characters (found 93). 225
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 226
 Info whitespace NoWhitespaceAfter '!' is followed by whitespace. 229
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 229
 Info sizes LineLength Line is longer than 80 characters (found 97). 234
 Info sizes LineLength Line is longer than 80 characters (found 86). 236
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 238
 Info regexp RegexpSingleline Line has trailing spaces. 241
 Error design DesignForExtension Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 243
 Info regexp RegexpSingleline Line has trailing spaces. 248
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 253
 Info sizes LineLength Line is longer than 80 characters (found 95). 255
 Info sizes LineLength Line is longer than 80 characters (found 95). 256
 Info sizes LineLength Line is longer than 80 characters (found 84). 257
 Info misc FinalParameters Parameter o1 should be final. 260
 Info misc FinalParameters Parameter o2 should be final. 260
 Info sizes LineLength Line is longer than 80 characters (found 86). 261
 Info sizes LineLength Line is longer than 80 characters (found 120). 265
 Info sizes LineLength Line is longer than 80 characters (found 104). 266
 Info regexp RegexpSingleline Line has trailing spaces. 270
 Info sizes LineLength Line is longer than 80 characters (found 99). 272
 Info sizes LineLength Line is longer than 80 characters (found 98). 274
 Info regexp RegexpSingleline Line has trailing spaces. 275
 Info sizes LineLength Line is longer than 80 characters (found 83). 283
 Info regexp RegexpSingleline Line has trailing spaces. 290
 Info sizes LineLength Line is longer than 80 characters (found 97). 297
 Info whitespace WhitespaceAround '=' is not preceded with whitespace. 299
 Info sizes LineLength Line is longer than 80 characters (found 133). 301
 Info whitespace WhitespaceAround '?' is not preceded with whitespace. 301
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 301
 Info whitespace WhitespaceAround '?' is not followed by whitespace. 301
 Info whitespace WhitespaceAround ':' is not preceded with whitespace. 301
 Info whitespace WhitespaceAround ':' is not followed by whitespace. 301
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 302
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 303
 Info sizes LineLength Line is longer than 80 characters (found 92). 304
 Info whitespace WhitespaceAround '+' is not preceded with whitespace. 304
 Info whitespace ParenPad ')' is preceded with whitespace. 304
 Info sizes LineLength Line is longer than 80 characters (found 116). 307
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 310
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 312
 Info sizes LineLength Line is longer than 80 characters (found 93). 313
 Info whitespace WhitespaceAround '+' is not preceded with whitespace. 313
 Info whitespace ParenPad ')' is preceded with whitespace. 313
 Info sizes LineLength Line is longer than 80 characters (found 109). 316
 Info regexp RegexpSingleline Line has trailing spaces. 319
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 323
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 326
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 332
 Info regexp RegexpSingleline Line has trailing spaces. 337
 Info sizes LineLength Line is longer than 80 characters (found 81). 338
 Error javadoc JavadocMethod Missing a Javadoc comment. 338
 Warning naming MethodName Name 'TryLoadingOnts' must match pattern '^[a-z][a-zA-Z0-9]*$'. 338
 Info misc FinalParameters Parameter toBeLoaded should be final. 338
 Info misc FinalParameters Parameter isInMyProject should be final. 338
 Info sizes LineLength Line is longer than 80 characters (found 97). 339
 Info misc FinalParameters Parameter pendingOnts should be final. 339
 Info misc FinalParameters Parameter loadingOrder should be final. 339
 Info misc FinalParameters Parameter totalOntologiesFound should be final. 340
 Warning blocks NeedBraces 'if' construct must use '{}'s. 345
 Info sizes LineLength Line is longer than 80 characters (found 110). 354
 Info regexp RegexpSingleline Line has trailing spaces. 362
 Info regexp RegexpSingleline Line has trailing spaces. 364
 Error design DesignForExtension Method 'getContentserializer' is not designed for extension - needs to be abstract, final or empty. 367
 Info sizes LineLength Line is longer than 80 characters (found 81). 372
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 372
 Info sizes LineLength Line is longer than 80 characters (found 100). 376
 Info regexp RegexpSingleline Line has trailing spaces. 381
 Info regexp RegexpSingleline Line has trailing spaces. 389
 Info sizes LineLength Line is longer than 80 characters (found 85). 390
 Info sizes LineLength Line is longer than 80 characters (found 109). 393
 Info regexp RegexpSingleline Line has trailing spaces. 394
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 396
 Info sizes LineLength Line is longer than 80 characters (found 97). 398
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 398
 Info sizes LineLength Line is longer than 80 characters (found 166). 400
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 400
 Info whitespace WhitespaceAfter ',' is not followed by whitespace. 400
 Info regexp RegexpSingleline Line has trailing spaces. 401
 Info sizes LineLength Line is longer than 80 characters (found 117). 405
 Info whitespace WhitespaceAfter ',' is not followed by whitespace. 405
 Info regexp RegexpSingleline Line has trailing spaces. 407
 Info sizes LineLength Line is longer than 80 characters (found 91). 412
 Error design DesignForExtension Method 'generateOntFiles4Ont' is not designed for extension - needs to be abstract, final or empty. 416
 Info misc FinalParameters Parameter ont should be final. 416
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 416
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 417
 Info whitespace WhitespaceAfter ',' is not followed by whitespace. 421
 Info sizes LineLength Line is longer than 80 characters (found 99). 422
 Info whitespace WhitespaceAfter ',' is not followed by whitespace. 422
 Info regexp RegexpSingleline Line has trailing spaces. 424
 Info regexp RegexpSingleline Line has trailing spaces. 426
 Info sizes LineLength Line is longer than 80 characters (found 100). 426
 Error design DesignForExtension Method 'generateOntFiles4ALL' is not designed for extension - needs to be abstract, final or empty. 430
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 430
 Info sizes LineLength Line is longer than 80 characters (found 86). 434
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 435
 Info sizes LineLength Line is longer than 80 characters (found 124). 436
 Info whitespace WhitespaceAround '+' is not preceded with whitespace. 436
 Info whitespace WhitespaceAround '+' is not followed by whitespace. 436
 Info regexp RegexpSingleline Line has trailing spaces. 442
 Info regexp RegexpSingleline Line has trailing spaces. 444
 Info sizes LineLength Line is longer than 80 characters (found 93). 444
 Info regexp RegexpSingleline Line has trailing spaces. 445
 Info sizes LineLength Line is longer than 80 characters (found 82). 445
 Info regexp RegexpSingleline Line has trailing spaces. 446
 Error design DesignForExtension Method 'generateOntFiles4MyProy' is not designed for extension - needs to be abstract, final or empty. 449
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 449
 Info sizes LineLength Line is longer than 80 characters (found 86). 453
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 454
 Info sizes LineLength Line is longer than 80 characters (found 124). 455
 Info whitespace WhitespaceAround '+' is not preceded with whitespace. 455
 Info whitespace WhitespaceAround '+' is not followed by whitespace. 455
 Info regexp RegexpSingleline Line has trailing spaces. 461
 Info sizes LineLength Line is longer than 80 characters (found 81). 465
 Info misc FinalParameters Parameter ont should be final. 468
 Info sizes LineLength Line is longer than 80 characters (found 103). 469
 Info whitespace ParenPad ')' is preceded with whitespace. 470
 Info sizes LineLength Line is longer than 80 characters (found 95). 471
 Info sizes LineLength Line is longer than 80 characters (found 130). 475
 Info sizes LineLength Line is longer than 80 characters (found 105). 479
 Info regexp RegexpSingleline Line has trailing spaces. 486
 Info sizes LineLength Line is longer than 80 characters (found 82). 486
 Info misc FinalParameters Parameter ont should be final. 489
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 489
 Warning blocks NeedBraces 'if' construct must use '{}'s. 491
 Warning coding MagicNumber '4' is a magic number. 492
 Info regexp RegexpSingleline Line has trailing spaces. 494
 Info sizes LineLength Line is longer than 80 characters (found 116). 494
 Info regexp RegexpSingleline Line has trailing spaces. 501
 Info misc FinalParameters Parameter ont should be final. 508
 Info misc FinalParameters Parameter ttlFile should be final. 508
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 508
 Info sizes LineLength Line is longer than 80 characters (found 97). 509
 Info sizes LineLength Line is longer than 80 characters (found 92). 510
 Info sizes LineLength Line is longer than 80 characters (found 82). 511
 Info sizes LineLength Line is longer than 80 characters (found 96). 520
 Info regexp RegexpSingleline Line has trailing spaces. 524
 Info misc FinalParameters Parameter ttlFile should be final. 531
 Info misc FinalParameters Parameter owlFile should be final. 531
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 531
 Info sizes LineLength Line is longer than 80 characters (found 82). 532
 Info sizes LineLength Line is longer than 80 characters (found 95). 533
 Info sizes LineLength Line is longer than 80 characters (found 103). 539
 Info sizes LineLength Line is longer than 80 characters (found 81). 548
 Info sizes LineLength Line is longer than 80 characters (found 113). 549

org/universAAL/middleware/bus/member/BusMember.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error design VisibilityModifier Variable 'owner' must be private and have accessor methods. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error design VisibilityModifier Variable 'theBus' must be private and have accessor methods. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error design VisibilityModifier Variable 'busResourceURI' must be private and have accessor methods. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Info misc FinalParameters Parameter owner should be final. 54
 Warning coding HiddenField 'owner' hides a field. 54
 Info misc FinalParameters Parameter busFetchParams should be final. 54
 Info misc FinalParameters Parameter type should be final. 55
 Warning coding HiddenField 'type' hides a field. 55
 Error design DesignForExtension Method 'close' is not designed for extension - needs to be abstract, final or empty. 69
 Info regexp RegexpSingleline Line has trailing spaces. 77
 Info regexp RegexpSingleline Line has trailing spaces. 79
 Error javadoc JavadocMethod Expected an @return tag. 89
 Info regexp RegexpSingleline Line has trailing spaces. 95
 Error design DesignForExtension Method 'getType' is not designed for extension - needs to be abstract, final or empty. 98
 Info regexp RegexpSingleline Line has trailing spaces. 104
 Error design DesignForExtension Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. 108
 Info misc FinalParameters Parameter label should be final. 108
 Warning coding HiddenField 'label' hides a field. 108
 Warning blocks NeedBraces 'if' construct must use '{}'s. 109
 Info regexp RegexpSingleline Line has trailing spaces. 115
 Error design DesignForExtension Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. 118
 Info regexp RegexpSingleline Line has trailing spaces. 124
 Error design DesignForExtension Method 'setComment' is not designed for extension - needs to be abstract, final or empty. 129
 Info misc FinalParameters Parameter comment should be final. 129
 Warning coding HiddenField 'comment' hides a field. 129
 Warning blocks NeedBraces 'if' construct must use '{}'s. 130
 Info regexp RegexpSingleline Line has trailing spaces. 136
 Error design DesignForExtension Method 'getComment' is not designed for extension - needs to be abstract, final or empty. 139

org/universAAL/middleware/bus/member/BusMemberType.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 27

org/universAAL/middleware/bus/member/Callee.java

Severity Category Rule Message Line
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Error javadoc JavadocMethod Missing a Javadoc comment. 32
 Info misc FinalParameters Parameter owner should be final. 32
 Info misc FinalParameters Parameter busFetchParams should be final. 32
 Info regexp RegexpSingleline Line has trailing spaces. 38

org/universAAL/middleware/bus/member/Caller.java

Severity Category Rule Message Line
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Error javadoc JavadocMethod Missing a Javadoc comment. 33
 Info misc FinalParameters Parameter owner should be final. 33
 Info misc FinalParameters Parameter busFetchParams should be final. 33
 Info regexp RegexpSingleline Line has trailing spaces. 39

org/universAAL/middleware/bus/member/Publisher.java

Severity Category Rule Message Line
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Error javadoc JavadocMethod Missing a Javadoc comment. 32
 Info misc FinalParameters Parameter owner should be final. 32
 Info misc FinalParameters Parameter busFetchParams should be final. 32

org/universAAL/middleware/bus/member/Subscriber.java

Severity Category Rule Message Line
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocMethod Missing a Javadoc comment. 34
 Info misc FinalParameters Parameter owner should be final. 34
 Info misc FinalParameters Parameter busFetchParams should be final. 34
 Info regexp RegexpSingleline Line has trailing spaces. 39

org/universAAL/middleware/bus/model/AbstractBus.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.aalspace.AALSpaceCard. 37
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Warning naming ConstantName Name 'uAAL_OPTIONAL_URI_PREFIX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 61
 Warning naming StaticVariableName Name 'uAAL_SPACE_INSTANCE_URI_PREFIX' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
 Warning naming StaticVariableName Name 'uAAL_MW_INSTANCE_URI_PREFIX' must match pattern '^[a-z][a-zA-Z0-9]*$'. 88
 Warning naming StaticVariableName Name 'uAAL_MW_INSTANCE_BUS_MEMBERSHIPS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
 Error javadoc JavadocVariable Missing a Javadoc comment. 97
 Error design VisibilityModifier Variable 'aalSpaceManager' must be private and have accessor methods. 97
 Error javadoc JavadocVariable Missing a Javadoc comment. 98
 Error design VisibilityModifier Variable 'communicationModule' must be private and have accessor methods. 98
 Error javadoc JavadocVariable Missing a Javadoc comment. 99
 Error javadoc JavadocMethod Missing a Javadoc comment. 101
 Info misc FinalParameters Parameter mc should be final. 101
 Info misc FinalParameters Parameter aalSpaceMgr should be final. 102
 Info misc FinalParameters Parameter commModule should be final. 102
 Info sizes LineLength Line is longer than 80 characters (found 113). 109
 Info sizes LineLength Line is longer than 80 characters (found 88). 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 134
 Info misc TodoComment Comment matches to-do format 'TODO:'. 145
 Info regexp RegexpSingleline Line has trailing spaces. 148
 Warning coding MagicNumber '100' is a magic number. 158
 Warning blocks NeedBraces 'if' construct must use '{}'s. 163
 Warning coding MagicNumber '50' is a magic number. 163
 Info sizes LineLength Line is longer than 80 characters (found 135). 169
 Warning coding MagicNumber '10' is a magic number. 170
 Error javadoc JavadocMethod Missing a Javadoc comment. 196
 Error javadoc JavadocMethod Missing a Javadoc comment. 200
 Info misc FinalParameters Parameter uri should be final. 200
 Warning blocks NeedBraces 'if' construct must use '{}'s. 214
 Error javadoc JavadocVariable Missing a Javadoc comment. 233
 Error design VisibilityModifier Variable 'context' must be private and have accessor methods. 233
 Error javadoc JavadocVariable Missing a Javadoc comment. 234
 Error design VisibilityModifier Variable 'registry' must be private and have accessor methods. 234
 Error javadoc JavadocVariable Missing a Javadoc comment. 235
 Error design VisibilityModifier Variable 'busStrategy' must be private and have accessor methods. 235
 Error javadoc JavadocVariable Missing a Javadoc comment. 236
 Error javadoc JavadocVariable Missing a Javadoc comment. 237
 Error javadoc JavadocMethod Missing a Javadoc comment. 239
 Info misc FinalParameters Parameter module should be final. 239
 Info misc FinalParameters Parameter brokerName should be final. 239
 Warning coding HiddenField 'brokerName' hides a field. 239
 Warning blocks NeedBraces 'if' construct must use '{}'s. 243
 Warning blocks NeedBraces 'else' construct must use '{}'s. 245
 Info sizes LineLength Line is longer than 80 characters (found 115). 250
 Error design DesignForExtension Method 'createRegistry' is not designed for extension - needs to be abstract, final or empty. 256
 Error javadoc JavadocMethod Missing a Javadoc comment. 256
 Error javadoc JavadocMethod Missing a Javadoc comment. 260
 Info regexp RegexpSingleline Line has trailing spaces. 265
 Error design DesignForExtension Method 'getBusMember' is not designed for extension - needs to be abstract, final or empty. 270
 Info misc FinalParameters Parameter memberID should be final. 270
 Error javadoc JavadocMethod Expected an @return tag. 279
 Error design DesignForExtension Method 'getBusMemberID' is not designed for extension - needs to be abstract, final or empty. 279
 Info misc FinalParameters Parameter bm should be final. 279
 Error javadoc JavadocMethod Expected @param tag for 'bm'. 279
 Error design DesignForExtension Method 'getPeerCard' is not designed for extension - needs to be abstract, final or empty. 283
 Error javadoc JavadocMethod Missing a Javadoc comment. 283
 Info regexp RegexpSingleline Line has trailing spaces. 288
 Error design DesignForExtension Method 'getBusMembers' is not designed for extension - needs to be abstract, final or empty. 291
 Info regexp RegexpSingleline Line has trailing spaces. 300
 Error design DesignForExtension Method 'getBusMembersByID' is not designed for extension - needs to be abstract, final or empty. 303
 Error javadoc JavadocMethod Expected an @return tag. 316
 Info misc FinalParameters Parameter module should be final. 316
 Error javadoc JavadocMethod Expected @param tag for 'module'. 316
 Info misc FinalParameters Parameter m should be final. 316
 Error javadoc JavadocMethod Expected @param tag for 'm'. 316
 Info misc FinalParameters Parameter type should be final. 317
 Error javadoc JavadocMethod Expected @param tag for 'type'. 317
 Warning blocks NeedBraces 'if' construct must use '{}'s. 318
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 332
 Error design DesignForExtension Method 'brokerMessage' is not designed for extension - needs to be abstract, final or empty. 342
 Info misc FinalParameters Parameter senderID should be final. 342
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 342
 Info misc FinalParameters Parameter msg should be final. 342
 Error javadoc JavadocMethod Expected @param tag for 'msg'. 342
 Info regexp RegexpSingleline Line has trailing spaces. 352
 Error javadoc JavadocMethod Expected an @return tag. 354
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 354
 Error design DesignForExtension Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 362
 Error design DesignForExtension Method 'unregister' is not designed for extension - needs to be abstract, final or empty. 376
 Info misc FinalParameters Parameter memberID should be final. 376
 Error javadoc JavadocMethod Expected @param tag for 'memberID'. 376
 Info misc FinalParameters Parameter m should be final. 376
 Error javadoc JavadocMethod Expected @param tag for 'm'. 376
 Info sizes LineLength Line is longer than 80 characters (found 116). 387
 Error design DesignForExtension Method 'messageReceived' is not designed for extension - needs to be abstract, final or empty. 401
 Error javadoc JavadocMethod Missing a Javadoc comment. 401
 Info misc FinalParameters Parameter message should be final. 401
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 409
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 417
 Error design DesignForExtension Method 'getBrokerName' is not designed for extension - needs to be abstract, final or empty. 422
 Error javadoc JavadocMethod Missing a Javadoc comment. 422
 Error design DesignForExtension Method 'getURI' is not designed for extension - needs to be abstract, final or empty. 426
 Error javadoc JavadocMethod Missing a Javadoc comment. 426
 Error javadoc JavadocMethod Missing a Javadoc comment. 430
 Info misc FinalParameters Parameter module should be final. 430
 Info misc FinalParameters Parameter type should be final. 430
 Warning coding MagicNumber '128' is a magic number. 431
 Info misc TodoComment Comment matches to-do format 'TODO:'. 433
 Error design DesignForExtension Method 'isValidMember' is not designed for extension - needs to be abstract, final or empty. 441
 Error javadoc JavadocMethod Missing a Javadoc comment. 441
 Info misc FinalParameters Parameter memberURI should be final. 441
 Error design DesignForExtension Method 'isBusResourceURI' is not designed for extension - needs to be abstract, final or empty. 445
 Error javadoc JavadocMethod Missing a Javadoc comment. 445
 Info misc FinalParameters Parameter uri should be final. 445
 Error design DesignForExtension Method 'unmarshall' is not designed for extension - needs to be abstract, final or empty. 449
 Error javadoc JavadocMethod Missing a Javadoc comment. 449
 Info misc FinalParameters Parameter serializedBusMessage should be final. 449
 Error design DesignForExtension Method 'addRegistryListener' is not designed for extension - needs to be abstract, final or empty. 453
 Error javadoc JavadocMethod Missing a Javadoc comment. 453
 Info misc FinalParameters Parameter listener should be final. 453
 Error design DesignForExtension Method 'removeRegistryListener' is not designed for extension - needs to be abstract, final or empty. 457
 Error javadoc JavadocMethod Missing a Javadoc comment. 457
 Info misc FinalParameters Parameter listener should be final. 457

org/universAAL/middleware/bus/model/BusStrategy.java

Severity Category Rule Message Line
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info regexp RegexpSingleline Line has trailing spaces. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Info misc FinalParameters Parameter m should be final. 52
 Info sizes LineLength Line is longer than 80 characters (found 81). 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error design VisibilityModifier Variable 'bus' must be private and have accessor methods. 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error design VisibilityModifier Variable 'busModule' must be private and have accessor methods. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error design VisibilityModifier Variable 'commModule' must be private and have accessor methods. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Info regexp RegexpSingleline Line has trailing spaces. 79
 Info misc FinalParameters Parameter commModule should be final. 83
 Warning coding HiddenField 'commModule' hides a field. 83
 Info regexp RegexpSingleline Line has trailing spaces. 90
 Info misc FinalParameters Parameter commModule should be final. 96
 Warning coding HiddenField 'commModule' hides a field. 96
 Info misc FinalParameters Parameter name should be final. 96
 Info regexp RegexpSingleline Line has trailing spaces. 105
 Error design DesignForExtension Method 'getBusMember' is not designed for extension - needs to be abstract, final or empty. 110
 Info misc FinalParameters Parameter memberID should be final. 110
 Info regexp RegexpSingleline Line has trailing spaces. 119
 Info regexp RegexpSingleline Line has trailing spaces. 129
 Error design DesignForExtension Method 'getLocalBusByName' is not designed for extension - needs to be abstract, final or empty. 134
 Info misc FinalParameters Parameter name should be final. 134
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 136
 Info regexp RegexpSingleline Line has trailing spaces. 145
 Info misc FinalParameters Parameter m should be final. 151
 Info misc FinalParameters Parameter senderID should be final. 151
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 155
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 199
 Error javadoc JavadocMethod Missing a Javadoc comment. 199
 Info misc FinalParameters Parameter mc should be final. 199
 Info regexp RegexpSingleline Line has trailing spaces. 206
 Error design DesignForExtension Method 'setBus' is not designed for extension - needs to be abstract, final or empty. 210
 Info misc FinalParameters Parameter bus should be final. 210
 Warning coding HiddenField 'bus' hides a field. 210
 Error design DesignForExtension Method 'buildChannelMessage' is not designed for extension - needs to be abstract, final or empty. 227
 Error javadoc JavadocMethod Missing a Javadoc comment. 227
 Info misc FinalParameters Parameter m should be final. 227
 Error design DesignForExtension Method 'send' is not designed for extension - needs to be abstract, final or empty. 236
 Error javadoc JavadocMethod Missing a Javadoc comment. 236
 Info misc FinalParameters Parameter message should be final. 236
 Warning coding MagicNumber '100' is a magic number. 243
 Warning blocks NeedBraces 'if' construct must use '{}'s. 248
 Warning coding MagicNumber '50' is a magic number. 248
 Info sizes LineLength Line is longer than 80 characters (found 104). 254
 Info sizes LineLength Line is longer than 80 characters (found 114). 256
 Warning coding MagicNumber '10' is a magic number. 257
 Error javadoc JavadocMethod Missing a Javadoc comment. 271
 Info misc FinalParameters Parameter receivers should be final. 271
 Error javadoc JavadocMethod Missing a Javadoc comment. 275
 Info misc FinalParameters Parameter receivers should be final. 275

org/universAAL/middleware/bus/model/matchable/Advertisement.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 24

org/universAAL/middleware/bus/model/matchable/Event.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 24

org/universAAL/middleware/bus/model/matchable/EventAdvertisement.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 24

org/universAAL/middleware/bus/model/matchable/Matchable.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info modifier RedundantModifier Redundant 'public' modifier. 36
 Error javadoc JavadocMethod Expected @param tag for 'subset'. 36

org/universAAL/middleware/bus/model/matchable/Request.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 24

org/universAAL/middleware/bus/model/matchable/Requirement.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 24

org/universAAL/middleware/bus/model/matchable/Response.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 24

org/universAAL/middleware/bus/model/matchable/Subscription.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 24

org/universAAL/middleware/bus/model/matchable/UtilityAdvertisement.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 24

org/universAAL/middleware/bus/model/matchable/UtilityCall.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 24

org/universAAL/middleware/bus/model/matchable/UtilityReply.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 24

org/universAAL/middleware/bus/model/osgi/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Info misc FinalParameters Parameter context should be final. 44
 Warning coding HiddenField 'context' hides a field. 44
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 47
 Warning blocks NeedBraces 'if' construct must use '{}'s. 68
 Info sizes LineLength Line is longer than 80 characters (found 83). 70
 Warning blocks NeedBraces 'else' construct must use '{}'s. 71
 Warning blocks NeedBraces 'else' construct must use '{}'s. 74
 Error javadoc JavadocMethod Missing a Javadoc comment. 79
 Info misc FinalParameters Parameter context should be final. 79
 Warning coding HiddenField 'context' hides a field. 79
 Error design DesignForExtension Method 'serviceChanged' is not designed for extension - needs to be abstract, final or empty. 82
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Info misc FinalParameters Parameter se should be final. 82

org/universAAL/middleware/bus/model/util/IRegistry.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Error javadoc JavadocMethod Missing a Javadoc comment. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 35
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 47
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Info regexp RegexpSingleline Line has trailing spaces. 55
 Info modifier RedundantModifier Redundant 'public' modifier. 62
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Info modifier RedundantModifier Redundant 'public' modifier. 73

org/universAAL/middleware/bus/model/util/IRegistryListener.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Error javadoc JavadocType Missing a Javadoc comment. 22
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Error javadoc JavadocMethod Unused @param tag for 'member'. 27
 Error javadoc JavadocMethod Expected @param tag for 'busMember'. 30
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Error javadoc JavadocMethod Unused @param tag for 'member'. 35
 Error javadoc JavadocMethod Expected @param tag for 'busMember'. 38
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info modifier RedundantModifier Redundant 'public' modifier. 49
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Info modifier RedundantModifier Redundant 'public' modifier. 61

org/universAAL/middleware/bus/model/util/RegistryMap.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info misc TodoComment Comment matches to-do format 'TODO:'. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error design VisibilityModifier Variable 'map' must be private and have accessor methods. 42
 Info sizes LineLength Line is longer than 80 characters (found 85). 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error design VisibilityModifier Variable 'listeners' must be private and have accessor methods. 43
 Error design DesignForExtension Method 'addBusMember' is not designed for extension - needs to be abstract, final or empty. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Info misc FinalParameters Parameter memberID should be final. 45
 Info misc FinalParameters Parameter busMember should be final. 45
 Error design DesignForExtension Method 'removeMemberByID' is not designed for extension - needs to be abstract, final or empty. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Info misc FinalParameters Parameter memberID should be final. 52
 Error design DesignForExtension Method 'getAllBusMembers' is not designed for extension - needs to be abstract, final or empty. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 62
 Error design DesignForExtension Method 'getAllBusMembersIds' is not designed for extension - needs to be abstract, final or empty. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Error design DesignForExtension Method 'getBusMemberByID' is not designed for extension - needs to be abstract, final or empty. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Info misc FinalParameters Parameter memberID should be final. 70
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 71
 Error design DesignForExtension Method 'getBusMemberID' is not designed for extension - needs to be abstract, final or empty. 74
 Error javadoc JavadocMethod Missing a Javadoc comment. 74
 Info misc FinalParameters Parameter busMember should be final. 74
 Error design DesignForExtension Method 'getBusMembersCount' is not designed for extension - needs to be abstract, final or empty. 88
 Error javadoc JavadocMethod Missing a Javadoc comment. 88
 Error design DesignForExtension Method 'reset' is not designed for extension - needs to be abstract, final or empty. 92
 Error javadoc JavadocMethod Missing a Javadoc comment. 92
 Error design DesignForExtension Method 'addRegistryListener' is not designed for extension - needs to be abstract, final or empty. 99
 Error javadoc JavadocMethod Missing a Javadoc comment. 99
 Info misc FinalParameters Parameter listener should be final. 99
 Warning blocks NeedBraces 'if' construct must use '{}'s. 100
 Error design DesignForExtension Method 'removeRegistryListener' is not designed for extension - needs to be abstract, final or empty. 105
 Error javadoc JavadocMethod Missing a Javadoc comment. 105
 Info misc FinalParameters Parameter listener should be final. 105
 Error design DesignForExtension Method 'addRegParams' is not designed for extension - needs to be abstract, final or empty. 109
 Error javadoc JavadocMethod Missing a Javadoc comment. 109
 Info misc FinalParameters Parameter busMemberID should be final. 109
 Info misc FinalParameters Parameter params should be final. 109
 Error design DesignForExtension Method 'removeRegParams' is not designed for extension - needs to be abstract, final or empty. 117
 Error javadoc JavadocMethod Missing a Javadoc comment. 117
 Info misc FinalParameters Parameter busMemberID should be final. 117
 Info misc FinalParameters Parameter params should be final. 117

org/universAAL/middleware/bus/msg/BusMessage.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info imports UnusedImports Unused import - org.universAAL.middleware.rdf.Resource. 29
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error design VisibilityModifier Variable 'brokerName' must be private and have accessor methods. 46
 Error javadoc JavadocStyle First sentence should end with a period. 48
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Info sizes LineLength Line is longer than 80 characters (found 82). 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 62
 Info misc FinalParameters Parameter mcs should be final. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 68
 Info misc FinalParameters Parameter peer should be final. 68
 Error design DesignForExtension Method 'setReceivers' is not designed for extension - needs to be abstract, final or empty. 72
 Error javadoc JavadocMethod Missing a Javadoc comment. 72
 Info misc FinalParameters Parameter receivers should be final. 72
 Info regexp RegexpSingleline Line has trailing spaces. 78
 Info misc FinalParameters Parameter o should be final. 86
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 87
 Error javadoc JavadocMethod Missing a Javadoc comment. 91
 Info misc FinalParameters Parameter s should be final. 91
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 92
 Error javadoc JavadocVariable Missing a Javadoc comment. 96
 Error javadoc JavadocVariable Missing a Javadoc comment. 97
 Error javadoc JavadocVariable Missing a Javadoc comment. 98
 Error javadoc JavadocVariable Missing a Javadoc comment. 99
 Error javadoc JavadocVariable Missing a Javadoc comment. 100
 Error javadoc JavadocVariable Missing a Javadoc comment. 101
 Error javadoc JavadocMethod Missing a Javadoc comment. 103
 Error javadoc JavadocStyle First sentence should end with a period. 108
 Info regexp RegexpSingleline Line has trailing spaces. 110
 Info misc FinalParameters Parameter type should be final. 115
 Warning coding HiddenField 'type' hides a field. 115
 Error javadoc JavadocMethod Expected @param tag for 'type'. 115
 Info misc FinalParameters Parameter content should be final. 115
 Warning coding HiddenField 'content' hides a field. 115
 Info misc FinalParameters Parameter creator should be final. 115
 Error javadoc JavadocMethod Expected @param tag for 'creator'. 115
 Info regexp RegexpSingleline Line has trailing spaces. 132
 Info misc FinalParameters Parameter message should be final. 136
 Info misc FinalParameters Parameter creator should be final. 136
 Error javadoc JavadocMethod Expected @param tag for 'creator'. 136
 Warning coding MagicNumber '9' is a magic number. 142
 Warning coding MagicNumber '3' is a magic number. 142
 Warning coding MagicNumber '40' is a magic number. 154
 Warning coding MagicNumber '46' is a magic number. 156
 Warning coding MagicNumber '52' is a magic number. 164
 Warning coding MagicNumber '31' is a magic number. 181
 Warning coding MagicNumber '30' is a magic number. 187
 Warning coding MagicNumber '28' is a magic number. 188
 Warning coding InnerAssignment Inner assignments should be avoided. 192
 Warning coding MagicNumber '27' is a magic number. 195
 Warning coding MagicNumber '25' is a magic number. 197
 Warning coding MagicNumber '29' is a magic number. 200
 Warning coding MagicNumber '3' is a magic number. 203
 Warning coding MagicNumber '27' is a magic number. 210
 Warning coding InnerAssignment Inner assignments should be avoided. 214
 Warning coding MagicNumber '31' is a magic number. 217
 Warning coding MagicNumber '29' is a magic number. 219
 Error design DesignForExtension Method 'addReceiver' is not designed for extension - needs to be abstract, final or empty. 224
 Error javadoc JavadocMethod Missing a Javadoc comment. 224
 Info misc FinalParameters Parameter pc should be final. 224
 Error design DesignForExtension Method 'addReceivers' is not designed for extension - needs to be abstract, final or empty. 234
 Error javadoc JavadocMethod Missing a Javadoc comment. 234
 Info misc FinalParameters Parameter receivers should be final. 234
 Info regexp RegexpSingleline Line has trailing spaces. 249
 Error design DesignForExtension Method 'createReply' is not designed for extension - needs to be abstract, final or empty. 255
 Info misc FinalParameters Parameter content should be final. 255
 Warning coding HiddenField 'content' hides a field. 255
 Info regexp RegexpSingleline Line has trailing spaces. 283
 Info misc FinalParameters Parameter messageIDInReplyTo should be final. 292
 Info misc FinalParameters Parameter receiver should be final. 293
 Info misc FinalParameters Parameter content should be final. 293
 Info misc FinalParameters Parameter creator should be final. 293
 Error javadoc JavadocMethod Expected @param tag for 'creator'. 293
 Info regexp RegexpSingleline Line has trailing spaces. 315
 Error design DesignForExtension Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 318
 Info regexp RegexpSingleline Line has trailing spaces. 323
 Error design DesignForExtension Method 'getContentAsString' is not designed for extension - needs to be abstract, final or empty. 326
 Info regexp RegexpSingleline Line has trailing spaces. 334
 Error design DesignForExtension Method 'getID' is not designed for extension - needs to be abstract, final or empty. 338
 Error design DesignForExtension Method 'getIDAsLong' is not designed for extension - needs to be abstract, final or empty. 342
 Error javadoc JavadocMethod Missing a Javadoc comment. 342
 Warning coding MagicNumber '16' is a magic number. 343
 Info regexp RegexpSingleline Line has trailing spaces. 348
 Error design DesignForExtension Method 'getInReplyTo' is not designed for extension - needs to be abstract, final or empty. 351
 Info regexp RegexpSingleline Line has trailing spaces. 356
 Error design DesignForExtension Method 'getType' is not designed for extension - needs to be abstract, final or empty. 359
 Error design DesignForExtension Method 'setType' is not designed for extension - needs to be abstract, final or empty. 363
 Error javadoc JavadocMethod Missing a Javadoc comment. 363
 Info misc FinalParameters Parameter newType should be final. 363
 Error design DesignForExtension Method 'receiverResidesOnDifferentPeer' is not designed for extension - needs to be abstract, final or empty. 367
 Error javadoc JavadocMethod Missing a Javadoc comment. 367
 Error design DesignForExtension Method 'senderResidesOnDifferentPeer' is not designed for extension - needs to be abstract, final or empty. 380
 Error javadoc JavadocMethod Missing a Javadoc comment. 380
 Error design DesignForExtension Method 'sentBySamePeerAs' is not designed for extension - needs to be abstract, final or empty. 384
 Error javadoc JavadocMethod Missing a Javadoc comment. 384
 Info misc FinalParameters Parameter peer should be final. 384
 Info regexp RegexpSingleline Line has trailing spaces. 396
 Error design DesignForExtension Method 'setReceiver' is not designed for extension - needs to be abstract, final or empty. 399
 Info misc FinalParameters Parameter receiver should be final. 399
 Warning coding HiddenField 'receiver' hides a field. 399
 Error javadoc JavadocMethod Expected @param tag for 'receiver'. 399
 Info regexp RegexpSingleline Line has trailing spaces. 408
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 411
 Error design DesignForExtension Method 'marshall' is not designed for extension - needs to be abstract, final or empty. 443
 Error javadoc JavadocMethod Missing a Javadoc comment. 443
 Info misc FinalParameters Parameter message should be final. 443
 Error design DesignForExtension Method 'getMType' is not designed for extension - needs to be abstract, final or empty. 452
 Error javadoc JavadocMethod Missing a Javadoc comment. 452
 Error design DesignForExtension Method 'getReceivers' is not designed for extension - needs to be abstract, final or empty. 456
 Error javadoc JavadocMethod Missing a Javadoc comment. 456
 Error design DesignForExtension Method 'hasReceiver' is not designed for extension - needs to be abstract, final or empty. 460
 Error javadoc JavadocMethod Missing a Javadoc comment. 460
 Info misc FinalParameters Parameter receiver should be final. 460
 Warning coding HiddenField 'receiver' hides a field. 460
 Error design DesignForExtension Method 'getSender' is not designed for extension - needs to be abstract, final or empty. 469
 Error javadoc JavadocMethod Missing a Javadoc comment. 469
 Error design DesignForExtension Method 'setSender' is not designed for extension - needs to be abstract, final or empty. 473
 Error javadoc JavadocMethod Missing a Javadoc comment. 473
 Info misc FinalParameters Parameter sender should be final. 473
 Warning coding HiddenField 'sender' hides a field. 473

org/universAAL/middleware/bus/msg/MessageType.java

Severity Category Rule Message Line
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning naming ConstantName Name 'event' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Warning naming ConstantName Name 'p2p_event' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning naming ConstantName Name 'p2p_reply' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning naming ConstantName Name 'p2p_request' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning naming ConstantName Name 'reply' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning naming ConstantName Name 'request' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning naming ConstantName Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 46
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Info misc FinalParameters Parameter name should be final. 55
 Warning blocks NeedBraces 'for' construct must use '{}'s. 56
 Warning coding MissingSwitchDefault switch without "default" clause. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Info regexp RegexpSingleline Line has trailing spaces. 87
 Info misc FinalParameters Parameter order should be final. 91
 Warning coding HiddenField 'order' hides a field. 91
 Info regexp RegexpSingleline Line has trailing spaces. 96
 Info regexp RegexpSingleline Line has trailing spaces. 104

org/universAAL/middleware/bus/permission/AccessControl.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Info sizes LineLength Line is longer than 80 characters (found 93). 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocType Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocType Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Info sizes LineLength Line is longer than 80 characters (found 96). 65
 Info sizes LineLength Line is longer than 80 characters (found 93). 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 73
 Info misc FinalParameters Parameter mc should be final. 73
 Warning coding HiddenField 'mc' hides a field. 73
 Warning blocks NeedBraces 'if' construct must use '{}'s. 74
 Warning blocks NeedBraces 'if' construct must use '{}'s. 83
 Warning blocks NeedBraces 'if' construct must use '{}'s. 85
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 93
 Error javadoc JavadocMethod Missing a Javadoc comment. 97
 Warning blocks NeedBraces 'if' construct must use '{}'s. 100
 Warning blocks NeedBraces 'if' construct must use '{}'s. 102
 Warning blocks NeedBraces 'if' construct must use '{}'s. 104
 Error javadoc JavadocMethod Missing a Javadoc comment. 109
 Info misc FinalParameters Parameter mode should be final. 109
 Warning coding HiddenField 'mode' hides a field. 109
 Warning coding MissingSwitchDefault switch without "default" clause. 110
 Info regexp RegexpSingleline Line has trailing spaces. 126
 Warning blocks NeedBraces 'if' construct must use '{}'s. 137
 Info regexp RegexpSingleline Line has trailing spaces. 145
 Info misc FinalParameters Parameter owner should be final. 160
 Info misc FinalParameters Parameter busMemberURI should be final. 160
 Info misc FinalParameters Parameter m should be final. 161
 Warning blocks NeedBraces 'if' construct must use '{}'s. 162
 Info sizes LineLength Line is longer than 80 characters (found 81). 164
 Warning blocks NeedBraces 'if' construct must use '{}'s. 165
 Info sizes LineLength Line is longer than 80 characters (found 88). 167
 Warning blocks NeedBraces 'if' construct must use '{}'s. 169
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 203
 Warning blocks NeedBraces 'if' construct must use '{}'s. 206
 Info regexp RegexpSingleline Line has trailing spaces. 214
 Error javadoc JavadocMethod Expected @param tag for '<T>'. 230
 Info misc FinalParameters Parameter owner should be final. 230
 Info misc FinalParameters Parameter busMemberURI should be final. 231
 Info misc FinalParameters Parameter m should be final. 231
 Warning blocks NeedBraces 'if' construct must use '{}'s. 232
 Info sizes LineLength Line is longer than 80 characters (found 87). 234
 Warning blocks NeedBraces 'if' construct must use '{}'s. 236
 Info sizes LineLength Line is longer than 80 characters (found 88). 238
 Warning blocks NeedBraces 'if' construct must use '{}'s. 240
 Info misc ArrayTypeStyle Array brackets at illegal position. 252
 Info sizes LineLength Line is longer than 80 characters (found 122). 254
 Warning blocks NeedBraces 'if' construct must use '{}'s. 269
 Error javadoc JavadocMethod Missing a Javadoc comment. 275
 Info misc FinalParameters Parameter owner should be final. 275
 Info misc FinalParameters Parameter m should be final. 275
 Info misc FinalParameters Parameter brokerName should be final. 276
 Error javadoc JavadocMethod Missing a Javadoc comment. 308
 Info misc FinalParameters Parameter owner should be final. 308
 Info misc FinalParameters Parameter m should be final. 308
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 318
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 326
 Info sizes LineLength Line is longer than 80 characters (found 96). 327

org/universAAL/middleware/bus/permission/Permission.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Error javadoc JavadocType Missing a Javadoc comment. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Info sizes LineLength Line is longer than 80 characters (found 82). 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error design DesignForExtension Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 48
 Error design DesignForExtension Method 'getMatchable' is not designed for extension - needs to be abstract, final or empty. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 56
 Info misc FinalParameters Parameter mc should be final. 56
 Warning coding HiddenField 'mc' hides a field. 56
 Warning blocks NeedBraces 'if' construct must use '{}'s. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 64
 Info misc FinalParameters Parameter mc should be final. 64
 Warning coding HiddenField 'mc' hides a field. 64
 Info misc FinalParameters Parameter brokerName should be final. 65
 Info misc FinalParameters Parameter isAdvertisement should be final. 65
 Info misc FinalParameters Parameter log should be final. 65
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Info misc FinalParameters Parameter mc should be final. 70
 Warning coding HiddenField 'mc' hides a field. 70
 Info misc FinalParameters Parameter brokerName should be final. 71
 Info misc FinalParameters Parameter type should be final. 71
 Info misc FinalParameters Parameter log should be final. 71
 Warning blocks NeedBraces 'if' construct must use '{}'s. 72
 Warning blocks NeedBraces 'if' construct must use '{}'s. 74
 Info misc TodoComment Comment matches to-do format 'TODO:'. 80
 Warning blocks NeedBraces 'if' construct must use '{}'s. 81
 Warning blocks NeedBraces 'if' construct must use '{}'s. 89
 Warning blocks NeedBraces 'if' construct must use '{}'s. 92
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 94
 Error javadoc JavadocMethod Missing a Javadoc comment. 102
 Info misc FinalParameters Parameter entry should be final. 102
 Warning blocks NeedBraces 'if' construct must use '{}'s. 107
 Info sizes LineLength Line is longer than 80 characters (found 85). 122
 Info sizes LineLength Line is longer than 80 characters (found 86). 123
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 126
 Info sizes LineLength Line is longer than 80 characters (found 81). 135
 Info sizes LineLength Line is longer than 80 characters (found 83). 140
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 140
 Warning blocks NeedBraces 'if' construct must use '{}'s. 149
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 155
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 167
 Info sizes LineLength Line is longer than 80 characters (found 97). 170

org/universAAL/middleware/connectors/CommunicationConnector.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info sizes LineLength Line is longer than 80 characters (found 86). 25
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Error javadoc JavadocStyle First sentence should end with a period. 39
 Info modifier RedundantModifier Redundant 'public' modifier. 42
 Error javadoc JavadocMethod Expected @param tag for 'message'. 42
 Error javadoc JavadocMethod Expected @param tag for 'receivers'. 42
 Error javadoc JavadocMethod Expected @throws tag for 'CommunicationConnectorException'. 43
 Error javadoc JavadocStyle First sentence should end with a period. 45
 Info modifier RedundantModifier Redundant 'public' modifier. 48
 Error javadoc JavadocMethod Expected @param tag for 'message'. 48
 Error javadoc JavadocMethod Expected @throws tag for 'CommunicationConnectorException'. 49
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Info modifier RedundantModifier Redundant 'public' modifier. 54
 Error javadoc JavadocMethod Expected @param tag for 'message'. 54
 Error javadoc JavadocMethod Expected @param tag for 'receiver'. 54
 Error javadoc JavadocStyle First sentence should end with a period. 56
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Info modifier RedundantModifier Redundant 'public' modifier. 61
 Error javadoc JavadocMethod Expected @param tag for 'channels'. 61
 Error javadoc JavadocMethod Expected @param tag for 'peerName'. 62
 Error javadoc JavadocMethod Expected @throws tag for 'CommunicationConnectorException'. 62
 Error javadoc JavadocStyle First sentence should end with a period. 64
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Info modifier RedundantModifier Redundant 'public' modifier. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 72
 Info modifier RedundantModifier Redundant 'public' modifier. 72
 Error javadoc JavadocMethod Missing a Javadoc comment. 74
 Info modifier RedundantModifier Redundant 'public' modifier. 74
 Info regexp RegexpSingleline Line has trailing spaces. 79
 Error javadoc JavadocMethod Expected an @return tag. 83
 Info modifier RedundantModifier Redundant 'public' modifier. 83
 Error javadoc JavadocMethod Expected @param tag for 'channelName'. 83

org/universAAL/middleware/connectors/Connector.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Error javadoc JavadocMethod Missing a Javadoc comment. 33
 Info modifier RedundantModifier Redundant 'public' modifier. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 35
 Info modifier RedundantModifier Redundant 'public' modifier. 35
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Info modifier RedundantModifier Redundant 'public' modifier. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Info modifier RedundantModifier Redundant 'public' modifier. 39
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info modifier RedundantModifier Redundant 'public' modifier. 47
 Error javadoc JavadocMethod Expected @param tag for 'configurations'. 47
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Info modifier RedundantModifier Redundant 'public' modifier. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Info modifier RedundantModifier Redundant 'public' modifier. 51

org/universAAL/middleware/connectors/DeployConnector.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocStyle First sentence should end with a period. 37
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Error javadoc JavadocMethod Unused @param tag for 'serializedPart'. 40
 Info modifier RedundantModifier Redundant 'public' modifier. 46
 Error javadoc JavadocMethod Expected @param tag for 'applicationPart'. 46
 Error javadoc JavadocStyle First sentence should end with a period. 48
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Info modifier RedundantModifier Redundant 'public' modifier. 55

org/universAAL/middleware/connectors/DiscoveryConnector.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info sizes LineLength Line is longer than 80 characters (found 82). 26
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocStyle First sentence should end with a period. 37
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Error javadoc JavadocMethod Expected an @return tag. 43
 Info modifier RedundantModifier Redundant 'public' modifier. 43
 Error javadoc JavadocMethod Expected @param tag for 'filters'. 43
 Error javadoc JavadocMethod Expected @throws tag for 'DiscoveryConnectorException'. 44
 Error javadoc JavadocStyle First sentence should end with a period. 46
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Error javadoc JavadocMethod Expected an @return tag. 51
 Info modifier RedundantModifier Redundant 'public' modifier. 51
 Error javadoc JavadocMethod Expected @throws tag for 'DiscoveryConnectorException'. 51
 Error javadoc JavadocStyle First sentence should end with a period. 53
 Info regexp RegexpSingleline Line has trailing spaces. 55
 Info modifier RedundantModifier Redundant 'public' modifier. 58
 Error javadoc JavadocMethod Expected @param tag for 'spaceCard'. 58
 Error javadoc JavadocMethod Expected @throws tag for 'DiscoveryConnectorException'. 59
 Error javadoc JavadocStyle First sentence should end with a period. 61
 Info regexp RegexpSingleline Line has trailing spaces. 63
 Info modifier RedundantModifier Redundant 'public' modifier. 67
 Error javadoc JavadocMethod Expected @param tag for 'spaceCard'. 67
 Error javadoc JavadocMethod Expected @throws tag for 'DiscoveryConnectorException'. 68
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Info modifier RedundantModifier Redundant 'public' modifier. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 72
 Info modifier RedundantModifier Redundant 'public' modifier. 72
 Error javadoc JavadocMethod Missing a Javadoc comment. 74
 Info modifier RedundantModifier Redundant 'public' modifier. 74

org/universAAL/middleware/connectors/ServiceListener.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Error javadoc JavadocStyle First sentence should end with a period. 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocStyle First sentence should end with a period. 34
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Error javadoc JavadocMethod Unused @param tag for 'spaceCard'. 37
 Info modifier RedundantModifier Redundant 'public' modifier. 40
 Error javadoc JavadocMethod Expected @param tag for 'spaceCards'. 40
 Error javadoc JavadocStyle First sentence should end with a period. 42
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info modifier RedundantModifier Redundant 'public' modifier. 48

org/universAAL/middleware/connectors/communication/jgroups/JGroupsCommunicationConnector.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 81). 52
 Info sizes LineLength Line is longer than 80 characters (found 86). 53
 Info sizes LineLength Line is longer than 80 characters (found 86). 54
 Error javadoc JavadocStyle First sentence should end with a period. 63
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 81
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Info sizes LineLength Line is longer than 80 characters (found 85). 86
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 89
 Error javadoc JavadocVariable Missing a Javadoc comment. 91
 Error javadoc JavadocMethod Missing a Javadoc comment. 93
 Info misc FinalParameters Parameter context should be final. 93
 Warning coding HiddenField 'context' hides a field. 93
 Warning coding SimplifyBooleanExpression Expression can be simplified. 100
 Error javadoc JavadocMethod Missing a Javadoc comment. 108
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 109
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 113
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 118
 Info misc FinalParameters Parameter data should be final. 134
 Info misc FinalParameters Parameter data should be final. 139
 Error design DesignForExtension Method 'configureConnector' is not designed for extension - needs to be abstract, final or empty. 160
 Error javadoc JavadocMethod Missing a Javadoc comment. 160
 Info misc FinalParameters Parameter channels should be final. 160
 Info misc FinalParameters Parameter peerName should be final. 161
 Info sizes LineLength Line is longer than 80 characters (found 87). 166
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 166
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 170
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 179
 Info sizes LineLength Line is longer than 80 characters (found 82). 190
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 190
 Info sizes LineLength Line is longer than 80 characters (found 82). 193
 Info sizes LineLength Line is longer than 80 characters (found 100). 223
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 223
 Info sizes LineLength Line is longer than 80 characters (found 85). 227
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 233
 Info regexp RegexpSingleline Line has trailing spaces. 245
 Info regexp RegexpSingleline Line has trailing spaces. 246
 Error javadoc JavadocMethod Expected an @return tag. 251
 Info misc FinalParameters Parameter element should be final. 251
 Error javadoc JavadocMethod Expected @param tag for 'element'. 251
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 252
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 253
 Warning coding SimplifyBooleanExpression Expression can be simplified. 255
 Info sizes LineLength Line is longer than 80 characters (found 115). 260
 Info sizes LineLength Line is longer than 80 characters (found 81). 265
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 297
 Info sizes LineLength Line is longer than 80 characters (found 87). 299
 Info sizes LineLength Line is longer than 80 characters (found 82). 311
 Info sizes LineLength Line is longer than 80 characters (found 89). 323
 Error design DesignForExtension Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 337
 Error javadoc JavadocMethod Missing a Javadoc comment. 337
 Info misc FinalParameters Parameter channels should be final. 337
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 340
 Info sizes LineLength Line is longer than 80 characters (found 88). 353
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 353
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 369
 Error design DesignForExtension Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 373
 Error javadoc JavadocMethod Missing a Javadoc comment. 373
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 376
 Info sizes LineLength Line is longer than 80 characters (found 88). 391
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 391
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 398
 Error javadoc JavadocMethod Missing a Javadoc comment. 402
 Info misc FinalParameters Parameter channelURL should be final. 402
 Info sizes LineLength Line is longer than 80 characters (found 81). 417
 Error javadoc JavadocMethod Missing a Javadoc comment. 427
 Info misc FinalParameters Parameter channelValue should be final. 427
 Info sizes LineLength Line is longer than 80 characters (found 87). 443
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 443
 Info regexp RegexpSingleline Line has trailing spaces. 457
 Error javadoc JavadocMethod Expected an @return tag. 461
 Info misc FinalParameters Parameter destinationChannelNames should be final. 461
 Error javadoc JavadocMethod Expected @param tag for 'destinationChannelNames'. 461
 Error design DesignForExtension Method 'unicast' is not designed for extension - needs to be abstract, final or empty. 476
 Error javadoc JavadocMethod Missing a Javadoc comment. 476
 Info misc FinalParameters Parameter message should be final. 476
 Info misc FinalParameters Parameter receiver should be final. 476
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 478
 Info sizes LineLength Line is longer than 80 characters (found 124). 499
 Info sizes LineLength Line is longer than 80 characters (found 82). 538
 Error javadoc JavadocMethod Missing a Javadoc comment. 557
 Info misc FinalParameters Parameter method should be final. 557
 Info misc FinalParameters Parameter code should be final. 558
 Info misc FinalParameters Parameter msg should be final. 558
 Info misc FinalParameters Parameter t should be final. 558
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 560
 Error javadoc JavadocMethod Missing a Javadoc comment. 566
 Info misc FinalParameters Parameter method should be final. 566
 Info misc FinalParameters Parameter code should be final. 567
 Info misc FinalParameters Parameter msg should be final. 567
 Error design DesignForExtension Method 'multicast' is not designed for extension - needs to be abstract, final or empty. 574
 Error javadoc JavadocMethod Missing a Javadoc comment. 574
 Info misc FinalParameters Parameter message should be final. 574
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 576
 Error design DesignForExtension Method 'multicast' is not designed for extension - needs to be abstract, final or empty. 615
 Error javadoc JavadocMethod Missing a Javadoc comment. 615
 Info misc FinalParameters Parameter message should be final. 615
 Info misc FinalParameters Parameter receivers should be final. 616
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 617
 Warning blocks NeedBraces 'if' construct must use '{}'s. 663
 Info sizes LineLength Line is longer than 80 characters (found 86). 676
 Error design DesignForExtension Method 'loadConfigurations' is not designed for extension - needs to be abstract, final or empty. 703
 Error javadoc JavadocMethod Missing a Javadoc comment. 703
 Info misc FinalParameters Parameter configurations should be final. 703
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 704
 Info sizes LineLength Line is longer than 80 characters (found 90). 715
 Info sizes LineLength Line is longer than 80 characters (found 93). 717
 Info sizes LineLength Line is longer than 80 characters (found 97). 719
 Info sizes LineLength Line is longer than 80 characters (found 94). 721
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 730
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 735
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 738
 Error javadoc JavadocMethod Missing a Javadoc comment. 738
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 742
 Error javadoc JavadocMethod Missing a Javadoc comment. 742
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 746
 Error javadoc JavadocMethod Missing a Javadoc comment. 746
 Error design DesignForExtension Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. 750
 Error javadoc JavadocMethod Missing a Javadoc comment. 750
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 754
 Error javadoc JavadocMethod Missing a Javadoc comment. 754
 Info misc FinalParameters Parameter name should be final. 754
 Warning coding HiddenField 'name' hides a field. 754
 Error design DesignForExtension Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 758
 Error javadoc JavadocMethod Missing a Javadoc comment. 758
 Info misc FinalParameters Parameter version should be final. 758
 Warning coding HiddenField 'version' hides a field. 758
 Error design DesignForExtension Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 762
 Error javadoc JavadocMethod Missing a Javadoc comment. 762
 Info misc FinalParameters Parameter description should be final. 762
 Warning coding HiddenField 'description' hides a field. 762
 Error design DesignForExtension Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. 766
 Error javadoc JavadocMethod Missing a Javadoc comment. 766
 Info misc FinalParameters Parameter provider should be final. 766
 Warning coding HiddenField 'provider' hides a field. 766
 Error design DesignForExtension Method 'receive' is not designed for extension - needs to be abstract, final or empty. 770
 Error javadoc JavadocMethod Missing a Javadoc comment. 770
 Info misc FinalParameters Parameter msg should be final. 770
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 771
 Info sizes LineLength Line is longer than 80 characters (found 82). 791
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 791
 Error javadoc JavadocMethod Missing a Javadoc comment. 796
 Info misc FinalParameters Parameter output should be final. 796
 Error javadoc JavadocMethod Missing a Javadoc comment. 800
 Info misc FinalParameters Parameter input should be final. 800
 Error javadoc JavadocMethod Missing a Javadoc comment. 804
 Error javadoc JavadocMethod Missing a Javadoc comment. 808
 Info misc FinalParameters Parameter suspectedMbr should be final. 808
 Error javadoc JavadocMethod Missing a Javadoc comment. 811
 Error javadoc JavadocMethod Missing a Javadoc comment. 815
 Info misc FinalParameters Parameter newView should be final. 815
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 818
 Error javadoc JavadocMethod Missing a Javadoc comment. 818
 Error design DesignForExtension Method 'handle' is not designed for extension - needs to be abstract, final or empty. 824
 Error javadoc JavadocMethod Missing a Javadoc comment. 824
 Info misc FinalParameters Parameter msg should be final. 824
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 831
 Error javadoc JavadocMethod Missing a Javadoc comment. 831
 Error javadoc JavadocStyle First sentence should end with a period. 836
 Error javadoc JavadocMethod Expected an @return tag. 840
 Error design DesignForExtension Method 'getGroupMembers' is not designed for extension - needs to be abstract, final or empty. 840
 Info misc FinalParameters Parameter groupName should be final. 840
 Error javadoc JavadocMethod Expected @param tag for 'groupName'. 840
 Error design DesignForExtension Method 'hasChannel' is not designed for extension - needs to be abstract, final or empty. 856
 Error javadoc JavadocMethod Missing a Javadoc comment. 856
 Info misc FinalParameters Parameter channelName should be final. 856
 Warning blocks NeedBraces 'if' construct must use '{}'s. 858

org/universAAL/middleware/connectors/communication/jgroups/osgi/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 96). 38
 Info sizes LineLength Line is longer than 80 characters (found 83). 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Warning naming StaticVariableName Name 'SERVICE_PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 56
 Error javadoc JavadocMethod Missing a Javadoc comment. 56
 Info misc FinalParameters Parameter bc should be final. 56
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 58
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 60
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 65
 Warning blocks NeedBraces 'if' construct must use '{}'s. 79
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 91
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 93
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 97
 Error javadoc JavadocMethod Missing a Javadoc comment. 97
 Info misc FinalParameters Parameter bc should be final. 97
 Error design DesignForExtension Method 'updated' is not designed for extension - needs to be abstract, final or empty. 102
 Error javadoc JavadocMethod Missing a Javadoc comment. 102
 Info misc FinalParameters Parameter props should be final. 102

org/universAAL/middleware/connectors/communication/jgroups/util/Codec.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Error javadoc JavadocMethod Missing a Javadoc comment. 29
 Info modifier RedundantModifier Redundant 'public' modifier. 29
 Error javadoc JavadocMethod Missing a Javadoc comment. 31
 Info modifier RedundantModifier Redundant 'public' modifier. 31

org/universAAL/middleware/connectors/communication/jgroups/util/Consts.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 24
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 32
 Info sizes LineLength Line is longer than 80 characters (found 91). 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Info sizes LineLength Line is longer than 80 characters (found 84). 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 35

org/universAAL/middleware/connectors/communication/jgroups/util/CryptUtil.java

Severity Category Rule Message Line
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Error javadoc JavadocStyle First sentence should end with a period. 38
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning naming ConstantName Name 'cipherTransformation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning naming ConstantName Name 'keyFileName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Warning naming ConstantName Name 'randomizationAlgorithm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning naming ConstantName Name 'secretKeyAlgorithm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocStyle First sentence should end with a period. 57
 Info regexp RegexpSingleline Line has trailing spaces. 60
 Error javadoc JavadocMethod Unused @param tag for 'String'. 61
 Error javadoc JavadocMethod Expected an @return tag. 67
 Info misc FinalParameters Parameter dir should be final. 67
 Error javadoc JavadocMethod Expected @param tag for 'dir'. 67
 Info misc FinalParameters Parameter codec should be final. 67
 Warning coding HiddenField 'codec' hides a field. 67
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 67
 Warning blocks NeedBraces 'if' construct must use '{}'s. 68
 Warning blocks NeedBraces 'if' construct must use '{}'s. 82
 Warning blocks NeedBraces 'if' construct must use '{}'s. 86
 Info sizes LineLength Line is longer than 80 characters (found 105). 89
 Warning blocks NeedBraces 'else' construct must use '{}'s. 90
 Error javadoc JavadocStyle First sentence should end with a period. 94
 Info regexp RegexpSingleline Line has trailing spaces. 97
 Error javadoc JavadocMethod Unused @param tag for 'String'. 98
 Info regexp RegexpSingleline Line has trailing spaces. 101
 Info misc FinalParameters Parameter cipher should be final. 103
 Error javadoc JavadocMethod Expected @param tag for 'cipher'. 103
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 103
 Error javadoc JavadocStyle First sentence should end with a period. 107
 Info regexp RegexpSingleline Line has trailing spaces. 110
 Error javadoc JavadocMethod Unused @param tag for 'String'. 111
 Error javadoc JavadocMethod Unused @param tag for 'SecretKey'. 113
 Info regexp RegexpSingleline Line has trailing spaces. 116
 Info misc FinalParameters Parameter cipher should be final. 118
 Error javadoc JavadocMethod Expected @param tag for 'cipher'. 118
 Info misc FinalParameters Parameter skey should be final. 118
 Warning coding HiddenField 'skey' hides a field. 118
 Error javadoc JavadocMethod Expected @param tag for 'skey'. 118
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 119
 Error javadoc JavadocStyle First sentence should end with a period. 125
 Info regexp RegexpSingleline Line has trailing spaces. 128
 Error javadoc JavadocMethod Unused @param tag for 'String'. 129
 Info regexp RegexpSingleline Line has trailing spaces. 132
 Info misc FinalParameters Parameter clear should be final. 134
 Error javadoc JavadocMethod Expected @param tag for 'clear'. 134
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 134
 Error javadoc JavadocStyle First sentence should end with a period. 138
 Info regexp RegexpSingleline Line has trailing spaces. 141
 Error javadoc JavadocMethod Unused @param tag for 'String'. 142
 Error javadoc JavadocMethod Unused @param tag for 'SecretKey'. 144
 Info regexp RegexpSingleline Line has trailing spaces. 147
 Info misc FinalParameters Parameter clear should be final. 149
 Error javadoc JavadocMethod Expected @param tag for 'clear'. 149
 Info misc FinalParameters Parameter skey should be final. 149
 Warning coding HiddenField 'skey' hides a field. 149
 Error javadoc JavadocMethod Expected @param tag for 'skey'. 149
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 150
 Error javadoc JavadocStyle First sentence should end with a period. 156
 Info regexp RegexpSingleline Line has trailing spaces. 158
 Error javadoc JavadocMethod Unused @param tag for 'File'. 159
 Info regexp RegexpSingleline Line has trailing spaces. 162
 Info misc FinalParameters Parameter keyFile should be final. 164
 Error javadoc JavadocMethod Expected @param tag for 'keyFile'. 164
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 164
 Warning coding HiddenField 'skey' hides a field. 167
 Error javadoc JavadocStyle First sentence should end with a period. 179
 Info regexp RegexpSingleline Line has trailing spaces. 182
 Error design DesignForExtension Method 'generateKeyPair' is not designed for extension - needs to be abstract, final or empty. 184
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 184
 Warning coding MagicNumber '1024' is a magic number. 188
 Error javadoc JavadocStyle First sentence should end with a period. 202
 Info regexp RegexpSingleline Line has trailing spaces. 204
 Error javadoc JavadocMethod Unused @param tag for 'File'. 205
 Info regexp RegexpSingleline Line has trailing spaces. 208
 Info misc FinalParameters Parameter keyFile should be final. 210
 Error javadoc JavadocMethod Expected @param tag for 'keyFile'. 210
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 210

org/universAAL/middleware/connectors/deploy/karaf/KarafDeployConnector.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 54
 Info regexp RegexpSingleline Line has trailing spaces. 56
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Error javadoc JavadocVariable Missing a Javadoc comment. 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 84
 Error javadoc JavadocVariable Missing a Javadoc comment. 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Info regexp RegexpSingleline Line has trailing spaces. 89
 Error javadoc JavadocVariable Missing a Javadoc comment. 89
 Error javadoc JavadocMethod Missing a Javadoc comment. 91
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 98
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 103
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 114
 Error javadoc JavadocMethod Missing a Javadoc comment. 114
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Info misc FinalParameters Parameter context should be final. 118
 Warning coding HiddenField 'context' hides a field. 118
 Info sizes LineLength Line is longer than 80 characters (found 110). 125
 Info sizes LineLength Line is longer than 80 characters (found 85). 135
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 135
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 140
 Error javadoc JavadocMethod Missing a Javadoc comment. 140
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 144
 Error javadoc JavadocMethod Missing a Javadoc comment. 144
 Error design DesignForExtension Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. 148
 Error javadoc JavadocMethod Missing a Javadoc comment. 148
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 152
 Error javadoc JavadocMethod Missing a Javadoc comment. 152
 Error design DesignForExtension Method 'loadConfigurations' is not designed for extension - needs to be abstract, final or empty. 156
 Error javadoc JavadocMethod Missing a Javadoc comment. 156
 Info misc FinalParameters Parameter configurations should be final. 156
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 159
 Info sizes LineLength Line is longer than 80 characters (found 82). 166
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 166
 Info sizes LineLength Line is longer than 80 characters (found 90). 172
 Info sizes LineLength Line is longer than 80 characters (found 93). 174
 Info sizes LineLength Line is longer than 80 characters (found 97). 176
 Info sizes LineLength Line is longer than 80 characters (found 94). 178
 Info sizes LineLength Line is longer than 80 characters (found 83). 185
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 185
 Info sizes LineLength Line is longer than 80 characters (found 83). 192
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 192
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 197
 Error design DesignForExtension Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. 201
 Error javadoc JavadocMethod Missing a Javadoc comment. 201
 Info misc FinalParameters Parameter service should be final. 201
 Info misc FinalParameters Parameter arg1 should be final. 201
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 205
 Error design DesignForExtension Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. 213
 Error javadoc JavadocMethod Missing a Javadoc comment. 213
 Info misc FinalParameters Parameter service should be final. 213
 Error javadoc JavadocMethod Missing a Javadoc comment. 222
 Info misc FinalParameters Parameter zip should be final. 222
 Info misc FinalParameters Parameter dir should be final. 222
 Warning coding SimplifyBooleanExpression Expression can be simplified. 234
 Info sizes LineLength Line is longer than 80 characters (found 87). 236
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 258
 Info sizes LineLength Line is longer than 80 characters (found 85). 261
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 278
 Info sizes LineLength Line is longer than 80 characters (found 117). 279
 Warning coding SimplifyBooleanExpression Expression can be simplified. 282
 Warning coding SimplifyBooleanExpression Expression can be simplified. 293
 Warning coding MagicNumber '1024' is a magic number. 303
 Error javadoc JavadocMethod Missing a Javadoc comment. 313
 Info misc FinalParameters Parameter card should be final. 313
 Error javadoc JavadocMethod Missing a Javadoc comment. 320
 Info misc FinalParameters Parameter card should be final. 320
 Info misc FinalParameters Parameter karFile should be final. 320
 Info sizes LineLength Line is longer than 80 characters (found 87). 330
 Info sizes LineLength Line is longer than 80 characters (found 107). 333
 Error javadoc JavadocMethod Missing a Javadoc comment. 338
 Info sizes LineLength Line is longer than 80 characters (found 88). 341
 Error design DesignForExtension Method 'installPart' is not designed for extension - needs to be abstract, final or empty. 347
 Error javadoc JavadocMethod Missing a Javadoc comment. 347
 Info misc FinalParameters Parameter zipfile should be final. 347
 Info misc FinalParameters Parameter card should be final. 347
 Warning coding HiddenField 'name' hides a field. 349
 Warning blocks NeedBraces 'if' construct must use '{}'s. 356
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 359
 Error design DesignForExtension Method 'm_installPart' is not designed for extension - needs to be abstract, final or empty. 374
 Error javadoc JavadocMethod Missing a Javadoc comment. 374
 Warning naming MethodName Name 'm_installPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. 374
 Info misc FinalParameters Parameter zipfile should be final. 374
 Info misc FinalParameters Parameter card should be final. 374
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 375
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 378
 Info sizes LineLength Line is longer than 80 characters (found 81). 389
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 389
 Warning blocks NeedBraces 'if' construct must use '{}'s. 394
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 401
 Error javadoc JavadocMethod Missing a Javadoc comment. 407
 Info misc FinalParameters Parameter parentPartDir should be final. 407
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 408
 Info misc FinalParameters Parameter pathname should be final. 411
 Warning coding SimplifyBooleanExpression Expression can be simplified. 426
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 444
 Info sizes LineLength Line is longer than 80 characters (found 84). 445
 Warning coding SimplifyBooleanExpression Expression can be simplified. 449
 Error javadoc JavadocMethod Missing a Javadoc comment. 466
 Info misc FinalParameters Parameter listFiles should be final. 466
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 467
 Warning coding HiddenField 'name' hides a field. 471
 Warning coding SimplifyBooleanExpression Expression can be simplified. 472
 Warning coding SimplifyBooleanExpression Expression can be simplified. 473
 Info sizes LineLength Line is longer than 80 characters (found 95). 478
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 478
 Warning coding SimplifyBooleanExpression Expression can be simplified. 481
 Warning coding SimplifyBooleanExpression Expression can be simplified. 482
 Warning coding SimplifyBooleanExpression Expression can be simplified. 484
 Warning coding SimplifyBooleanExpression Expression can be simplified. 485
 Warning coding SimplifyBooleanExpression Expression can be simplified. 492
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 499
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 510
 Info sizes LineLength Line is longer than 80 characters (found 139). 519
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 519
 Info sizes LineLength Line is longer than 80 characters (found 97). 526
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 526
 Error javadoc JavadocMethod Missing a Javadoc comment. 532
 Info misc FinalParameters Parameter file should be final. 532
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 533
 Warning coding SimplifyBooleanExpression Expression can be simplified. 543
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 545
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 553
 Warning coding SimplifyBooleanExpression Expression can be simplified. 556
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 558
 Error javadoc JavadocMethod Missing a Javadoc comment. 567
 Info misc FinalParameters Parameter fn should be final. 567
 Info misc FinalParameters Parameter ext should be final. 567
 Warning coding InnerAssignment Inner assignments should be avoided. 568
 Error design DesignForExtension Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 571
 Error javadoc JavadocMethod Missing a Javadoc comment. 571
 Error design DesignForExtension Method 'uninstallPart' is not designed for extension - needs to be abstract, final or empty. 576
 Error javadoc JavadocMethod Missing a Javadoc comment. 576
 Info misc FinalParameters Parameter card should be final. 576
 Warning coding HiddenField 'name' hides a field. 577
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 588
 Error javadoc JavadocMethod Missing a Javadoc comment. 604
 Warning naming MethodName Name 'm_uninstallPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. 604
 Info misc FinalParameters Parameter card should be final. 604
 Warning coding SimplifyBooleanExpression Expression can be simplified. 611
 Warning coding SimplifyBooleanExpression Expression can be simplified. 616

org/universAAL/middleware/connectors/deploy/karaf/model/Bundle.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info sizes LineLength Line is longer than 80 characters (found 95). 40
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info sizes LineLength Line is longer than 80 characters (found 89). 46
 Info sizes LineLength Line is longer than 80 characters (found 87). 47
 Info sizes LineLength Line is longer than 80 characters (found 92). 48
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error design VisibilityModifier Variable 'value' must be private and have accessor methods. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error design VisibilityModifier Variable 'startLevel' must be private and have accessor methods. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error design VisibilityModifier Variable 'start' must be private and have accessor methods. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error design VisibilityModifier Variable 'dependency' must be private and have accessor methods. 72
 Info regexp RegexpSingleline Line has trailing spaces. 76
 Info regexp RegexpSingleline Line has trailing spaces. 80
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 82
 Info regexp RegexpSingleline Line has trailing spaces. 88
 Info regexp RegexpSingleline Line has trailing spaces. 92
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 94
 Info misc FinalParameters Parameter value should be final. 94
 Warning coding HiddenField 'value' hides a field. 94
 Error design DesignForExtension Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. 98
 Error javadoc JavadocMethod Missing a Javadoc comment. 98
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 99
 Info regexp RegexpSingleline Line has trailing spaces. 104
 Info regexp RegexpSingleline Line has trailing spaces. 108
 Error design DesignForExtension Method 'getStartLevel' is not designed for extension - needs to be abstract, final or empty. 110
 Info regexp RegexpSingleline Line has trailing spaces. 116
 Info regexp RegexpSingleline Line has trailing spaces. 120
 Error design DesignForExtension Method 'setStartLevel' is not designed for extension - needs to be abstract, final or empty. 122
 Info misc FinalParameters Parameter value should be final. 122
 Warning coding HiddenField 'value' hides a field. 122
 Error design DesignForExtension Method 'isSetStartLevel' is not designed for extension - needs to be abstract, final or empty. 126
 Error javadoc JavadocMethod Missing a Javadoc comment. 126
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 127
 Error design DesignForExtension Method 'unsetStartLevel' is not designed for extension - needs to be abstract, final or empty. 130
 Error javadoc JavadocMethod Missing a Javadoc comment. 130
 Info regexp RegexpSingleline Line has trailing spaces. 136
 Info regexp RegexpSingleline Line has trailing spaces. 140
 Error design DesignForExtension Method 'isStart' is not designed for extension - needs to be abstract, final or empty. 142
 Info regexp RegexpSingleline Line has trailing spaces. 148
 Info regexp RegexpSingleline Line has trailing spaces. 152
 Error design DesignForExtension Method 'setStart' is not designed for extension - needs to be abstract, final or empty. 154
 Info misc FinalParameters Parameter value should be final. 154
 Warning coding HiddenField 'value' hides a field. 154
 Error design DesignForExtension Method 'isSetStart' is not designed for extension - needs to be abstract, final or empty. 158
 Error javadoc JavadocMethod Missing a Javadoc comment. 158
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 159
 Error design DesignForExtension Method 'unsetStart' is not designed for extension - needs to be abstract, final or empty. 162
 Error javadoc JavadocMethod Missing a Javadoc comment. 162
 Info regexp RegexpSingleline Line has trailing spaces. 168
 Info regexp RegexpSingleline Line has trailing spaces. 172
 Error design DesignForExtension Method 'isDependency' is not designed for extension - needs to be abstract, final or empty. 174
 Info regexp RegexpSingleline Line has trailing spaces. 180
 Info regexp RegexpSingleline Line has trailing spaces. 184
 Error design DesignForExtension Method 'setDependency' is not designed for extension - needs to be abstract, final or empty. 186
 Info misc FinalParameters Parameter value should be final. 186
 Warning coding HiddenField 'value' hides a field. 186
 Error design DesignForExtension Method 'isSetDependency' is not designed for extension - needs to be abstract, final or empty. 190
 Error javadoc JavadocMethod Missing a Javadoc comment. 190
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 191
 Error design DesignForExtension Method 'unsetDependency' is not designed for extension - needs to be abstract, final or empty. 194
 Error javadoc JavadocMethod Missing a Javadoc comment. 194

org/universAAL/middleware/connectors/deploy/karaf/model/Config.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info sizes LineLength Line is longer than 80 characters (found 82). 33
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info sizes LineLength Line is longer than 80 characters (found 95). 39
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info sizes LineLength Line is longer than 80 characters (found 100). 45
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error design VisibilityModifier Variable 'value' must be private and have accessor methods. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 64
 Info regexp RegexpSingleline Line has trailing spaces. 68
 Info regexp RegexpSingleline Line has trailing spaces. 72
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 74
 Info regexp RegexpSingleline Line has trailing spaces. 80
 Info regexp RegexpSingleline Line has trailing spaces. 84
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 86
 Info misc FinalParameters Parameter value should be final. 86
 Warning coding HiddenField 'value' hides a field. 86
 Error design DesignForExtension Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. 90
 Error javadoc JavadocMethod Missing a Javadoc comment. 90
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 91
 Info regexp RegexpSingleline Line has trailing spaces. 96
 Info regexp RegexpSingleline Line has trailing spaces. 100
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 102
 Info regexp RegexpSingleline Line has trailing spaces. 108
 Info regexp RegexpSingleline Line has trailing spaces. 112
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 114
 Info misc FinalParameters Parameter value should be final. 114
 Warning coding HiddenField 'value' hides a field. 114
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 119

org/universAAL/middleware/connectors/deploy/karaf/model/ConfigFile.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info sizes LineLength Line is longer than 80 characters (found 86). 34
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info sizes LineLength Line is longer than 80 characters (found 95). 39
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info sizes LineLength Line is longer than 80 characters (found 105). 45
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error design VisibilityModifier Variable 'value' must be private and have accessor methods. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error design VisibilityModifier Variable 'finalname' must be private and have accessor methods. 64
 Info regexp RegexpSingleline Line has trailing spaces. 68
 Info regexp RegexpSingleline Line has trailing spaces. 72
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 74
 Info regexp RegexpSingleline Line has trailing spaces. 80
 Info regexp RegexpSingleline Line has trailing spaces. 84
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 86
 Info misc FinalParameters Parameter value should be final. 86
 Warning coding HiddenField 'value' hides a field. 86
 Error design DesignForExtension Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. 90
 Error javadoc JavadocMethod Missing a Javadoc comment. 90
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 91
 Info regexp RegexpSingleline Line has trailing spaces. 96
 Info regexp RegexpSingleline Line has trailing spaces. 100
 Error design DesignForExtension Method 'getFinalname' is not designed for extension - needs to be abstract, final or empty. 102
 Info regexp RegexpSingleline Line has trailing spaces. 108
 Info regexp RegexpSingleline Line has trailing spaces. 112
 Error design DesignForExtension Method 'setFinalname' is not designed for extension - needs to be abstract, final or empty. 114
 Info misc FinalParameters Parameter value should be final. 114
 Warning coding HiddenField 'value' hides a field. 114
 Error design DesignForExtension Method 'isSetFinalname' is not designed for extension - needs to be abstract, final or empty. 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 119

org/universAAL/middleware/connectors/deploy/karaf/model/Dependency.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info sizes LineLength Line is longer than 80 characters (found 95). 39
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info sizes LineLength Line is longer than 80 characters (found 90). 44
 Info sizes LineLength Line is longer than 80 characters (found 104). 45
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error design VisibilityModifier Variable 'value' must be private and have accessor methods. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error design VisibilityModifier Variable 'version' must be private and have accessor methods. 64
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Info regexp RegexpSingleline Line has trailing spaces. 69
 Info regexp RegexpSingleline Line has trailing spaces. 70
 Info regexp RegexpSingleline Line has trailing spaces. 74
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 76
 Info regexp RegexpSingleline Line has trailing spaces. 82
 Info regexp RegexpSingleline Line has trailing spaces. 86
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 88
 Info misc FinalParameters Parameter value should be final. 88
 Warning coding HiddenField 'value' hides a field. 88
 Error design DesignForExtension Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. 92
 Error javadoc JavadocMethod Missing a Javadoc comment. 92
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 93
 Info regexp RegexpSingleline Line has trailing spaces. 98
 Info regexp RegexpSingleline Line has trailing spaces. 102
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 104
 Info regexp RegexpSingleline Line has trailing spaces. 114
 Info regexp RegexpSingleline Line has trailing spaces. 118
 Error design DesignForExtension Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 120
 Info misc FinalParameters Parameter value should be final. 120
 Warning coding HiddenField 'value' hides a field. 120
 Error design DesignForExtension Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. 124
 Error javadoc JavadocMethod Missing a Javadoc comment. 124
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 125

org/universAAL/middleware/connectors/deploy/karaf/model/Feature.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info sizes LineLength Line is longer than 80 characters (found 95). 42
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info sizes LineLength Line is longer than 80 characters (found 101). 49
 Info sizes LineLength Line is longer than 80 characters (found 99). 50
 Info sizes LineLength Line is longer than 80 characters (found 107). 51
 Info sizes LineLength Line is longer than 80 characters (found 104). 52
 Info sizes LineLength Line is longer than 80 characters (found 99). 53
 Info sizes LineLength Line is longer than 80 characters (found 118). 55
 Info sizes LineLength Line is longer than 80 characters (found 104). 56
 Info sizes LineLength Line is longer than 80 characters (found 92). 57
 Info sizes LineLength Line is longer than 80 characters (found 104). 58
 Info regexp RegexpSingleline Line has trailing spaces. 63
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error design VisibilityModifier Variable 'detailsOrConfigOrConfigfile' must be private and have accessor methods. 81
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 84
 Error design VisibilityModifier Variable 'version' must be private and have accessor methods. 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error design VisibilityModifier Variable 'description' must be private and have accessor methods. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error design VisibilityModifier Variable 'resolver' must be private and have accessor methods. 89
 Info regexp RegexpSingleline Line has trailing spaces. 93
 Info sizes LineLength Line is longer than 80 characters (found 103). 98
 Info regexp RegexpSingleline Line has trailing spaces. 99
 Info regexp RegexpSingleline Line has trailing spaces. 105
 Info regexp RegexpSingleline Line has trailing spaces. 106
 Info regexp RegexpSingleline Line has trailing spaces. 114
 Info regexp RegexpSingleline Line has trailing spaces. 115
 Error javadoc JavadocMethod Expected an @return tag. 117
 Error design DesignForExtension Method 'getDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. 117
 Error design DesignForExtension Method 'isSetDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. 124
 Error javadoc JavadocMethod Missing a Javadoc comment. 124
 Info sizes LineLength Line is longer than 80 characters (found 106). 125
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 125
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 125
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 125
 Error design DesignForExtension Method 'unsetDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. 128
 Error javadoc JavadocMethod Missing a Javadoc comment. 128
 Info regexp RegexpSingleline Line has trailing spaces. 134
 Info regexp RegexpSingleline Line has trailing spaces. 138
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 140
 Info regexp RegexpSingleline Line has trailing spaces. 146
 Info regexp RegexpSingleline Line has trailing spaces. 150
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 152
 Info misc FinalParameters Parameter value should be final. 152
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 156
 Error javadoc JavadocMethod Missing a Javadoc comment. 156
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 157
 Info regexp RegexpSingleline Line has trailing spaces. 162
 Info regexp RegexpSingleline Line has trailing spaces. 166
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 168
 Info regexp RegexpSingleline Line has trailing spaces. 178
 Info regexp RegexpSingleline Line has trailing spaces. 182
 Error design DesignForExtension Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 184
 Info misc FinalParameters Parameter value should be final. 184
 Error design DesignForExtension Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. 188
 Error javadoc JavadocMethod Missing a Javadoc comment. 188
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 189
 Info regexp RegexpSingleline Line has trailing spaces. 194
 Info regexp RegexpSingleline Line has trailing spaces. 198
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 200
 Info regexp RegexpSingleline Line has trailing spaces. 206
 Info regexp RegexpSingleline Line has trailing spaces. 210
 Error design DesignForExtension Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 212
 Info misc FinalParameters Parameter value should be final. 212
 Error design DesignForExtension Method 'isSetDescription' is not designed for extension - needs to be abstract, final or empty. 216
 Error javadoc JavadocMethod Missing a Javadoc comment. 216
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 217
 Info regexp RegexpSingleline Line has trailing spaces. 222
 Info regexp RegexpSingleline Line has trailing spaces. 226
 Error design DesignForExtension Method 'getResolver' is not designed for extension - needs to be abstract, final or empty. 228
 Info regexp RegexpSingleline Line has trailing spaces. 234
 Info regexp RegexpSingleline Line has trailing spaces. 238
 Error design DesignForExtension Method 'setResolver' is not designed for extension - needs to be abstract, final or empty. 240
 Info misc FinalParameters Parameter value should be final. 240
 Error design DesignForExtension Method 'isSetResolver' is not designed for extension - needs to be abstract, final or empty. 244
 Error javadoc JavadocMethod Missing a Javadoc comment. 244
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 245

org/universAAL/middleware/connectors/deploy/karaf/model/FeaturesRoot.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info sizes LineLength Line is longer than 80 characters (found 81). 36
 Info sizes LineLength Line is longer than 80 characters (found 83). 37
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info sizes LineLength Line is longer than 80 characters (found 95). 43
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info sizes LineLength Line is longer than 80 characters (found 90). 50
 Info sizes LineLength Line is longer than 80 characters (found 101). 51
 Info sizes LineLength Line is longer than 80 characters (found 85). 53
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Info regexp RegexpSingleline Line has trailing spaces. 59
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error design VisibilityModifier Variable 'repositoryOrFeature' must be private and have accessor methods. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 76
 Info regexp RegexpSingleline Line has trailing spaces. 80
 Info sizes LineLength Line is longer than 80 characters (found 95). 85
 Info regexp RegexpSingleline Line has trailing spaces. 86
 Info regexp RegexpSingleline Line has trailing spaces. 92
 Info regexp RegexpSingleline Line has trailing spaces. 93
 Info regexp RegexpSingleline Line has trailing spaces. 98
 Info regexp RegexpSingleline Line has trailing spaces. 99
 Error javadoc JavadocMethod Expected an @return tag. 101
 Error design DesignForExtension Method 'getRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. 101
 Error design DesignForExtension Method 'isSetRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. 108
 Error javadoc JavadocMethod Missing a Javadoc comment. 108
 Info sizes LineLength Line is longer than 80 characters (found 90). 109
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 109
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 109
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 109
 Error design DesignForExtension Method 'unsetRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. 112
 Error javadoc JavadocMethod Missing a Javadoc comment. 112
 Info regexp RegexpSingleline Line has trailing spaces. 118
 Info regexp RegexpSingleline Line has trailing spaces. 122
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 124
 Info regexp RegexpSingleline Line has trailing spaces. 130
 Info regexp RegexpSingleline Line has trailing spaces. 134
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 136
 Info misc FinalParameters Parameter value should be final. 136
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 140
 Error javadoc JavadocMethod Missing a Javadoc comment. 140
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 141

org/universAAL/middleware/connectors/deploy/karaf/model/ObjectFactory.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info sizes LineLength Line is longer than 80 characters (found 85). 32
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info sizes LineLength Line is longer than 80 characters (found 120). 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 46
 Warning naming ConstantName Name '_Features_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46
 Error javadoc JavadocStyle First sentence should end with a period. 48
 Info sizes LineLength Line is longer than 80 characters (found 169). 49
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Error javadoc JavadocStyle First sentence should end with a period. 55
 Info regexp RegexpSingleline Line has trailing spaces. 57
 Error javadoc JavadocMethod Expected an @return tag. 59
 Error design DesignForExtension Method 'createFeaturesRoot' is not designed for extension - needs to be abstract, final or empty. 59
 Error javadoc JavadocStyle First sentence should end with a period. 63
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Error javadoc JavadocMethod Expected an @return tag. 67
 Error design DesignForExtension Method 'createDependency' is not designed for extension - needs to be abstract, final or empty. 67
 Error javadoc JavadocStyle First sentence should end with a period. 71
 Info regexp RegexpSingleline Line has trailing spaces. 73
 Error javadoc JavadocMethod Expected an @return tag. 75
 Error design DesignForExtension Method 'createConfigFile' is not designed for extension - needs to be abstract, final or empty. 75
 Error javadoc JavadocStyle First sentence should end with a period. 79
 Info regexp RegexpSingleline Line has trailing spaces. 81
 Error javadoc JavadocMethod Expected an @return tag. 83
 Error design DesignForExtension Method 'createConfig' is not designed for extension - needs to be abstract, final or empty. 83
 Error javadoc JavadocStyle First sentence should end with a period. 87
 Info regexp RegexpSingleline Line has trailing spaces. 89
 Error javadoc JavadocMethod Expected an @return tag. 91
 Error design DesignForExtension Method 'createBundle' is not designed for extension - needs to be abstract, final or empty. 91
 Error javadoc JavadocStyle First sentence should end with a period. 95
 Info regexp RegexpSingleline Line has trailing spaces. 97
 Error javadoc JavadocMethod Expected an @return tag. 99
 Error design DesignForExtension Method 'createFeature' is not designed for extension - needs to be abstract, final or empty. 99
 Error javadoc JavadocStyle First sentence should end with a period. 103
 Info sizes LineLength Line is longer than 80 characters (found 89). 104
 Info regexp RegexpSingleline Line has trailing spaces. 105
 Error javadoc JavadocMethod Expected an @return tag. 107
 Info sizes LineLength Line is longer than 80 characters (found 99). 107
 Error design DesignForExtension Method 'createFeatures' is not designed for extension - needs to be abstract, final or empty. 107
 Info misc FinalParameters Parameter value should be final. 108
 Error javadoc JavadocMethod Expected @param tag for 'value'. 108
 Info sizes LineLength Line is longer than 80 characters (found 95). 109

org/universAAL/middleware/connectors/deploy/karaf/model/package-info.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info sizes LineLength Line is longer than 80 characters (found 165). 21
 Error javadoc JavadocStyle Missing a Javadoc comment. 22

org/universAAL/middleware/connectors/deploy/karaf/osgi/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 32
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error design VisibilityModifier Variable 'kDeployConnector' must be private and have accessor methods. 39
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Info misc FinalParameters Parameter context should be final. 41
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 43
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 44
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 46
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 53
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 55
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 59
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Info misc FinalParameters Parameter context should be final. 59
 Warning blocks NeedBraces 'if' construct must use '{}'s. 60

org/universAAL/middleware/connectors/discovery/slp/SLPBrowser.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 37
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning naming StaticVariableName Name 'MAX_RETRY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
 Warning coding MagicNumber '3' is a magic number. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Info misc FinalParameters Parameter locator should be final. 54
 Warning coding HiddenField 'locator' hides a field. 54
 Info misc FinalParameters Parameter aalSpaceServiceType should be final. 54
 Warning coding HiddenField 'aalSpaceServiceType' hides a field. 54
 Info misc FinalParameters Parameter filter should be final. 55
 Warning coding HiddenField 'filter' hides a field. 55
 Info misc FinalParameters Parameter context should be final. 55
 Warning coding HiddenField 'context' hides a field. 55
 Info misc FinalParameters Parameter listeners should be final. 56
 Warning coding HiddenField 'listeners' hides a field. 56
 Error design DesignForExtension Method 'addListener' is not designed for extension - needs to be abstract, final or empty. 64
 Error javadoc JavadocMethod Missing a Javadoc comment. 64
 Info misc FinalParameters Parameter listener should be final. 64
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 68
 Error design DesignForExtension Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Info misc FinalParameters Parameter listener should be final. 71
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 74
 Error design DesignForExtension Method 'setStop' is not designed for extension - needs to be abstract, final or empty. 77
 Error javadoc JavadocMethod Missing a Javadoc comment. 77
 Info misc FinalParameters Parameter stop should be final. 77
 Warning coding HiddenField 'stop' hides a field. 77
 Error design DesignForExtension Method 'isStop' is not designed for extension - needs to be abstract, final or empty. 81
 Error javadoc JavadocMethod Missing a Javadoc comment. 81
 Error design DesignForExtension Method 'run' is not designed for extension - needs to be abstract, final or empty. 85
 Error javadoc JavadocMethod Missing a Javadoc comment. 85
 Info sizes LineLength Line is longer than 80 characters (found 88). 107
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 107
 Info misc TodoComment Comment matches to-do format 'TODO:'. 112
 Info sizes LineLength Line is longer than 80 characters (found 83). 114
 Info sizes LineLength Line is longer than 80 characters (found 88). 122
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 122
 Info sizes LineLength Line is longer than 80 characters (found 87). 134
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 134
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 144

org/universAAL/middleware/connectors/discovery/slp/SLPDiscoveryConnector.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info sizes LineLength Line is longer than 80 characters (found 83). 35
 Info sizes LineLength Line is longer than 80 characters (found 82). 36
 Error javadoc JavadocStyle First sentence should end with a period. 50
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 Warning naming MemberName Name 'DISCOVERY_MUTEX' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Info misc FinalParameters Parameter context should be final. 82
 Warning coding HiddenField 'context' hides a field. 82
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 87
 Error javadoc JavadocMethod Missing a Javadoc comment. 87
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 91
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 95
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 102
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 110
 Error javadoc JavadocMethod Missing a Javadoc comment. 117
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 124
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 126
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 131
 Warning blocks NeedBraces 'if' construct must use '{}'s. 132
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 138
 Error javadoc JavadocMethod Missing a Javadoc comment. 144
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 151
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 153
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 156
 Warning blocks NeedBraces 'if' construct must use '{}'s. 158
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 163
 Error design DesignForExtension Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 169
 Error javadoc JavadocMethod Missing a Javadoc comment. 169
 Error javadoc JavadocMethod Missing a Javadoc comment. 180
 Error javadoc JavadocStyle First sentence should end with a period. 189
 Error design DesignForExtension Method 'announceAALSpace' is not designed for extension - needs to be abstract, final or empty. 193
 Info misc FinalParameters Parameter card should be final. 193
 Error javadoc JavadocMethod Expected @param tag for 'card'. 193
 Error javadoc JavadocMethod Expected @throws tag for 'DiscoveryConnectorException'. 194
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 197
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 207
 Info sizes LineLength Line is longer than 80 characters (found 83). 213
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 213
 Info sizes LineLength Line is longer than 80 characters (found 81). 226
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 226
 Error design DesignForExtension Method 'deregisterAALSpace' is not designed for extension - needs to be abstract, final or empty. 231
 Error javadoc JavadocMethod Missing a Javadoc comment. 231
 Info misc FinalParameters Parameter spaceCard should be final. 231
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 237
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 247
 Info sizes LineLength Line is longer than 80 characters (found 89). 253
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 253
 Info sizes LineLength Line is longer than 80 characters (found 81). 254
 Info sizes LineLength Line is longer than 80 characters (found 81). 265
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 265
 Info sizes LineLength Line is longer than 80 characters (found 81). 271
 Error design DesignForExtension Method 'findAALSpace' is not designed for extension - needs to be abstract, final or empty. 271
 Error javadoc JavadocMethod Missing a Javadoc comment. 271
 Error javadoc JavadocStyle First sentence should end with a period. 275
 Error javadoc JavadocMethod Expected an @return tag. 279
 Error design DesignForExtension Method 'findAALSpace' is not designed for extension - needs to be abstract, final or empty. 279
 Info misc FinalParameters Parameter filters should be final. 279
 Error javadoc JavadocMethod Expected @param tag for 'filters'. 279
 Error javadoc JavadocMethod Expected @throws tag for 'DiscoveryConnectorException'. 280
 Info sizes LineLength Line is longer than 80 characters (found 88). 304
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 304
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 316
 Info sizes LineLength Line is longer than 80 characters (found 88). 324
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 324
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 332
 Info sizes LineLength Line is longer than 80 characters (found 81). 335
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 339
 Info sizes LineLength Line is longer than 80 characters (found 81). 342
 Info sizes LineLength Line is longer than 80 characters (found 81). 351
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 351
 Error javadoc JavadocMethod Missing a Javadoc comment. 357
 Info misc FinalParameters Parameter filters should be final. 357
 Info sizes LineLength Line is longer than 80 characters (found 94). 364
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 364
 Info whitespace NoWhitespaceBefore ';' is preceded with whitespace. 366
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 370
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 381
 Info regexp RegexpSingleline Line has trailing spaces. 388
 Error javadoc JavadocMethod Expected an @return tag. 392
 Info misc FinalParameters Parameter attributes should be final. 393
 Error javadoc JavadocMethod Expected @param tag for 'attributes'. 393
 Error javadoc JavadocMethod Expected @throws tag for 'DiscoveryConnectorException'. 394
 Warning blocks NeedBraces 'if' construct must use '{}'s. 403
 Warning blocks NeedBraces 'if' construct must use '{}'s. 407
 Info sizes LineLength Line is longer than 80 characters (found 81). 412
 Error design DesignForExtension Method 'loadConfigurations' is not designed for extension - needs to be abstract, final or empty. 420
 Error javadoc JavadocMethod Missing a Javadoc comment. 420
 Info misc FinalParameters Parameter properties should be final. 420
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 423
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 427
 Info sizes LineLength Line is longer than 80 characters (found 90). 435
 Info sizes LineLength Line is longer than 80 characters (found 93). 437
 Info sizes LineLength Line is longer than 80 characters (found 97). 439
 Info sizes LineLength Line is longer than 80 characters (found 94). 441
 Info sizes LineLength Line is longer than 80 characters (found 81). 451
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 451
 Info sizes LineLength Line is longer than 80 characters (found 81). 455
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 455
 Info sizes LineLength Line is longer than 80 characters (found 81). 459
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 459
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 463
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 466
 Error javadoc JavadocMethod Missing a Javadoc comment. 466
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 470
 Error javadoc JavadocMethod Missing a Javadoc comment. 470
 Error design DesignForExtension Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. 474
 Error javadoc JavadocMethod Missing a Javadoc comment. 474
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 478
 Error javadoc JavadocMethod Missing a Javadoc comment. 478
 Error design DesignForExtension Method 'getSDPPRotocol' is not designed for extension - needs to be abstract, final or empty. 482
 Error javadoc JavadocMethod Missing a Javadoc comment. 482
 Error javadoc JavadocStyle First sentence should end with a period. 486
 Info regexp RegexpSingleline Line has trailing spaces. 489
 Error javadoc JavadocMethod Expected an @return tag. 492
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 492
 Error design DesignForExtension Method 'addAALSpaceListener' is not designed for extension - needs to be abstract, final or empty. 497
 Error javadoc JavadocMethod Missing a Javadoc comment. 497
 Info misc FinalParameters Parameter listener should be final. 497
 Warning blocks NeedBraces 'if' construct must use '{}'s. 500
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 505
 Error design DesignForExtension Method 'removeAALSpaceListener' is not designed for extension - needs to be abstract, final or empty. 510
 Error javadoc JavadocMethod Missing a Javadoc comment. 510
 Info misc FinalParameters Parameter listener should be final. 510
 Warning blocks NeedBraces 'if' construct must use '{}'s. 513
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 517
 Error design DesignForExtension Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. 521
 Error javadoc JavadocMethod Missing a Javadoc comment. 521
 Info misc FinalParameters Parameter sharedObj should be final. 521
 Info misc FinalParameters Parameter removeHook should be final. 521
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 527
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 533
 Error design DesignForExtension Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. 540
 Error javadoc JavadocMethod Missing a Javadoc comment. 540
 Info misc FinalParameters Parameter removeHook should be final. 540

org/universAAL/middleware/connectors/discovery/slp/osgi/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning naming StaticVariableName Name 'SERVICE_PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error design VisibilityModifier Variable 'slpDiscoveryConnector' must be private and have accessor methods. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Info misc FinalParameters Parameter context should be final. 53
 Info sizes LineLength Line is longer than 80 characters (found 95). 55
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 56
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 59
 Warning blocks NeedBraces 'if' construct must use '{}'s. 70
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 84
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 86
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 90
 Error javadoc JavadocMethod Missing a Javadoc comment. 90
 Info misc FinalParameters Parameter arg0 should be final. 90
 Error javadoc JavadocStyle First sentence should end with a period. 95
 Error design DesignForExtension Method 'updated' is not designed for extension - needs to be abstract, final or empty. 98
 Info misc FinalParameters Parameter properties should be final. 98
 Error javadoc JavadocMethod Expected @param tag for 'properties'. 98
 Error javadoc JavadocMethod Expected @throws tag for 'ConfigurationException'. 98

org/universAAL/middleware/connectors/discovery/slp/util/Consts.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning naming StaticVariableName Name 'AALSPaceServiceTypeName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
 Error design VisibilityModifier Variable 'AALSPaceServiceTypeName' must be private and have accessor methods. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning naming StaticVariableName Name 'SDPProtocols' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
 Error design VisibilityModifier Variable 'SDPProtocols' must be private and have accessor methods. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning naming StaticVariableName Name 'BROWSE_SLP_NETWORK' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
 Error design VisibilityModifier Variable 'BROWSE_SLP_NETWORK' must be private and have accessor methods. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning naming StaticVariableName Name 'SLP_INIT_DELAY_SCAN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
 Error design VisibilityModifier Variable 'SLP_INIT_DELAY_SCAN' must be private and have accessor methods. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning naming StaticVariableName Name 'SLP_PERIOD_SCAN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
 Error design VisibilityModifier Variable 'SLP_PERIOD_SCAN' must be private and have accessor methods. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning naming StaticVariableName Name 'SEARCH_ALL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
 Error design VisibilityModifier Variable 'SEARCH_ALL' must be private and have accessor methods. 36

org/universAAL/middleware/connectors/exception/CommunicationConnectorErrorCode.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocStyle First sentence should end with a period. 49

org/universAAL/middleware/connectors/exception/CommunicationConnectorException.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Info misc FinalParameters Parameter i should be final. 37
 Info misc FinalParameters Parameter description should be final. 37
 Warning coding HiddenField 'description' hides a field. 37
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Info misc FinalParameters Parameter code should be final. 44
 Info misc FinalParameters Parameter description should be final. 44
 Warning coding HiddenField 'description' hides a field. 44
 Info sizes LineLength Line is longer than 80 characters (found 82). 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 48
 Info misc FinalParameters Parameter code should be final. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Info misc FinalParameters Parameter code should be final. 53
 Info misc FinalParameters Parameter t should be final. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Info misc FinalParameters Parameter code should be final. 60
 Info misc FinalParameters Parameter msg should be final. 60
 Info misc FinalParameters Parameter t should be final. 60
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Error design DesignForExtension Method 'getErrorCode' is not designed for extension - needs to be abstract, final or empty. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 70

org/universAAL/middleware/connectors/exception/DiscoveryConnectorErrorCodes.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34

org/universAAL/middleware/connectors/exception/DiscoveryConnectorException.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Info misc FinalParameters Parameter errorCode should be final. 41
 Warning coding HiddenField 'errorCode' hides a field. 41
 Info misc FinalParameters Parameter description should be final. 41
 Warning coding HiddenField 'description' hides a field. 41
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 47
 Error javadoc JavadocMethod Missing a Javadoc comment. 47

org/universAAL/middleware/connectors/util/ChannelMessage.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocStyle Extra HTML tag found: </a> 33
 Error javadoc JavadocStyle First sentence should end with a period. 39
 Error javadoc JavadocStyle First sentence should end with a period. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Info misc FinalParameters Parameter sender should be final. 53
 Warning coding HiddenField 'sender' hides a field. 53
 Info misc FinalParameters Parameter content should be final. 53
 Warning coding HiddenField 'content' hides a field. 53
 Info misc FinalParameters Parameter channelNames should be final. 53
 Warning coding HiddenField 'channelNames' hides a field. 53
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Error design DesignForExtension Method 'getSender' is not designed for extension - needs to be abstract, final or empty. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Error design DesignForExtension Method 'setSender' is not designed for extension - needs to be abstract, final or empty. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Info misc FinalParameters Parameter sender should be final. 67
 Warning coding HiddenField 'sender' hides a field. 67
 Error design DesignForExtension Method 'getChannelNames' is not designed for extension - needs to be abstract, final or empty. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Error design DesignForExtension Method 'setChannelNames' is not designed for extension - needs to be abstract, final or empty. 75
 Error javadoc JavadocMethod Missing a Javadoc comment. 75
 Info misc FinalParameters Parameter channelNames should be final. 75
 Warning coding HiddenField 'channelNames' hides a field. 75
 Error design DesignForExtension Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 79
 Error javadoc JavadocMethod Missing a Javadoc comment. 79
 Error design DesignForExtension Method 'setContent' is not designed for extension - needs to be abstract, final or empty. 83
 Error javadoc JavadocMethod Missing a Javadoc comment. 83
 Info misc FinalParameters Parameter content should be final. 83
 Warning coding HiddenField 'content' hides a field. 83
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 87
 Error javadoc JavadocMethod Missing a Javadoc comment. 87
 Error javadoc JavadocMethod Missing a Javadoc comment. 101
 Info misc FinalParameters Parameter message should be final. 101

org/universAAL/middleware/connectors/util/ChannelMessageFields.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 24
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 26
 Warning naming StaticVariableName Name 'CHANNEL_NAMES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
 Error design VisibilityModifier Variable 'CHANNEL_NAMES' must be private and have accessor methods. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Warning naming StaticVariableName Name 'CONTENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
 Error design VisibilityModifier Variable 'CONTENT' must be private and have accessor methods. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning naming StaticVariableName Name 'PEER_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
 Error design VisibilityModifier Variable 'PEER_ID' must be private and have accessor methods. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning naming StaticVariableName Name 'PEER_ROLE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
 Error design VisibilityModifier Variable 'PEER_ROLE' must be private and have accessor methods. 29

org/universAAL/middleware/connectors/util/Consts.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning naming StaticVariableName Name 'CONNECTOR_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
 Error design VisibilityModifier Variable 'CONNECTOR_NAME' must be private and have accessor methods. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning naming StaticVariableName Name 'CONNECTOR_VERSION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
 Error design VisibilityModifier Variable 'CONNECTOR_VERSION' must be private and have accessor methods. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning naming StaticVariableName Name 'CONNECTOR_PROVIDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
 Error design VisibilityModifier Variable 'CONNECTOR_PROVIDER' must be private and have accessor methods. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning naming StaticVariableName Name 'CONNECTOR_DESCRIPTION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
 Error design VisibilityModifier Variable 'CONNECTOR_DESCRIPTION' must be private and have accessor methods. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning naming StaticVariableName Name 'AALSPaceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
 Error design VisibilityModifier Variable 'AALSPaceName' must be private and have accessor methods. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning naming StaticVariableName Name 'AALSPaceID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
 Error design VisibilityModifier Variable 'AALSPaceID' must be private and have accessor methods. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Warning naming StaticVariableName Name 'AALSPaceType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
 Error design VisibilityModifier Variable 'AALSPaceType' must be private and have accessor methods. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning naming StaticVariableName Name 'AALSPaceDescription' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
 Error design VisibilityModifier Variable 'AALSPaceDescription' must be private and have accessor methods. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning naming StaticVariableName Name 'AALSpaceCoordinator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
 Error design VisibilityModifier Variable 'AALSpaceCoordinator' must be private and have accessor methods. 42
 Error javadoc JavadocStyle First sentence should end with a period. 45
 Info misc TodoComment Comment matches to-do format 'TODO:'. 46
 Warning naming StaticVariableName Name 'PLATFORM_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
 Error design VisibilityModifier Variable 'PLATFORM_UNIT' must be private and have accessor methods. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Warning naming StaticVariableName Name 'TMP_FOLDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
 Error design VisibilityModifier Variable 'TMP_FOLDER' must be private and have accessor methods. 50

org/universAAL/middleware/connectors/util/ExceptionUtils.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Info misc FinalParameters Parameter ex should be final. 36
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Info misc FinalParameters Parameter t should be final. 45

org/universAAL/middleware/container/Attributes.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Error design InterfaceIsType interfaces should describe a type and hence have methods. 32
 Error javadoc JavadocStyle First sentence should end with a period. 34
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info modifier RedundantModifier Redundant 'public' modifier. 40
 Error javadoc JavadocStyle First sentence should end with a period. 42
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info modifier RedundantModifier Redundant 'public' modifier. 49
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Info regexp RegexpSingleline Line has trailing spaces. 55
 Info modifier RedundantModifier Redundant 'public' modifier. 58
 Error javadoc JavadocStyle First sentence should end with a period. 60
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Info modifier RedundantModifier Redundant 'public' modifier. 67
 Error javadoc JavadocStyle First sentence should end with a period. 69
 Info regexp RegexpSingleline Line has trailing spaces. 73
 Info sizes LineLength Line is longer than 80 characters (found 85). 76
 Info modifier RedundantModifier Redundant 'public' modifier. 76
 Error javadoc JavadocStyle First sentence should end with a period. 78
 Info regexp RegexpSingleline Line has trailing spaces. 82
 Info sizes LineLength Line is longer than 80 characters (found 95). 85
 Info modifier RedundantModifier Redundant 'public' modifier. 85
 Error javadoc JavadocStyle First sentence should end with a period. 87
 Info regexp RegexpSingleline Line has trailing spaces. 91
 Info modifier RedundantModifier Redundant 'public' modifier. 94
 Error javadoc JavadocStyle First sentence should end with a period. 96
 Info regexp RegexpSingleline Line has trailing spaces. 100
 Info sizes LineLength Line is longer than 80 characters (found 85). 103
 Info modifier RedundantModifier Redundant 'public' modifier. 103
 Error javadoc JavadocStyle First sentence should end with a period. 105
 Info regexp RegexpSingleline Line has trailing spaces. 109
 Info sizes LineLength Line is longer than 80 characters (found 95). 112
 Info modifier RedundantModifier Redundant 'public' modifier. 112
 Error javadoc JavadocStyle First sentence should end with a period. 114
 Info regexp RegexpSingleline Line has trailing spaces. 118
 Info sizes LineLength Line is longer than 80 characters (found 91). 121
 Info modifier RedundantModifier Redundant 'public' modifier. 121
 Error javadoc JavadocStyle First sentence should end with a period. 123
 Info regexp RegexpSingleline Line has trailing spaces. 127
 Info sizes LineLength Line is longer than 80 characters (found 97). 130
 Info modifier RedundantModifier Redundant 'public' modifier. 130
 Error javadoc JavadocStyle First sentence should end with a period. 132
 Info regexp RegexpSingleline Line has trailing spaces. 135
 Info sizes LineLength Line is longer than 80 characters (found 87). 138
 Info modifier RedundantModifier Redundant 'public' modifier. 138

org/universAAL/middleware/container/Container.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Error javadoc JavadocMethod Expected an @return tag. 43
 Info modifier RedundantModifier Redundant 'public' modifier. 43
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 44
 Info regexp RegexpSingleline Line has trailing spaces. 49
 Error javadoc JavadocMethod Expected an @return tag. 59
 Info modifier RedundantModifier Redundant 'public' modifier. 59
 Error javadoc JavadocStyle First sentence should end with a period. 62
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Info modifier RedundantModifier Redundant 'public' modifier. 69
 Info regexp RegexpSingleline Line has trailing spaces. 74
 Info modifier RedundantModifier Redundant 'public' modifier. 83
 Error javadoc JavadocMethod Expected an @return tag. 90
 Info modifier RedundantModifier Redundant 'public' modifier. 90
 Info regexp RegexpSingleline Line has trailing spaces. 95
 Info modifier RedundantModifier Redundant 'public' modifier. 101
 Info regexp RegexpSingleline Line has trailing spaces. 106
 Info modifier RedundantModifier Redundant 'public' modifier. 115
 Info regexp RegexpSingleline Line has trailing spaces. 121
 Error javadoc JavadocMethod Unused @param tag for 'fetchParams'. 125
 Info modifier RedundantModifier Redundant 'public' modifier. 129
 Error javadoc JavadocMethod Expected @param tag for 'objToRemove'. 129
 Error javadoc JavadocMethod Expected @param tag for 'shareParams'. 130

org/universAAL/middleware/container/LogListener.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Info modifier RedundantModifier Redundant 'public' modifier. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Info modifier RedundantModifier Redundant 'public' modifier. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Info modifier RedundantModifier Redundant 'public' modifier. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Info modifier RedundantModifier Redundant 'public' modifier. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Info modifier RedundantModifier Redundant 'public' modifier. 51
 Info regexp RegexpSingleline Line has trailing spaces. 55
 Info modifier RedundantModifier Redundant 'public' modifier. 77

org/universAAL/middleware/container/ModuleActivator.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Error javadoc JavadocType Missing a Javadoc comment. 23
 Error javadoc JavadocMethod Missing a Javadoc comment. 25
 Info modifier RedundantModifier Redundant 'public' modifier. 25
 Error javadoc JavadocMethod Missing a Javadoc comment. 27
 Info modifier RedundantModifier Redundant 'public' modifier. 27

org/universAAL/middleware/container/ModuleContext.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Error javadoc JavadocMethod Expected an @return tag. 52
 Info modifier RedundantModifier Redundant 'public' modifier. 52
 Error javadoc JavadocMethod Expected @param tag for 'requester'. 52
 Error javadoc JavadocMethod Expected an @return tag. 60
 Info modifier RedundantModifier Redundant 'public' modifier. 60
 Error javadoc JavadocMethod Expected @param tag for 'requester'. 60
 Error javadoc JavadocMethod Expected an @return tag. 68
 Info modifier RedundantModifier Redundant 'public' modifier. 68
 Error javadoc JavadocMethod Expected @param tag for 'requester'. 68
 Error javadoc JavadocMethod Expected an @return tag. 76
 Info modifier RedundantModifier Redundant 'public' modifier. 76
 Error javadoc JavadocMethod Expected @param tag for 'attrName'. 76
 Error javadoc JavadocMethod Expected an @return tag. 82
 Info modifier RedundantModifier Redundant 'public' modifier. 82
 Error javadoc JavadocMethod Missing a Javadoc comment. 84
 Info modifier RedundantModifier Redundant 'public' modifier. 84
 Info regexp RegexpSingleline Line has trailing spaces. 90
 Error javadoc JavadocMethod Expected an @return tag. 93
 Info modifier RedundantModifier Redundant 'public' modifier. 93
 Error javadoc JavadocMethod Expected @param tag for 'requester'. 93
 Info regexp RegexpSingleline Line has trailing spaces. 98
 Info modifier RedundantModifier Redundant 'public' modifier. 107
 Info regexp RegexpSingleline Line has trailing spaces. 112
 Info modifier RedundantModifier Redundant 'public' modifier. 121
 Info regexp RegexpSingleline Line has trailing spaces. 126
 Info modifier RedundantModifier Redundant 'public' modifier. 135
 Info regexp RegexpSingleline Line has trailing spaces. 140
 Info modifier RedundantModifier Redundant 'public' modifier. 149
 Info regexp RegexpSingleline Line has trailing spaces. 154
 Info modifier RedundantModifier Redundant 'public' modifier. 163
 Error javadoc JavadocMethod Expected an @return tag. 166
 Info modifier RedundantModifier Redundant 'public' modifier. 166
 Error javadoc JavadocMethod Expected an @return tag. 169
 Info modifier RedundantModifier Redundant 'public' modifier. 169
 Error javadoc JavadocMethod Expected an @return tag. 172
 Info modifier RedundantModifier Redundant 'public' modifier. 172
 Error javadoc JavadocMethod Expected an @return tag. 175
 Info modifier RedundantModifier Redundant 'public' modifier. 175
 Error javadoc JavadocMethod Expected an @return tag. 178
 Info modifier RedundantModifier Redundant 'public' modifier. 178
 Info regexp RegexpSingleline Line has trailing spaces. 185
 Info modifier RedundantModifier Redundant 'public' modifier. 188
 Error javadoc JavadocMethod Expected @param tag for 'configFileParams'. 188
 Info modifier RedundantModifier Redundant 'public' modifier. 195
 Error javadoc JavadocMethod Expected @param tag for 'attrName'. 195
 Error javadoc JavadocMethod Expected @param tag for 'attrValue'. 195
 Error javadoc JavadocMethod Expected an @return tag. 202
 Info modifier RedundantModifier Redundant 'public' modifier. 202
 Error javadoc JavadocMethod Expected @param tag for 'requester'. 202
 Error javadoc JavadocMethod Expected an @return tag. 209
 Info modifier RedundantModifier Redundant 'public' modifier. 209
 Error javadoc JavadocMethod Expected @param tag for 'requester'. 209
 Error javadoc JavadocMethod Expected an @return tag. 217
 Info modifier RedundantModifier Redundant 'public' modifier. 217
 Error javadoc JavadocMethod Expected @param tag for 'requester'. 217
 Error javadoc JavadocStyle First sentence should end with a period. 219
 Info regexp RegexpSingleline Line has trailing spaces. 222
 Info modifier RedundantModifier Redundant 'public' modifier. 229
 Error javadoc JavadocStyle First sentence should end with a period. 231
 Info regexp RegexpSingleline Line has trailing spaces. 234
 Info modifier RedundantModifier Redundant 'public' modifier. 243
 Info regexp RegexpSingleline Line has trailing spaces. 247
 Info modifier RedundantModifier Redundant 'public' modifier. 253
 Info regexp RegexpSingleline Line has trailing spaces. 257
 Info modifier RedundantModifier Redundant 'public' modifier. 265
 Info regexp RegexpSingleline Line has trailing spaces. 269
 Info modifier RedundantModifier Redundant 'public' modifier. 275
 Info regexp RegexpSingleline Line has trailing spaces. 281
 Info modifier RedundantModifier Redundant 'public' modifier. 287

org/universAAL/middleware/container/SharedObjectListener.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Error javadoc JavadocMethod Missing a Javadoc comment. 27
 Info modifier RedundantModifier Redundant 'public' modifier. 27
 Error javadoc JavadocMethod Missing a Javadoc comment. 29
 Info modifier RedundantModifier Redundant 'public' modifier. 29

org/universAAL/middleware/container/osgi/OSGiAttributes.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info imports UnusedImports Unused import - org.universAAL.middleware.container.ModuleContext. 25
 Error javadoc JavadocStyle First sentence should end with a period. 27
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error design InterfaceIsType interfaces should describe a type and hence have methods. 36
 Error javadoc JavadocStyle First sentence should end with a period. 37
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info modifier RedundantModifier Redundant 'public' modifier. 44
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 45
 Error javadoc JavadocStyle First sentence should end with a period. 47
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Info modifier RedundantModifier Redundant 'public' modifier. 54
 Error javadoc JavadocStyle First sentence should end with a period. 57
 Info regexp RegexpSingleline Line has trailing spaces. 60
 Info sizes LineLength Line is longer than 80 characters (found 82). 63
 Info modifier RedundantModifier Redundant 'public' modifier. 63

org/universAAL/middleware/container/osgi/attributes.properties

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.

org/universAAL/middleware/container/osgi/run/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Info sizes LineLength Line is longer than 80 characters (found 84). 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error design VisibilityModifier Variable 'mc' must be private and have accessor methods. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Info misc FinalParameters Parameter se should be final. 49
 Warning blocks NeedBraces 'if' construct must use '{}'s. 52
 Warning blocks NeedBraces 'if' construct must use '{}'s. 54
 Info sizes LineLength Line is longer than 80 characters (found 85). 60
 Info misc FinalParameters Parameter arg0 should be final. 63
 Error javadoc JavadocMethod Expected @param tag for 'arg0'. 63
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 63
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 68
 Info misc ArrayTypeStyle Array brackets at illegal position. 70
 Warning blocks NeedBraces 'if' construct must use '{}'s. 72
 Warning blocks NeedBraces 'if' construct must use '{}'s. 76
 Info sizes LineLength Line is longer than 80 characters (found 85). 86
 Info misc FinalParameters Parameter arg0 should be final. 88
 Error javadoc JavadocMethod Expected @param tag for 'arg0'. 88
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 88

org/universAAL/middleware/container/osgi/run/uAALBundleExtender.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Error javadoc JavadocType Missing a Javadoc comment. 40
 Warning naming TypeName Name 'uAALBundleExtender' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Info misc FinalParameters Parameter entryStr should be final. 46
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 47
 Warning coding MagicNumber '6' is a magic number. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 62
 Info misc FinalParameters Parameter bc should be final. 62
 Warning coding HiddenField 'bc' hides a field. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Info misc FinalParameters Parameter bundle should be final. 66
 Info misc FinalParameters Parameter className should be final. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 81
 Info misc FinalParameters Parameter activators should be final. 81
 Info misc FinalParameters Parameter bundle should be final. 81
 Error javadoc JavadocMethod Missing a Javadoc comment. 98
 Info sizes LineLength Line is longer than 80 characters (found 139). 111
 Info sizes LineLength Line is longer than 80 characters (found 107). 113
 Error javadoc JavadocMethod Missing a Javadoc comment. 149
 Info misc FinalParameters Parameter bundle should be final. 149
 Info sizes LineLength Line is longer than 80 characters (found 88). 151
 Error design DesignForExtension Method 'bundleChanged' is not designed for extension - needs to be abstract, final or empty. 161
 Error javadoc JavadocMethod Missing a Javadoc comment. 161
 Info misc FinalParameters Parameter event should be final. 161
 Warning coding MissingSwitchDefault switch without "default" clause. 168
 Warning blocks AvoidNestedBlocks Avoid nested blocks. 169
 Warning blocks AvoidNestedBlocks Avoid nested blocks. 173
 Error javadoc JavadocType Missing a Javadoc comment. 184
 Error javadoc JavadocVariable Missing a Javadoc comment. 185
 Error javadoc JavadocVariable Missing a Javadoc comment. 186
 Error javadoc JavadocVariable Missing a Javadoc comment. 187
 Error javadoc JavadocVariable Missing a Javadoc comment. 188
 Error javadoc JavadocVariable Missing a Javadoc comment. 189
 Error javadoc JavadocMethod Missing a Javadoc comment. 191
 Info modifier RedundantModifier Redundant 'public' modifier. 191
 Info misc FinalParameters Parameter activator should be final. 191
 Warning coding HiddenField 'activator' hides a field. 191
 Info misc FinalParameters Parameter b should be final. 191
 Warning coding HiddenField 'b' hides a field. 191
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 195
 Error javadoc JavadocMethod Missing a Javadoc comment. 198
 Info modifier RedundantModifier Redundant 'public' modifier. 198
 Info misc FinalParameters Parameter errorMsg should be final. 198
 Warning coding HiddenField 'errorMsg' hides a field. 198
 Info misc FinalParameters Parameter b should be final. 198
 Warning coding HiddenField 'b' hides a field. 198
 Error javadoc JavadocMethod Missing a Javadoc comment. 205
 Error javadoc JavadocMethod Missing a Javadoc comment. 217
 Error javadoc JavadocMethod Missing a Javadoc comment. 233

org/universAAL/middleware/container/osgi/uAALBundleContainer.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Warning naming TypeName Name 'uAALBundleContainer' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 52
 Info sizes LineLength Line is longer than 80 characters (found 86). 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 58
 Info sizes LineLength Line is longer than 80 characters (found 90). 62
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Info sizes LineLength Line is longer than 80 characters (found 81). 69
 Info sizes LineLength Line is longer than 80 characters (found 81). 72
 Info regexp RegexpSingleline Line has trailing spaces. 81
 Info misc FinalParameters Parameter requester should be final. 89
 Error javadoc JavadocMethod Expected @param tag for 'requester'. 89
 Info misc FinalParameters Parameter fetchParams should be final. 90
 Warning blocks NeedBraces 'if' construct must use '{}'s. 91
 Info sizes LineLength Line is longer than 80 characters (found 83). 98
 Info sizes LineLength Line is longer than 80 characters (found 86). 99
 Warning blocks NeedBraces 'if' construct must use '{}'s. 102
 Error javadoc JavadocMethod Missing a Javadoc comment. 109
 Info misc FinalParameters Parameter requester should be final. 109
 Info misc FinalParameters Parameter fetchParams should be final. 110
 Info misc FinalParameters Parameter listener should be final. 110
 Warning blocks NeedBraces 'if' construct must use '{}'s. 111
 Info sizes LineLength Line is longer than 80 characters (found 83). 124
 Info sizes LineLength Line is longer than 80 characters (found 86). 125
 Warning blocks NeedBraces 'if' construct must use '{}'s. 126
 Info sizes LineLength Line is longer than 80 characters (found 122). 138
 Info regexp RegexpSingleline Line has trailing spaces. 140
 Info sizes LineLength Line is longer than 80 characters (found 82). 153
 Info regexp RegexpSingleline Line has trailing spaces. 156
 Info misc FinalParameters Parameter requester should be final. 163
 Error javadoc JavadocMethod Expected @param tag for 'requester'. 163
 Info misc FinalParameters Parameter installParams should be final. 164
 Warning blocks NeedBraces 'if' construct must use '{}'s. 165
 Warning blocks NeedBraces 'if' construct must use '{}'s. 167
 Info sizes LineLength Line is longer than 80 characters (found 122). 170
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 170
 Error javadoc JavadocMethod Expected an @return tag. 180
 Info sizes LineLength Line is longer than 80 characters (found 92). 185
 Info regexp RegexpSingleline Line has trailing spaces. 186
 Info regexp RegexpSingleline Line has trailing spaces. 190
 Info misc FinalParameters Parameter regParams should be final. 194
 Info sizes LineLength Line is longer than 80 characters (found 124). 202
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 202
 Info sizes LineLength Line is longer than 80 characters (found 94). 207
 Info misc FinalParameters Parameter se should be final. 209
 Error javadoc JavadocMethod Expected @param tag for 'se'. 209
 Warning blocks NeedBraces 'if' construct must use '{}'s. 211
 Warning blocks NeedBraces 'if' construct must use '{}'s. 214
 Warning coding MissingSwitchDefault switch without "default" clause. 221
 Warning blocks NeedBraces 'for' construct must use '{}'s. 223
 Info sizes LineLength Line is longer than 80 characters (found 120). 239
 Info regexp RegexpSingleline Line has trailing spaces. 241
 Info sizes LineLength Line is longer than 80 characters (found 114). 249
 Info sizes LineLength Line is longer than 80 characters (found 113). 254
 Info misc FinalParameters Parameter requester should be final. 259
 Error javadoc JavadocMethod Expected @param tag for 'requester'. 259
 Info misc FinalParameters Parameter objToShare should be final. 259
 Error javadoc JavadocMethod Expected @param tag for 'objToShare'. 259
 Info misc FinalParameters Parameter shareParams should be final. 260
 Info sizes LineLength Line is longer than 80 characters (found 119). 266
 Warning blocks NeedBraces 'if' construct must use '{}'s. 272
 Warning blocks NeedBraces 'if' construct must use '{}'s. 273
 Warning blocks NeedBraces 'if' construct must use '{}'s. 276
 Warning blocks NeedBraces 'else' construct must use '{}'s. 279
 Info sizes LineLength Line is longer than 80 characters (found 126). 283
 Warning blocks NeedBraces 'for' construct must use '{}'s. 286
 Info sizes LineLength Line is longer than 80 characters (found 130). 291
 Warning blocks NeedBraces 'if' construct must use '{}'s. 295
 Warning blocks NeedBraces 'if' construct must use '{}'s. 298
 Warning blocks NeedBraces 'if' construct must use '{}'s. 299
 Warning blocks NeedBraces 'for' construct must use '{}'s. 305
 Warning blocks NeedBraces 'else' construct must use '{}'s. 310
 Info sizes LineLength Line is longer than 80 characters (found 126). 314
 Error javadoc JavadocMethod Missing a Javadoc comment. 319
 Info misc FinalParameters Parameter requester should be final. 319
 Info misc FinalParameters Parameter objToRemove should be final. 319
 Info misc FinalParameters Parameter shareParams should be final. 320
 Info sizes LineLength Line is longer than 80 characters (found 126). 326
 Warning blocks NeedBraces 'if' construct must use '{}'s. 332
 Warning blocks NeedBraces 'if' construct must use '{}'s. 333
 Warning blocks NeedBraces 'if' construct must use '{}'s. 336
 Warning blocks NeedBraces 'else' construct must use '{}'s. 340
 Info sizes LineLength Line is longer than 80 characters (found 133). 345
 Warning blocks NeedBraces 'for' construct must use '{}'s. 348
 Info sizes LineLength Line is longer than 80 characters (found 137). 354
 Warning blocks NeedBraces 'if' construct must use '{}'s. 358
 Warning blocks NeedBraces 'if' construct must use '{}'s. 361
 Warning blocks NeedBraces 'if' construct must use '{}'s. 362
 Warning blocks NeedBraces 'for' construct must use '{}'s. 368
 Warning blocks NeedBraces 'else' construct must use '{}'s. 373
 Info sizes LineLength Line is longer than 80 characters (found 133). 378
 Error javadoc JavadocMethod Missing a Javadoc comment. 383
 Info misc FinalParameters Parameter listener should be final. 383

org/universAAL/middleware/container/osgi/uAALBundleContext.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 49
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Warning naming TypeName Name 'uAALBundleContext' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Info sizes LineLength Line is longer than 80 characters (found 118). 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Info sizes LineLength Line is longer than 80 characters (found 112). 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Info misc FinalParameters Parameter bc should be final. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 77
 Error javadoc JavadocMethod Missing a Javadoc comment. 111
 Error javadoc JavadocMethod Missing a Javadoc comment. 117
 Error javadoc JavadocMethod Missing a Javadoc comment. 126
 Info sizes LineLength Line is longer than 80 characters (found 125). 144
 Error javadoc JavadocMethod Expected an @return tag. 146
 Error design DesignForExtension Method 'canBeStarted' is not designed for extension - needs to be abstract, final or empty. 146
 Info misc FinalParameters Parameter requester should be final. 146
 Error javadoc JavadocMethod Expected @param tag for 'requester'. 146
 Info sizes LineLength Line is longer than 80 characters (found 125). 152
 Error javadoc JavadocMethod Expected an @return tag. 154
 Error design DesignForExtension Method 'canBeStopped' is not designed for extension - needs to be abstract, final or empty. 154
 Info misc FinalParameters Parameter requester should be final. 154
 Error javadoc JavadocMethod Expected @param tag for 'requester'. 154
 Info sizes LineLength Line is longer than 80 characters (found 129). 160
 Error javadoc JavadocMethod Expected an @return tag. 162
 Error design DesignForExtension Method 'canBeUninstalled' is not designed for extension - needs to be abstract, final or empty. 162
 Info misc FinalParameters Parameter requester should be final. 162
 Error javadoc JavadocMethod Expected @param tag for 'requester'. 162
 Error design DesignForExtension Method 'fetchObject' is not designed for extension - needs to be abstract, final or empty. 168
 Error javadoc JavadocMethod Missing a Javadoc comment. 168
 Info misc FinalParameters Parameter className should be final. 168
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 170
 Error design DesignForExtension Method 'fetchObject' is not designed for extension - needs to be abstract, final or empty. 173
 Error javadoc JavadocMethod Missing a Javadoc comment. 173
 Info misc FinalParameters Parameter className should be final. 173
 Info misc FinalParameters Parameter filter should be final. 173
 Warning blocks NeedBraces 'if' construct must use '{}'s. 179
 Warning blocks NeedBraces 'for' construct must use '{}'s. 183
 Info sizes LineLength Line is longer than 80 characters (found 92). 190
 Error javadoc JavadocMethod Expected an @return tag. 192
 Error design DesignForExtension Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. 192
 Info misc FinalParameters Parameter attrName should be final. 192
 Error javadoc JavadocMethod Expected @param tag for 'attrName'. 192
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 193
 Error javadoc JavadocMethod Expected an @return tag. 199
 Error design DesignForExtension Method 'getContainer' is not designed for extension - needs to be abstract, final or empty. 199
 Error design DesignForExtension Method 'getID' is not designed for extension - needs to be abstract, final or empty. 203
 Error javadoc JavadocMethod Missing a Javadoc comment. 203
 Error design DesignForExtension Method 'installBundle' is not designed for extension - needs to be abstract, final or empty. 207
 Error javadoc JavadocMethod Missing a Javadoc comment. 207
 Info misc FinalParameters Parameter location should be final. 207
 Error design DesignForExtension Method 'installBundle' is not designed for extension - needs to be abstract, final or empty. 218
 Error javadoc JavadocMethod Missing a Javadoc comment. 218
 Info misc FinalParameters Parameter location should be final. 218
 Info misc FinalParameters Parameter is should be final. 218
 Info sizes LineLength Line is longer than 80 characters (found 128). 230
 Error javadoc JavadocMethod Expected an @return tag. 232
 Error design DesignForExtension Method 'listConfigFiles' is not designed for extension - needs to be abstract, final or empty. 232
 Info misc FinalParameters Parameter requester should be final. 232
 Error javadoc JavadocMethod Expected @param tag for 'requester'. 232
 Warning blocks NeedBraces 'for' construct must use '{}'s. 236
 Info sizes LineLength Line is longer than 80 characters (found 88). 242
 Error design DesignForExtension Method 'logDebug' is not designed for extension - needs to be abstract, final or empty. 245
 Info misc FinalParameters Parameter tag should be final. 245
 Error javadoc JavadocMethod Expected @param tag for 'tag'. 245
 Info misc FinalParameters Parameter message should be final. 245
 Error javadoc JavadocMethod Expected @param tag for 'message'. 245
 Info misc FinalParameters Parameter t should be final. 245
 Error javadoc JavadocMethod Expected @param tag for 't'. 245
 Info sizes LineLength Line is longer than 80 characters (found 88). 250
 Error design DesignForExtension Method 'logError' is not designed for extension - needs to be abstract, final or empty. 253
 Info misc FinalParameters Parameter tag should be final. 253
 Error javadoc JavadocMethod Expected @param tag for 'tag'. 253
 Info misc FinalParameters Parameter message should be final. 253
 Error javadoc JavadocMethod Expected @param tag for 'message'. 253
 Info misc FinalParameters Parameter t should be final. 253
 Error javadoc JavadocMethod Expected @param tag for 't'. 253
 Info sizes LineLength Line is longer than 80 characters (found 87). 258
 Error design DesignForExtension Method 'logInfo' is not designed for extension - needs to be abstract, final or empty. 261
 Info misc FinalParameters Parameter tag should be final. 261
 Error javadoc JavadocMethod Expected @param tag for 'tag'. 261
 Info misc FinalParameters Parameter message should be final. 261
 Error javadoc JavadocMethod Expected @param tag for 'message'. 261
 Info misc FinalParameters Parameter t should be final. 261
 Error javadoc JavadocMethod Expected @param tag for 't'. 261
 Info sizes LineLength Line is longer than 80 characters (found 87). 266
 Error design DesignForExtension Method 'logWarn' is not designed for extension - needs to be abstract, final or empty. 269
 Info misc FinalParameters Parameter tag should be final. 269
 Error javadoc JavadocMethod Expected @param tag for 'tag'. 269
 Info misc FinalParameters Parameter message should be final. 269
 Error javadoc JavadocMethod Expected @param tag for 'message'. 269
 Info misc FinalParameters Parameter t should be final. 269
 Error javadoc JavadocMethod Expected @param tag for 't'. 269
 Info sizes LineLength Line is longer than 80 characters (found 88). 274
 Error design DesignForExtension Method 'logTrace' is not designed for extension - needs to be abstract, final or empty. 277
 Info misc FinalParameters Parameter tag should be final. 277
 Error javadoc JavadocMethod Expected @param tag for 'tag'. 277
 Info misc FinalParameters Parameter message should be final. 277
 Error javadoc JavadocMethod Expected @param tag for 'message'. 277
 Info misc FinalParameters Parameter t should be final. 277
 Error javadoc JavadocMethod Expected @param tag for 't'. 277
 Info sizes LineLength Line is longer than 80 characters (found 100). 282
 Error design DesignForExtension Method 'registerConfigFile' is not designed for extension - needs to be abstract, final or empty. 284
 Info misc FinalParameters Parameter configFileParams should be final. 284
 Error javadoc JavadocMethod Expected @param tag for 'configFileParams'. 284
 Info sizes LineLength Line is longer than 80 characters (found 109). 295
 Info sizes LineLength Line is longer than 80 characters (found 92). 301
 Error design DesignForExtension Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. 304
 Info misc FinalParameters Parameter attrName should be final. 304
 Error javadoc JavadocMethod Expected @param tag for 'attrName'. 304
 Info misc FinalParameters Parameter attrValue should be final. 304
 Error javadoc JavadocMethod Expected @param tag for 'attrValue'. 304
 Warning blocks NeedBraces 'if' construct must use '{}'s. 305
 Error design DesignForExtension Method 'shareObject' is not designed for extension - needs to be abstract, final or empty. 309
 Error javadoc JavadocMethod Missing a Javadoc comment. 309
 Info misc FinalParameters Parameter xface should be final. 309
 Info misc FinalParameters Parameter obj should be final. 309
 Info misc FinalParameters Parameter props should be final. 309
 Error design DesignForExtension Method 'shareObject' is not designed for extension - needs to be abstract, final or empty. 314
 Error javadoc JavadocMethod Missing a Javadoc comment. 314
 Info misc FinalParameters Parameter xface should be final. 314
 Info misc FinalParameters Parameter obj should be final. 314
 Info misc FinalParameters Parameter props should be final. 314
 Info sizes LineLength Line is longer than 80 characters (found 82). 321
 Error design DesignForExtension Method 'removesharedObject' is not designed for extension - needs to be abstract, final or empty. 321
 Error javadoc JavadocMethod Missing a Javadoc comment. 321
 Info misc FinalParameters Parameter xface should be final. 321
 Info misc FinalParameters Parameter obj should be final. 321
 Info misc FinalParameters Parameter props should be final. 321
 Error design DesignForExtension Method 'removeSharedObject' is not designed for extension - needs to be abstract, final or empty. 328
 Error javadoc JavadocMethod Missing a Javadoc comment. 328
 Info misc FinalParameters Parameter xface should be final. 328
 Info misc FinalParameters Parameter obj should be final. 328
 Info misc FinalParameters Parameter props should be final. 328
 Info sizes LineLength Line is longer than 80 characters (found 118). 334
 Error javadoc JavadocMethod Expected an @return tag. 336
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 336
 Info misc FinalParameters Parameter requester should be final. 336
 Error javadoc JavadocMethod Expected @param tag for 'requester'. 336
 Info misc TodoComment Comment matches to-do format 'TODO:'. 342
 Info sizes LineLength Line is longer than 80 characters (found 117). 349
 Error javadoc JavadocMethod Expected an @return tag. 351
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 351
 Info misc FinalParameters Parameter requester should be final. 351
 Error javadoc JavadocMethod Expected @param tag for 'requester'. 351
 Info misc TodoComment Comment matches to-do format 'TODO:'. 357
 Info sizes LineLength Line is longer than 80 characters (found 122). 364
 Error javadoc JavadocMethod Expected an @return tag. 366
 Error design DesignForExtension Method 'uninstall' is not designed for extension - needs to be abstract, final or empty. 366
 Info misc FinalParameters Parameter requester should be final. 366
 Error javadoc JavadocMethod Expected @param tag for 'requester'. 366
 Info misc TodoComment Comment matches to-do format 'TODO:'. 372
 Error javadoc JavadocMethod Missing a Javadoc comment. 378
 Error design DesignForExtension Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 388
 Error javadoc JavadocMethod Missing a Javadoc comment. 388
 Info misc FinalParameters Parameter name should be final. 388
 Error design DesignForExtension Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 392
 Error javadoc JavadocMethod Missing a Javadoc comment. 392
 Info misc FinalParameters Parameter name should be final. 392
 Info misc FinalParameters Parameter def should be final. 392
 Warning blocks NeedBraces 'if' construct must use '{}'s. 396
 Warning blocks NeedBraces 'if' construct must use '{}'s. 400
 Warning blocks NeedBraces 'if' construct must use '{}'s. 404
 Warning blocks NeedBraces 'if' construct must use '{}'s. 408
 Error design DesignForExtension Method 'getManifestEntry' is not designed for extension - needs to be abstract, final or empty. 414
 Error javadoc JavadocMethod Missing a Javadoc comment. 414
 Info misc FinalParameters Parameter name should be final. 414
 Error design DesignForExtension Method 'getManifestEntry' is not designed for extension - needs to be abstract, final or empty. 418
 Error javadoc JavadocMethod Missing a Javadoc comment. 418
 Info misc FinalParameters Parameter manifest should be final. 418
 Info misc FinalParameters Parameter name should be final. 418
 Warning blocks NeedBraces 'if' construct must use '{}'s. 420
 Error design DesignForExtension Method 'getConfigHome' is not designed for extension - needs to be abstract, final or empty. 432
 Error javadoc JavadocMethod Missing a Javadoc comment. 432
 Info sizes LineLength Line is longer than 80 characters (found 100). 433
 Error design DesignForExtension Method 'getDataFolder' is not designed for extension - needs to be abstract, final or empty. 436
 Error javadoc JavadocMethod Missing a Javadoc comment. 436
 Error design DesignForExtension Method 'isLogErrorEnabled' is not designed for extension - needs to be abstract, final or empty. 443
 Error design DesignForExtension Method 'isLogWarnEnabled' is not designed for extension - needs to be abstract, final or empty. 448
 Error design DesignForExtension Method 'isLogInfoEnabled' is not designed for extension - needs to be abstract, final or empty. 453
 Error design DesignForExtension Method 'isLogDebugEnabled' is not designed for extension - needs to be abstract, final or empty. 458
 Error design DesignForExtension Method 'isLogTraceEnabled' is not designed for extension - needs to be abstract, final or empty. 463

org/universAAL/middleware/container/utils/LogUtils.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 40
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info misc FinalParameters Parameter cls should be final. 51
 Info misc FinalParameters Parameter method should be final. 51
 Warning coding MagicNumber '256' is a magic number. 52
 Info regexp RegexpSingleline Line has trailing spaces. 59
 Info misc FinalParameters Parameter msgPart should be final. 65
 Warning coding MagicNumber '256' is a magic number. 66
 Warning blocks NeedBraces 'if' construct must use '{}'s. 67
 Warning blocks NeedBraces 'for' construct must use '{}'s. 68
 Error javadoc JavadocMethod Missing a Javadoc comment. 73
 Info misc FinalParameters Parameter level should be final. 73
 Info misc FinalParameters Parameter mc should be final. 73
 Info misc FinalParameters Parameter claz should be final. 73
 Info misc FinalParameters Parameter method should be final. 74
 Info misc FinalParameters Parameter msgPart should be final. 74
 Info misc FinalParameters Parameter t should be final. 74
 Warning blocks NeedBraces 'if' construct must use '{}'s. 77
 Warning coding InnerAssignment Inner assignments should be avoided. 78
 Warning blocks NeedBraces 'if' construct must use '{}'s. 85
 Warning coding MissingSwitchDefault switch without "default" clause. 88
 Warning blocks NeedBraces 'for' construct must use '{}'s. 107
 Error javadoc JavadocStyle Unclosed HTML tag found: <ol> 126
 Info regexp RegexpSingleline Line has trailing spaces. 133
 Info misc FinalParameters Parameter mc should be final. 150
 Info misc FinalParameters Parameter claz should be final. 150
 Info misc FinalParameters Parameter method should be final. 150
 Info misc FinalParameters Parameter msgPart should be final. 151
 Info misc FinalParameters Parameter t should be final. 151
 Info regexp RegexpSingleline Line has trailing spaces. 159
 Info misc FinalParameters Parameter mc should be final. 171
 Info misc FinalParameters Parameter claz should be final. 171
 Info misc FinalParameters Parameter method should be final. 171
 Info misc FinalParameters Parameter msg should be final. 172
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 173
 Error javadoc JavadocStyle Unclosed HTML tag found: <ol> 183
 Info regexp RegexpSingleline Line has trailing spaces. 190
 Info misc FinalParameters Parameter mc should be final. 207
 Info misc FinalParameters Parameter claz should be final. 207
 Info misc FinalParameters Parameter method should be final. 207
 Info misc FinalParameters Parameter msgPart should be final. 208
 Info misc FinalParameters Parameter t should be final. 208
 Info regexp RegexpSingleline Line has trailing spaces. 216
 Info misc FinalParameters Parameter mc should be final. 228
 Info misc FinalParameters Parameter claz should be final. 228
 Info misc FinalParameters Parameter method should be final. 228
 Info misc FinalParameters Parameter msg should be final. 229
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 230
 Error javadoc JavadocStyle Unclosed HTML tag found: <ol> 240
 Info regexp RegexpSingleline Line has trailing spaces. 247
 Info misc FinalParameters Parameter mc should be final. 264
 Info misc FinalParameters Parameter claz should be final. 264
 Info misc FinalParameters Parameter method should be final. 264
 Info misc FinalParameters Parameter msgPart should be final. 265
 Info misc FinalParameters Parameter t should be final. 265
 Info regexp RegexpSingleline Line has trailing spaces. 273
 Info misc FinalParameters Parameter mc should be final. 285
 Info misc FinalParameters Parameter claz should be final. 285
 Info misc FinalParameters Parameter method should be final. 285
 Info misc FinalParameters Parameter msg should be final. 286
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 287
 Error javadoc JavadocStyle Unclosed HTML tag found: <ol> 297
 Info regexp RegexpSingleline Line has trailing spaces. 304
 Info misc FinalParameters Parameter mc should be final. 321
 Info misc FinalParameters Parameter claz should be final. 321
 Info misc FinalParameters Parameter method should be final. 321
 Info misc FinalParameters Parameter msgPart should be final. 322
 Info misc FinalParameters Parameter t should be final. 322
 Info regexp RegexpSingleline Line has trailing spaces. 330
 Info misc FinalParameters Parameter mc should be final. 342
 Info misc FinalParameters Parameter claz should be final. 342
 Info misc FinalParameters Parameter method should be final. 342
 Info misc FinalParameters Parameter msg should be final. 343
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 344
 Error javadoc JavadocStyle Unclosed HTML tag found: <ol> 354
 Info regexp RegexpSingleline Line has trailing spaces. 361
 Info misc FinalParameters Parameter mc should be final. 378
 Info misc FinalParameters Parameter claz should be final. 378
 Info misc FinalParameters Parameter method should be final. 378
 Info misc FinalParameters Parameter msgPart should be final. 379
 Info misc FinalParameters Parameter t should be final. 379
 Info regexp RegexpSingleline Line has trailing spaces. 387
 Info misc FinalParameters Parameter mc should be final. 399
 Info misc FinalParameters Parameter claz should be final. 399
 Info misc FinalParameters Parameter method should be final. 399
 Info misc FinalParameters Parameter msg should be final. 400
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 401

org/universAAL/middleware/container/utils/Messages.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Error javadoc JavadocStyle First sentence should end with a period. 46
 Info regexp RegexpSingleline Line has trailing spaces. 69
 Info misc FinalParameters Parameter propertiesFile should be final. 77
 Info regexp RegexpSingleline Line has trailing spaces. 85
 Info misc FinalParameters Parameter propertiesFile should be final. 96
 Info misc FinalParameters Parameter initialLocale should be final. 96
 Info regexp RegexpSingleline Line has trailing spaces. 104
 Info misc FinalParameters Parameter propertiesURL should be final. 112
 Info regexp RegexpSingleline Line has trailing spaces. 120
 Info regexp RegexpSingleline Line has trailing spaces. 125
 Info misc FinalParameters Parameter propertiesURL should be final. 132
 Info misc FinalParameters Parameter initialLocale should be final. 132
 Warning blocks NeedBraces 'if' construct must use '{}'s. 134
 Warning blocks NeedBraces 'if' construct must use '{}'s. 136
 Warning blocks NeedBraces 'if' construct must use '{}'s. 138
 Warning blocks NeedBraces 'if' construct must use '{}'s. 141
 Info regexp RegexpSingleline Line has trailing spaces. 151
 Error design DesignForExtension Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. 154
 Info misc FinalParameters Parameter loc should be final. 154
 Error javadoc JavadocMethod Expected @param tag for 'loc'. 154
 Info regexp RegexpSingleline Line has trailing spaces. 167
 Error design DesignForExtension Method 'getCurrentLocale' is not designed for extension - needs to be abstract, final or empty. 170
 Info regexp RegexpSingleline Line has trailing spaces. 176
 Info misc FinalParameters Parameter loc should be final. 180
 Error javadoc JavadocMethod Expected @param tag for 'loc'. 180
 Info regexp RegexpSingleline Line has trailing spaces. 193
 Error design DesignForExtension Method 'getString' is not designed for extension - needs to be abstract, final or empty. 198
 Info misc FinalParameters Parameter key should be final. 198
 Warning blocks NeedBraces 'if' construct must use '{}'s. 203
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 206
 Info regexp RegexpSingleline Line has trailing spaces. 211
 Info misc FinalParameters Parameter propertiesURL should be final. 218

org/universAAL/middleware/container/utils/StringUtils.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 32
 Warning naming ConstantName Name 'UUID_prefix' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 38
 Warning coding MagicNumber '0xFF' is a magic number. 54
 Warning coding MagicNumber '16' is a magic number. 55
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 55
 Error javadoc JavadocMethod Expected an @return tag. 66
 Error javadoc JavadocMethod Expected an @return tag. 74
 Info misc FinalParameters Parameter pp1 should be final. 74
 Error javadoc JavadocMethod Expected @param tag for 'pp1'. 74
 Info misc FinalParameters Parameter pp2 should be final. 74
 Error javadoc JavadocMethod Expected @param tag for 'pp2'. 74
 Warning blocks NeedBraces 'if' construct must use '{}'s. 75
 Warning blocks NeedBraces 'if' construct must use '{}'s. 78
 Warning blocks NeedBraces 'for' construct must use '{}'s. 81
 Warning blocks NeedBraces 'if' construct must use '{}'s. 82
 Error javadoc JavadocMethod Expected an @return tag. 95
 Info misc FinalParameters Parameter arg should be final. 95
 Error javadoc JavadocMethod Expected @param tag for 'arg'. 95
 Warning blocks NeedBraces 'if' construct must use '{}'s. 96
 Warning blocks NeedBraces 'if' construct must use '{}'s. 101
 Warning blocks NeedBraces 'if' construct must use '{}'s. 104
 Warning coding MagicNumber '10' is a magic number. 107
 Warning coding MissingSwitchDefault switch without "default" clause. 113
 Warning blocks NeedBraces 'if' construct must use '{}'s. 119
 Warning blocks NeedBraces 'if' construct must use '{}'s. 134
 Error javadoc JavadocMethod Expected an @return tag. 144
 Info misc FinalParameters Parameter c should be final. 144
 Error javadoc JavadocMethod Expected @param tag for 'c'. 144
 Error javadoc JavadocMethod Expected an @return tag. 149
 Info misc FinalParameters Parameter c should be final. 149
 Error javadoc JavadocMethod Expected @param tag for 'c'. 149
 Error javadoc JavadocMethod Expected an @return tag. 154
 Info misc FinalParameters Parameter c should be final. 154
 Error javadoc JavadocMethod Expected @param tag for 'c'. 154
 Error javadoc JavadocMethod Expected an @return tag. 159
 Info misc FinalParameters Parameter arg should be final. 159
 Error javadoc JavadocMethod Expected @param tag for 'arg'. 159
 Error javadoc JavadocMethod Expected an @return tag. 164
 Info misc FinalParameters Parameter arg should be final. 164
 Error javadoc JavadocMethod Expected @param tag for 'arg'. 164
 Error javadoc JavadocMethod Expected an @return tag. 178
 Info misc FinalParameters Parameter uri should be final. 178
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 178
 Warning blocks NeedBraces 'if' construct must use '{}'s. 179
 Error javadoc JavadocMethod Expected an @return tag. 197
 Info misc FinalParameters Parameter arg should be final. 197
 Error javadoc JavadocMethod Expected @param tag for 'arg'. 197
 Warning blocks NeedBraces 'if' construct must use '{}'s. 198
 Warning blocks NeedBraces 'if' construct must use '{}'s. 203
 Warning blocks NeedBraces 'if' construct must use '{}'s. 208
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info misc NewlineAtEndOfFile File does not end with a newline.

org/universAAL/middleware/context/ContextBus.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Error javadoc JavadocStyle First sentence should end with a period. 22
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info modifier RedundantModifier Redundant 'public' modifier. 47
 Error javadoc JavadocMethod Expected an @return tag. 56
 Info modifier RedundantModifier Redundant 'public' modifier. 56
 Error javadoc JavadocMethod Expected @param tag for 'publisherID'. 56
 Info modifier RedundantModifier Redundant 'public' modifier. 62
 Error javadoc JavadocMethod Expected @param tag for 'memberID'. 62
 Error javadoc JavadocMethod Expected @param tag for 'oldRegistrParams'. 63
 Error javadoc JavadocStyle First sentence should end with a period. 65
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Info modifier RedundantModifier Redundant 'public' modifier. 73
 Error javadoc JavadocStyle First sentence should end with a period. 75
 Info regexp RegexpSingleline Line has trailing spaces. 77
 Info modifier RedundantModifier Redundant 'public' modifier. 83
 Error javadoc JavadocStyle First sentence should end with a period. 85
 Info regexp RegexpSingleline Line has trailing spaces. 87
 Info modifier RedundantModifier Redundant 'public' modifier. 93

org/universAAL/middleware/context/ContextBusFacade.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Error javadoc JavadocType Missing a Javadoc comment. 22
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 22
 Error javadoc JavadocMethod Missing a Javadoc comment. 23
 Info misc FinalParameters Parameter mc should be final. 23

org/universAAL/middleware/context/ContextEvent.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning naming ConstantName Name 'uAAL_CONTEXT_NAMESPACE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Info sizes LineLength Line is longer than 80 characters (found 116). 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 117
 Info sizes LineLength Line is longer than 80 characters (found 84). 130
 Error javadoc JavadocVariable Missing a Javadoc comment. 130
 Error javadoc JavadocVariable Missing a Javadoc comment. 143
 Error javadoc JavadocStyle First sentence should end with a period. 146
 Info regexp RegexpSingleline Line has trailing spaces. 148
 Info misc FinalParameters Parameter subjectURI should be final. 159
 Info misc FinalParameters Parameter subjectTypeURI should be final. 160
 Info misc FinalParameters Parameter predicate should be final. 160
 Info misc FinalParameters Parameter object should be final. 160
 Warning blocks NeedBraces 'if' construct must use '{}'s. 161
 Warning blocks NeedBraces 'if' construct must use '{}'s. 166
 Info misc FinalParameters Parameter uri should be final. 181
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 181
 Warning blocks NeedBraces 'if' construct must use '{}'s. 183
 Error javadoc JavadocStyle First sentence should end with a period. 188
 Info regexp RegexpSingleline Line has trailing spaces. 191
 Info misc FinalParameters Parameter subject should be final. 200
 Info misc FinalParameters Parameter predicate should be final. 200
 Warning coding MagicNumber '8' is a magic number. 201
 Warning blocks NeedBraces 'if' construct must use '{}'s. 203
 Warning blocks NeedBraces 'if' construct must use '{}'s. 207
 Error javadoc JavadocStyle First sentence should end with a period. 217
 Info regexp RegexpSingleline Line has trailing spaces. 220
 Info misc FinalParameters Parameter subject should be final. 229
 Info misc FinalParameters Parameter predicate should be final. 229
 Info misc FinalParameters Parameter object should be final. 229
 Error javadoc JavadocMethod Expected @param tag for 'object'. 229
 Warning coding MagicNumber '8' is a magic number. 230
 Warning blocks NeedBraces 'if' construct must use '{}'s. 232
 Warning blocks NeedBraces 'if' construct must use '{}'s. 235
 Error javadoc JavadocStyle First sentence should end with a period. 250
 Info regexp RegexpSingleline Line has trailing spaces. 252
 Error design DesignForExtension Method 'getConfidence' is not designed for extension - needs to be abstract, final or empty. 255
 Error javadoc JavadocStyle First sentence should end with a period. 259
 Info regexp RegexpSingleline Line has trailing spaces. 261
 Error design DesignForExtension Method 'getExpirationTime' is not designed for extension - needs to be abstract, final or empty. 265
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 269
 Error javadoc JavadocMethod Missing a Javadoc comment. 269
 Info misc FinalParameters Parameter propURI should be final. 269
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 271
 Error javadoc JavadocStyle First sentence should end with a period. 275
 Info regexp RegexpSingleline Line has trailing spaces. 277
 Error design DesignForExtension Method 'getRDFObject' is not designed for extension - needs to be abstract, final or empty. 280
 Error javadoc JavadocStyle First sentence should end with a period. 284
 Info regexp RegexpSingleline Line has trailing spaces. 286
 Error design DesignForExtension Method 'getRDFPredicate' is not designed for extension - needs to be abstract, final or empty. 289
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 291
 Error javadoc JavadocStyle First sentence should end with a period. 294
 Info regexp RegexpSingleline Line has trailing spaces. 296
 Error design DesignForExtension Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. 300
 Error javadoc JavadocStyle First sentence should end with a period. 304
 Info regexp RegexpSingleline Line has trailing spaces. 306
 Error design DesignForExtension Method 'getRDFSubject' is not designed for extension - needs to be abstract, final or empty. 310
 Error javadoc JavadocStyle First sentence should end with a period. 314
 Info regexp RegexpSingleline Line has trailing spaces. 316
 Error design DesignForExtension Method 'getSubjectTypeURI' is not designed for extension - needs to be abstract, final or empty. 319
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 321
 Error javadoc JavadocStyle First sentence should end with a period. 324
 Info regexp RegexpSingleline Line has trailing spaces. 326
 Error design DesignForExtension Method 'getSubjectURI' is not designed for extension - needs to be abstract, final or empty. 329
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 331
 Error javadoc JavadocStyle First sentence should end with a period. 334
 Info regexp RegexpSingleline Line has trailing spaces. 336
 Error design DesignForExtension Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 339
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 343
 Error javadoc JavadocMethod Missing a Javadoc comment. 343
 Error javadoc JavadocStyle First sentence should end with a period. 354
 Info regexp RegexpSingleline Line has trailing spaces. 356
 Error javadoc JavadocMethod Expected an @return tag. 360
 Error design DesignForExtension Method 'setConfidence' is not designed for extension - needs to be abstract, final or empty. 360
 Info misc FinalParameters Parameter confidence should be final. 360
 Warning coding MagicNumber '100' is a magic number. 362
 Error javadoc JavadocStyle First sentence should end with a period. 370
 Info regexp RegexpSingleline Line has trailing spaces. 372
 Error javadoc JavadocMethod Expected an @return tag. 377
 Error design DesignForExtension Method 'setExpirationTime' is not designed for extension - needs to be abstract, final or empty. 377
 Info misc FinalParameters Parameter expirationTime should be final. 377
 Error javadoc JavadocStyle First sentence should end with a period. 386
 Info regexp RegexpSingleline Line has trailing spaces. 388
 Error javadoc JavadocMethod Expected an @return tag. 391
 Error design DesignForExtension Method 'setRDFObject' is not designed for extension - needs to be abstract, final or empty. 391
 Info misc FinalParameters Parameter o should be final. 391
 Error javadoc JavadocMethod Expected @param tag for 'o'. 391
 Error javadoc JavadocStyle First sentence should end with a period. 399
 Info regexp RegexpSingleline Line has trailing spaces. 401
 Error javadoc JavadocMethod Expected an @return tag. 405
 Error design DesignForExtension Method 'setRDFPredicate' is not designed for extension - needs to be abstract, final or empty. 405
 Info misc FinalParameters Parameter propURI should be final. 405
 Error javadoc JavadocStyle First sentence should end with a period. 414
 Info regexp RegexpSingleline Line has trailing spaces. 416
 Error javadoc JavadocMethod Expected an @return tag. 419
 Error design DesignForExtension Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. 419
 Info misc FinalParameters Parameter src should be final. 419
 Error javadoc JavadocMethod Expected @param tag for 'src'. 419
 Error javadoc JavadocStyle First sentence should end with a period. 427
 Info regexp RegexpSingleline Line has trailing spaces. 429
 Error javadoc JavadocMethod Expected an @return tag. 432
 Error design DesignForExtension Method 'setRDFSubject' is not designed for extension - needs to be abstract, final or empty. 432
 Info misc FinalParameters Parameter subj should be final. 432
 Error javadoc JavadocMethod Expected @param tag for 'subj'. 432
 Error javadoc JavadocStyle First sentence should end with a period. 440
 Info regexp RegexpSingleline Line has trailing spaces. 442
 Error javadoc JavadocMethod Expected an @return tag. 446
 Error design DesignForExtension Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. 446
 Info misc FinalParameters Parameter timestamp should be final. 446
 Error javadoc JavadocStyle First sentence should end with a period. 455
 Info regexp RegexpSingleline Line has trailing spaces. 457
 Error javadoc JavadocMethod Expected an @return tag. 460
 Error design DesignForExtension Method 'setInvolvedUser' is not designed for extension - needs to be abstract, final or empty. 460
 Info misc FinalParameters Parameter user should be final. 460
 Error javadoc JavadocMethod Expected @param tag for 'user'. 460
 Error javadoc JavadocStyle First sentence should end with a period. 468
 Info regexp RegexpSingleline Line has trailing spaces. 470
 Error design DesignForExtension Method 'getInvolvedUser' is not designed for extension - needs to be abstract, final or empty. 473
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 477
 Error javadoc JavadocMethod Missing a Javadoc comment. 477
 Info misc FinalParameters Parameter propURI should be final. 477
 Info misc FinalParameters Parameter value should be final. 477
 Warning blocks NeedBraces 'if' construct must use '{}'s. 478
 Warning blocks NeedBraces 'if' construct must use '{}'s. 489
 Warning blocks NeedBraces 'if' construct must use '{}'s. 492
 Warning blocks NeedBraces 'if' construct must use '{}'s. 495
 Warning blocks NeedBraces 'if' construct must use '{}'s. 497
 Warning blocks NeedBraces 'if' construct must use '{}'s. 500
 Warning blocks NeedBraces 'if' construct must use '{}'s. 503
 Warning blocks NeedBraces 'if' construct must use '{}'s. 505
 Warning blocks NeedBraces 'if' construct must use '{}'s. 508
 Info regexp RegexpSingleline Line has trailing spaces. 516
 Error javadoc JavadocMethod Expected an @return tag. 519
 Error design DesignForExtension Method 'matches' is not designed for extension - needs to be abstract, final or empty. 519
 Info misc FinalParameters Parameter subset should be final. 519
 Error javadoc JavadocMethod Expected @param tag for 'subset'. 519

org/universAAL/middleware/context/ContextEventPattern.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info regexp RegexpSingleline Line has trailing spaces. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocType Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error design DesignForExtension Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Error design DesignForExtension Method 'getSubjectTypes' is not designed for extension - needs to be abstract, final or empty. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 61
 Error design DesignForExtension Method 'getSubjects' is not designed for extension - needs to be abstract, final or empty. 65
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error javadoc JavadocMethod Missing a Javadoc comment. 79
 Error javadoc JavadocMethod Missing a Javadoc comment. 83
 Info misc FinalParameters Parameter instanceURI should be final. 83
 Warning coding MagicNumber '5' is a magic number. 87
 Info regexp RegexpSingleline Line has trailing spaces. 95
 Error javadoc JavadocMethod Expected an @return tag. 101
 Error design DesignForExtension Method 'addRestriction' is not designed for extension - needs to be abstract, final or empty. 101
 Info misc FinalParameters Parameter r should be final. 101
 Warning blocks NeedBraces 'if' construct must use '{}'s. 102
 Warning blocks NeedBraces 'if' construct must use '{}'s. 106
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 122
 Info sizes LineLength Line is longer than 80 characters (found 102). 125
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 125
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 125
 Warning blocks NeedBraces 'for' construct must use '{}'s. 131
 Warning blocks NeedBraces 'if' construct must use '{}'s. 132
 Warning blocks NeedBraces 'for' construct must use '{}'s. 136
 Warning blocks NeedBraces 'if' construct must use '{}'s. 137
 Info sizes LineLength Line is longer than 80 characters (found 83). 138
 Info sizes LineLength Line is longer than 80 characters (found 86). 146
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 146
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 146
 Info sizes LineLength Line is longer than 80 characters (found 82). 150
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 151
 Warning blocks NeedBraces 'for' construct must use '{}'s. 155
 Warning blocks NeedBraces 'if' construct must use '{}'s. 156
 Warning blocks NeedBraces 'for' construct must use '{}'s. 160
 Warning blocks NeedBraces 'if' construct must use '{}'s. 161
 Error design DesignForExtension Method 'getIndices' is not designed for extension - needs to be abstract, final or empty. 172
 Error javadoc JavadocMethod Missing a Javadoc comment. 172
 Warning blocks NeedBraces 'if' construct must use '{}'s. 174
 Warning blocks NeedBraces 'if' construct must use '{}'s. 176
 Warning blocks NeedBraces 'if' construct must use '{}'s. 178
 Info sizes LineLength Line is longer than 80 characters (found 87). 184
 Error javadoc JavadocMethod Expected an @return tag. 186
 Error design DesignForExtension Method 'isClosedCollection' is not designed for extension - needs to be abstract, final or empty. 186
 Info misc FinalParameters Parameter propURI should be final. 186
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 186
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 191
 Error javadoc JavadocMethod Missing a Javadoc comment. 191
 Error javadoc JavadocMethod Missing a Javadoc comment. 195
 Info misc FinalParameters Parameter prop should be final. 195
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 199
 Error javadoc JavadocMethod Missing a Javadoc comment. 199
 Info misc FinalParameters Parameter propURI should be final. 199
 Info misc FinalParameters Parameter property should be final. 199
 Error javadoc JavadocMethod Expected an @return tag. 230
 Error design DesignForExtension Method 'matches' is not designed for extension - needs to be abstract, final or empty. 230
 Info misc FinalParameters Parameter subset should be final. 230
 Error javadoc JavadocMethod Expected @param tag for 'subset'. 230
 Warning blocks NeedBraces 'if' construct must use '{}'s. 231
 Warning blocks NeedBraces 'if' construct must use '{}'s. 233
 Error design DesignForExtension Method 'matches' is not designed for extension - needs to be abstract, final or empty. 238
 Error javadoc JavadocMethod Missing a Javadoc comment. 238
 Info misc FinalParameters Parameter ce should be final. 238
 Warning blocks NeedBraces 'if' construct must use '{}'s. 239
 Warning blocks NeedBraces 'while' construct must use '{}'s. 243
 Warning blocks NeedBraces 'if' construct must use '{}'s. 244
 Info regexp RegexpSingleline Line has trailing spaces. 251
 Error javadoc JavadocMethod Unused @param tag for 'pattern'. 252
 Error design DesignForExtension Method 'matches' is not designed for extension - needs to be abstract, final or empty. 256
 Info misc FinalParameters Parameter subset should be final. 256
 Error javadoc JavadocMethod Expected @param tag for 'subset'. 256
 Warning blocks NeedBraces 'if' construct must use '{}'s. 257
 Warning blocks NeedBraces 'if' construct must use '{}'s. 266

org/universAAL/middleware/context/ContextPublisher.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocStyle First sentence should end with a period. 50
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Info misc FinalParameters Parameter context should be final. 59
 Info misc FinalParameters Parameter providerInfo should be final. 60
 Warning coding HiddenField 'providerInfo' hides a field. 60
 Warning blocks NeedBraces 'if' construct must use '{}'s. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 75
 Info misc FinalParameters Parameter b should be final. 75
 Warning blocks NeedBraces 'if' construct must use '{}'s. 76
 Error javadoc JavadocStyle First sentence should end with a period. 80
 Info regexp RegexpSingleline Line has trailing spaces. 82
 Info misc FinalParameters Parameter e should be final. 88
 Warning blocks NeedBraces 'if' construct must use '{}'s. 90
 Warning blocks NeedBraces 'if' construct must use '{}'s. 92
 Warning blocks NeedBraces 'if' construct must use '{}'s. 94
 Error design DesignForExtension Method 'getMyID' is not designed for extension - needs to be abstract, final or empty. 99
 Error javadoc JavadocMethod Missing a Javadoc comment. 99

org/universAAL/middleware/context/ContextSubscriber.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Info misc FinalParameters Parameter connectingModule should be final. 64
 Info misc FinalParameters Parameter initialSubscriptions should be final. 65
 Error javadoc JavadocStyle First sentence should end with a period. 72
 Info regexp RegexpSingleline Line has trailing spaces. 75
 Info sizes LineLength Line is longer than 80 characters (found 82). 82
 Info misc FinalParameters Parameter newSubscriptions should be final. 82
 Info regexp RegexpSingleline Line has trailing spaces. 92
 Info misc FinalParameters Parameter oldSubscriptions should be final. 96
 Error javadoc JavadocMethod Expected @param tag for 'oldSubscriptions'. 96
 Error javadoc JavadocMethod Missing a Javadoc comment. 107
 Info misc FinalParameters Parameter b should be final. 107
 Warning blocks NeedBraces 'if' construct must use '{}'s. 108
 Error javadoc JavadocMethod Expected an @return tag. 116
 Error design DesignForExtension Method 'getAllProvisions' is not designed for extension - needs to be abstract, final or empty. 116
 Info regexp RegexpSingleline Line has trailing spaces. 123
 Error javadoc JavadocMethod Missing a Javadoc comment. 131
 Info misc FinalParameters Parameter m should be final. 131
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 139
 Info sizes LineLength Line is longer than 80 characters (found 109). 151
 Error design DesignForExtension Method 'getMyID' is not designed for extension - needs to be abstract, final or empty. 158
 Error javadoc JavadocMethod Missing a Javadoc comment. 158

org/universAAL/middleware/context/DefaultContextPublisher.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info misc FinalParameters Parameter context should be final. 42
 Info misc FinalParameters Parameter providerInfo should be final. 43
 Info sizes LineLength Line is longer than 80 characters (found 91). 48

org/universAAL/middleware/context/data/AbstractFiltererContainer.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info misc TodoComment Comment matches to-do format 'TODO:'. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error design VisibilityModifier Variable 'containerKey' must be private and have accessor methods. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Info misc FinalParameters Parameter containerKey should be final. 36
 Warning coding HiddenField 'containerKey' hides a field. 36
 Error design DesignForExtension Method 'getContainerKey' is not designed for extension - needs to be abstract, final or empty. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 40

org/universAAL/middleware/context/data/AllProvisionDataVector.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error design DesignForExtension Method 'addContextEventPatterns' is not designed for extension - needs to be abstract, final or empty. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Info misc FinalParameters Parameter contextEventPatterns should be final. 37
 Warning coding HiddenField 'contextEventPatterns' hides a field. 37
 Error design DesignForExtension Method 'getContextEventPatterns' is not designed for extension - needs to be abstract, final or empty. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 41

org/universAAL/middleware/context/data/CalledPeers.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error design DesignForExtension Method 'setMessageID' is not designed for extension - needs to be abstract, final or empty. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Info misc FinalParameters Parameter messageID should be final. 41
 Warning coding HiddenField 'messageID' hides a field. 41
 Error design DesignForExtension Method 'getMessageID' is not designed for extension - needs to be abstract, final or empty. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Error design DesignForExtension Method 'getNumOfCalledPeers' is not designed for extension - needs to be abstract, final or empty. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error design DesignForExtension Method 'setNumOfCalledPeers' is not designed for extension - needs to be abstract, final or empty. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Info misc FinalParameters Parameter numOfCalledPeers should be final. 53
 Warning coding HiddenField 'numOfCalledPeers' hides a field. 53
 Error design DesignForExtension Method 'gotResponsesFromAllPeers' is not designed for extension - needs to be abstract, final or empty. 59
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Error design DesignForExtension Method 'reduceNumOfCalledPeers' is not designed for extension - needs to be abstract, final or empty. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Error design DesignForExtension Method 'resetCalledPeers' is not designed for extension - needs to be abstract, final or empty. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Error design DesignForExtension Method 'addProvisions' is not designed for extension - needs to be abstract, final or empty. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Info misc FinalParameters Parameter contextEventPatterns should be final. 71
 Error design DesignForExtension Method 'getProvisions' is not designed for extension - needs to be abstract, final or empty. 75
 Error javadoc JavadocMethod Missing a Javadoc comment. 75

org/universAAL/middleware/context/data/FiltererContainerData.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 40
 Info misc FinalParameters Parameter containerKey should be final. 40
 Error design DesignForExtension Method 'addFilterer' is not designed for extension - needs to be abstract, final or empty. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Info misc FinalParameters Parameter contextFilterer should be final. 44
 Error design DesignForExtension Method 'getFilterers' is not designed for extension - needs to be abstract, final or empty. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 48
 Error design DesignForExtension Method 'removeFilterers' is not designed for extension - needs to be abstract, final or empty. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Info misc FinalParameters Parameter subscriber should be final. 52
 Warning blocks NeedBraces 'for' construct must use '{}'s. 53
 Warning blocks NeedBraces 'if' construct must use '{}'s. 54

org/universAAL/middleware/context/data/IAllProvisionData.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocMethod Missing a Javadoc comment. 35
 Error javadoc JavadocMethod Missing a Javadoc comment. 37

org/universAAL/middleware/context/data/ICalledPeers.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Error javadoc JavadocMethod Missing a Javadoc comment. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 48

org/universAAL/middleware/context/data/IFiltererContainer.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 43

org/universAAL/middleware/context/data/INumCalledPeersData.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocMethod Missing a Javadoc comment. 32
 Error javadoc JavadocMethod Missing a Javadoc comment. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 36

org/universAAL/middleware/context/data/IPropsData.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Error javadoc JavadocMethod Missing a Javadoc comment. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 36

org/universAAL/middleware/context/data/IProvisionsData.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Error javadoc JavadocMethod Missing a Javadoc comment. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 36

org/universAAL/middleware/context/data/NumCalledPeersDataMap.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error design DesignForExtension Method 'addCalledPeers' is not designed for extension - needs to be abstract, final or empty. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Info misc FinalParameters Parameter messageID should be final. 37
 Info misc FinalParameters Parameter calledPeers should be final. 37
 Error design DesignForExtension Method 'getCalledPeers' is not designed for extension - needs to be abstract, final or empty. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Info misc FinalParameters Parameter messageID should be final. 41
 Error design DesignForExtension Method 'removeCalledPeers' is not designed for extension - needs to be abstract, final or empty. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Info misc FinalParameters Parameter messageID should be final. 45

org/universAAL/middleware/context/data/PropsDataMap.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info sizes LineLength Line is longer than 80 characters (found 81). 27
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error design DesignForExtension Method 'getFiltererContainer' is not designed for extension - needs to be abstract, final or empty. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 40
 Info misc FinalParameters Parameter key should be final. 40
 Error design DesignForExtension Method 'getAllFiltererContainers' is not designed for extension - needs to be abstract, final or empty. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 53

org/universAAL/middleware/context/data/ProvisionsDataList.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error design DesignForExtension Method 'addProvision' is not designed for extension - needs to be abstract, final or empty. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Info misc FinalParameters Parameter contextPublisher should be final. 39
 Error design DesignForExtension Method 'exist' is not designed for extension - needs to be abstract, final or empty. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Info misc FinalParameters Parameter contextPublisher should be final. 43

org/universAAL/middleware/context/data/factory/AbstractContextStrategyDataFactory.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28

org/universAAL/middleware/context/data/factory/ContextStrategyDataFactory.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Error design DesignForExtension Method 'createProvisionsData' is not designed for extension - needs to be abstract, final or empty. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Error design DesignForExtension Method 'createNumCalledPeersData' is not designed for extension - needs to be abstract, final or empty. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 50
 Error design DesignForExtension Method 'createCalledPeers' is not designed for extension - needs to be abstract, final or empty. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Error design DesignForExtension Method 'createAllPropsOfDomain' is not designed for extension - needs to be abstract, final or empty. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Error design DesignForExtension Method 'createAllPropsOfSubject' is not designed for extension - needs to be abstract, final or empty. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 62
 Error design DesignForExtension Method 'createAllSubjectsWithProp' is not designed for extension - needs to be abstract, final or empty. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Error design DesignForExtension Method 'createSpecificDomainAndProp' is not designed for extension - needs to be abstract, final or empty. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Error design DesignForExtension Method 'createSpecificSubjectAndProp' is not designed for extension - needs to be abstract, final or empty. 74
 Error javadoc JavadocMethod Missing a Javadoc comment. 74
 Error design DesignForExtension Method 'createNonIndexedProps' is not designed for extension - needs to be abstract, final or empty. 78
 Error javadoc JavadocMethod Missing a Javadoc comment. 78
 Error design DesignForExtension Method 'createFiltererContainer' is not designed for extension - needs to be abstract, final or empty. 82
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Info misc FinalParameters Parameter containerKey should be final. 82
 Error design DesignForExtension Method 'createAllProvisions' is not designed for extension - needs to be abstract, final or empty. 86
 Error javadoc JavadocMethod Missing a Javadoc comment. 86

org/universAAL/middleware/context/data/factory/IContextStrategyDataFactory.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 47
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 59

org/universAAL/middleware/context/impl/ContextBusFactory.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error design DesignForExtension Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. 35
 Error javadoc JavadocMethod Missing a Javadoc comment. 35
 Info misc FinalParameters Parameter classURI should be final. 35
 Info misc FinalParameters Parameter instanceURI should be final. 35
 Info misc FinalParameters Parameter factoryIndex should be final. 36
 Warning coding MissingSwitchDefault switch without "default" clause. 38

org/universAAL/middleware/context/impl/ContextBusImpl.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info sizes LineLength Line is longer than 80 characters (found 86). 27
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Error design FinalClass Class ContextBusImpl should be declared as final. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Info misc FinalParameters Parameter content should be final. 59
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 65
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 74
 Info sizes LineLength Line is longer than 80 characters (found 94). 75
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Info misc FinalParameters Parameter c should be final. 82
 Info misc FinalParameters Parameter mc should be final. 82
 Info misc FinalParameters Parameter contextBusShareParams should be final. 83
 Info misc FinalParameters Parameter contextBusFetchParams should be final. 83
 Error javadoc JavadocMethod Missing a Javadoc comment. 93
 Error javadoc JavadocMethod Missing a Javadoc comment. 103
 Info misc FinalParameters Parameter mc should be final. 103
 Error javadoc JavadocMethod Missing a Javadoc comment. 108
 Info misc FinalParameters Parameter commModule should be final. 108
 Error javadoc JavadocMethod Missing a Javadoc comment. 112
 Info misc FinalParameters Parameter memberID should be final. 112
 Info misc FinalParameters Parameter registrParams should be final. 113
 Error javadoc JavadocMethod Missing a Javadoc comment. 127
 Info misc FinalParameters Parameter publisherID should be final. 127
 Error javadoc JavadocMethod Missing a Javadoc comment. 138
 Info misc FinalParameters Parameter memberID should be final. 138
 Info misc FinalParameters Parameter oldRegistrParams should be final. 139
 Error javadoc JavadocMethod Missing a Javadoc comment. 153
 Info misc FinalParameters Parameter publisherID should be final. 153
 Info misc FinalParameters Parameter msg should be final. 153
 Error javadoc JavadocMethod Missing a Javadoc comment. 161
 Info misc FinalParameters Parameter publisherID should be final. 161
 Info misc FinalParameters Parameter publisher should be final. 161
 Error javadoc JavadocMethod Missing a Javadoc comment. 166
 Info misc FinalParameters Parameter subscriberID should be final. 166
 Info misc FinalParameters Parameter subscriber should be final. 166
 Info misc FinalParameters Parameter memberID should be final. 172
 Info misc FinalParameters Parameter m should be final. 172
 Warning blocks NeedBraces 'if' construct must use '{}'s. 173
 Warning blocks NeedBraces 'if' construct must use '{}'s. 175
 Error javadoc JavadocMethod Missing a Javadoc comment. 179
 Info misc FinalParameters Parameter message should be final. 179
 Info misc FinalParameters Parameter e should be final. 180

org/universAAL/middleware/context/impl/ContextStrategy.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info sizes LineLength Line is longer than 80 characters (found 81). 44
 Info sizes LineLength Line is longer than 80 characters (found 82). 45
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Info sizes LineLength Line is longer than 80 characters (found 102). 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Warning naming ConstantName Name 'PROP_uAAL_CONTEXT_PEER_PROVISIONS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 59
 Info sizes LineLength Line is longer than 80 characters (found 101). 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Warning naming ConstantName Name 'TYPE_uAAL_CONTEXT_BUS_PROVISIONS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 62
 Error javadoc JavadocType Missing a Javadoc comment. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error design VisibilityModifier Variable 's' must be private and have accessor methods. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error design VisibilityModifier Variable 'f' must be private and have accessor methods. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error javadoc JavadocMethod Missing a Javadoc comment. 80
 Info misc FinalParameters Parameter cm should be final. 80
 Info sizes LineLength Line is longer than 80 characters (found 81). 84
 Error design DesignForExtension Method 'createContextStrategyDataFactory' is not designed for extension - needs to be abstract, final or empty. 97
 Error javadoc JavadocMethod Missing a Javadoc comment. 97
 Info regexp RegexpSingleline Line has trailing spaces. 104
 Error design DesignForExtension Method 'addRegParams' is not designed for extension - needs to be abstract, final or empty. 111
 Info misc FinalParameters Parameter publisher should be final. 111
 Info misc FinalParameters Parameter providedEvents should be final. 112
 Warning blocks NeedBraces 'if' construct must use '{}'s. 113
 Error javadoc JavadocStyle First sentence should end with a period. 121
 Info regexp RegexpSingleline Line has trailing spaces. 124
 Error design DesignForExtension Method 'addRegParams' is not designed for extension - needs to be abstract, final or empty. 131
 Info misc FinalParameters Parameter subscriber should be final. 131
 Info misc FinalParameters Parameter initialSubscriptions should be final. 132
 Warning blocks NeedBraces 'if' construct must use '{}'s. 133
 Error design DesignForExtension Method 'getAllProvisions' is not designed for extension - needs to be abstract, final or empty. 150
 Error javadoc JavadocMethod Missing a Javadoc comment. 150
 Info misc FinalParameters Parameter cs should be final. 150
 Warning blocks NeedBraces 'if' construct must use '{}'s. 151
 Info sizes LineLength Line is longer than 80 characters (found 81). 165
 Warning coding MagicNumber '5000' is a magic number. 182
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 201
 Info sizes LineLength Line is longer than 80 characters (found 108). 202
 Error javadoc JavadocMethod Missing a Javadoc comment. 214
 Info misc FinalParameters Parameter superClasses should be final. 214
 Warning blocks NeedBraces 'if' construct must use '{}'s. 215
 Warning blocks NeedBraces 'if' construct must use '{}'s. 222
 Error javadoc JavadocMethod Missing a Javadoc comment. 230
 Info misc FinalParameters Parameter f should be final. 230
 Error design DesignForExtension Method 'handle' is not designed for extension - needs to be abstract, final or empty. 281
 Info misc FinalParameters Parameter message should be final. 281
 Error javadoc JavadocMethod Expected @param tag for 'message'. 281
 Info misc FinalParameters Parameter senderID should be final. 281
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 281
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 288
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 299
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 303
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 308
 Error javadoc JavadocMethod Missing a Javadoc comment. 313
 Info misc FinalParameters Parameter message should be final. 313
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 325
 Error javadoc JavadocMethod Missing a Javadoc comment. 329
 Info misc FinalParameters Parameter message should be final. 329
 Info sizes LineLength Line is longer than 80 characters (found 115). 341
 Info sizes LineLength Line is longer than 80 characters (found 100). 359
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 359
 Info sizes LineLength Line is longer than 80 characters (found 104). 367
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 367
 Info sizes LineLength Line is longer than 80 characters (found 93). 376
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 376
 Error javadoc JavadocMethod Missing a Javadoc comment. 381
 Info misc FinalParameters Parameter resource should be final. 381
 Error javadoc JavadocMethod Missing a Javadoc comment. 385
 Info misc FinalParameters Parameter message should be final. 385
 Info sizes LineLength Line is longer than 80 characters (found 87). 391
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 391
 Warning blocks NeedBraces 'if' construct must use '{}'s. 396
 Error javadoc JavadocMethod Missing a Javadoc comment. 402
 Info misc FinalParameters Parameter message should be final. 402
 Warning blocks NeedBraces 'for' construct must use '{}'s. 405
 Info sizes LineLength Line is longer than 80 characters (found 86). 413
 Info sizes LineLength Line is longer than 80 characters (found 81). 418
 Error javadoc JavadocMethod Missing a Javadoc comment. 418
 Info misc FinalParameters Parameter event should be final. 418
 Error javadoc JavadocMethod Missing a Javadoc comment. 448
 Info misc FinalParameters Parameter propsData should be final. 448
 Info misc FinalParameters Parameter filter should be final. 448
 Info misc FinalParameters Parameter event should be final. 449
 Info misc FinalParameters Parameter allSubscribers should be final. 449
 Error javadoc JavadocMethod Missing a Javadoc comment. 458
 Info misc FinalParameters Parameter notIndexedPropsFilterers should be final. 459
 Info misc FinalParameters Parameter event should be final. 459
 Info misc FinalParameters Parameter subscribers should be final. 460
 Error javadoc JavadocStyle First sentence should end with a period. 468
 Info regexp RegexpSingleline Line has trailing spaces. 471
 Error design DesignForExtension Method 'removeMatchingRegParams' is not designed for extension - needs to be abstract, final or empty. 479
 Info misc FinalParameters Parameter subscriber should be final. 479
 Info misc FinalParameters Parameter initialSubscriptions should be final. 480
 Warning blocks NeedBraces 'if' construct must use '{}'s. 481
 Warning blocks NeedBraces 'if' construct must use '{}'s. 486
 Error javadoc JavadocMethod Missing a Javadoc comment. 497
 Info misc FinalParameters Parameter publisher should be final. 497
 Info misc FinalParameters Parameter oldParams should be final. 498
 Info misc TodoComment Comment matches to-do format 'TODO:'. 499
 Error javadoc JavadocMethod Missing a Javadoc comment. 502
 Info misc FinalParameters Parameter publisher should be final. 502
 Info misc TodoComment Comment matches to-do format 'TODO:'. 503
 Error javadoc JavadocMethod Missing a Javadoc comment. 506
 Info misc FinalParameters Parameter subscriber should be final. 506
 Info misc FinalParameters Parameter propsData should be final. 506
 Error javadoc JavadocStyle First sentence should end with a period. 514
 Info regexp RegexpSingleline Line has trailing spaces. 517
 Error design DesignForExtension Method 'removeRegParams' is not designed for extension - needs to be abstract, final or empty. 521
 Info misc FinalParameters Parameter subscriber should be final. 521
 Warning blocks NeedBraces 'if' construct must use '{}'s. 522

org/universAAL/middleware/context/impl/osgi/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Info sizes LineLength Line is longer than 80 characters (found 86). 43
 Info misc FinalParameters Parameter context should be final. 45
 Error javadoc JavadocMethod Expected @param tag for 'context'. 45
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 45
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 46
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 48
 Info sizes LineLength Line is longer than 80 characters (found 85). 54
 Info misc FinalParameters Parameter context should be final. 56
 Error javadoc JavadocMethod Expected @param tag for 'context'. 56
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 56

org/universAAL/middleware/context/owl/ContextBusOntology.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Error design DesignForExtension Method 'create' is not designed for extension - needs to be abstract, final or empty. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 48
 Info sizes LineLength Line is longer than 80 characters (found 84). 62
 Info sizes LineLength Line is longer than 80 characters (found 100). 71
 Info misc TodoComment Comment matches to-do format 'TODO:'. 84
 Info sizes LineLength Line is longer than 80 characters (found 107). 86

org/universAAL/middleware/context/owl/ContextProvider.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Error javadoc JavadocStyle First sentence should end with a period. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Info misc FinalParameters Parameter uri should be final. 70
 Error design DesignForExtension Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. 74
 Error javadoc JavadocMethod Missing a Javadoc comment. 74
 Error javadoc JavadocMethod Missing a Javadoc comment. 78
 Info misc FinalParameters Parameter uriPrefix should be final. 78
 Info misc FinalParameters Parameter numProps should be final. 78
 Error javadoc JavadocMethod Expected an @return tag. 85
 Error design DesignForExtension Method 'getContextSources' is not designed for extension - needs to be abstract, final or empty. 85
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 87
 Info regexp RegexpSingleline Line has trailing spaces. 95
 Error javadoc JavadocMethod Expected an @return tag. 98
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 98
 Info misc FinalParameters Parameter propURI should be final. 98
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 98
 Warning blocks NeedBraces 'if' construct must use '{}'s. 99
 Error javadoc JavadocMethod Expected an @return tag. 108
 Error design DesignForExtension Method 'getProvidedEvents' is not designed for extension - needs to be abstract, final or empty. 108
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 110
 Error design DesignForExtension Method 'getProviderType' is not designed for extension - needs to be abstract, final or empty. 114
 Error javadoc JavadocMethod Missing a Javadoc comment. 114
 Error javadoc JavadocMethod Expected an @return tag. 121
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 121
 Info whitespace NoWhitespaceBefore ';' is preceded with whitespace. 132
 Info regexp RegexpSingleline Line has trailing spaces. 138
 Error javadoc JavadocMethod Expected an @return tag. 144
 Error design DesignForExtension Method 'setContextSources' is not designed for extension - needs to be abstract, final or empty. 144
 Info misc FinalParameters Parameter sources should be final. 144
 Warning blocks NeedBraces 'for' construct must use '{}'s. 148
 Error javadoc JavadocMethod Expected an @return tag. 160
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 160
 Info misc FinalParameters Parameter propURI should be final. 160
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 160
 Info misc FinalParameters Parameter value should be final. 160
 Error javadoc JavadocMethod Expected @param tag for 'value'. 160
 Warning blocks NeedBraces 'if' construct must use '{}'s. 162
 Warning blocks NeedBraces 'for' construct must use '{}'s. 170
 Warning blocks NeedBraces 'if' construct must use '{}'s. 171
 Warning blocks NeedBraces 'if' construct must use '{}'s. 177
 Warning blocks NeedBraces 'if' construct must use '{}'s. 181
 Warning blocks NeedBraces 'for' construct must use '{}'s. 189
 Warning blocks NeedBraces 'if' construct must use '{}'s. 190
 Warning blocks NeedBraces 'else' construct must use '{}'s. 196
 Info regexp RegexpSingleline Line has trailing spaces. 203
 Error javadoc JavadocMethod Expected an @return tag. 208
 Error design DesignForExtension Method 'setProvidedEvents' is not designed for extension - needs to be abstract, final or empty. 208
 Info misc FinalParameters Parameter myEvents should be final. 208
 Warning blocks NeedBraces 'for' construct must use '{}'s. 212
 Info regexp RegexpSingleline Line has trailing spaces. 223
 Error javadoc JavadocMethod Expected an @return tag. 227
 Error design DesignForExtension Method 'setType' is not designed for extension - needs to be abstract, final or empty. 227
 Info misc FinalParameters Parameter type should be final. 227

org/universAAL/middleware/context/owl/ContextProviderType.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Error design FinalClass Class ContextProviderType should be declared as final. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning naming ConstantName Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 66
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 66
 Info sizes LineLength Line is longer than 80 characters (found 81). 71
 Warning naming ConstantName Name 'controller' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 71
 Warning naming ConstantName Name 'gauge' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 77
 Warning naming ConstantName Name 'reasoner' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 83
 Error javadoc JavadocMethod Missing a Javadoc comment. 86
 Info misc FinalParameters Parameter order should be final. 86
 Error javadoc JavadocMethod Missing a Javadoc comment. 99
 Info misc FinalParameters Parameter name should be final. 99
 Warning blocks NeedBraces 'for' construct must use '{}'s. 100
 Warning blocks NeedBraces 'if' construct must use '{}'s. 101
 Error javadoc JavadocVariable Missing a Javadoc comment. 106
 Error javadoc JavadocMethod Missing a Javadoc comment. 109
 Error javadoc JavadocMethod Missing a Javadoc comment. 113
 Info misc FinalParameters Parameter order should be final. 113
 Warning coding HiddenField 'order' hides a field. 113
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Info regexp RegexpSingleline Line has trailing spaces. 124
 Error javadoc JavadocMethod Expected an @return tag. 127
 Info misc FinalParameters Parameter propURI should be final. 127
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 127
 Info regexp RegexpSingleline Line has trailing spaces. 133
 Error javadoc JavadocMethod Expected an @return tag. 136
 Error javadoc JavadocMethod Expected an @return tag. 143
 Error javadoc JavadocMethod Expected an @return tag. 151
 Info regexp RegexpSingleline Line has trailing spaces. 157
 Error javadoc JavadocMethod Expected an @return tag. 160
 Info misc FinalParameters Parameter propURI should be final. 160
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 160
 Info misc FinalParameters Parameter o should be final. 160
 Error javadoc JavadocMethod Expected @param tag for 'o'. 160

org/universAAL/middleware/datarep/DataRepFactory.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info sizes LineLength Line is longer than 80 characters (found 89). 34
 Error javadoc JavadocMethod Expected an @return tag. 37
 Info misc FinalParameters Parameter classURI should be final. 37
 Error javadoc JavadocMethod Expected @param tag for 'classURI'. 37
 Info misc FinalParameters Parameter instanceURI should be final. 37
 Error javadoc JavadocMethod Expected @param tag for 'instanceURI'. 37
 Info misc FinalParameters Parameter factoryIndex should be final. 38
 Error javadoc JavadocMethod Expected @param tag for 'factoryIndex'. 38
 Warning coding MissingSwitchDefault switch without "default" clause. 40

org/universAAL/middleware/datarep/SharedResources.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Error javadoc JavadocStyle First sentence should end with a period. 36
 Info sizes LineLength Line is longer than 80 characters (found 102). 39
 Warning naming ConstantName Name 'uAAL_MW_SHARED_PROPERTY_FILE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39
 Info sizes LineLength Line is longer than 80 characters (found 94). 43
 Warning naming ConstantName Name 'uAAL_AAL_SPACE_ID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 43
 Info sizes LineLength Line is longer than 80 characters (found 107). 48
 Warning naming ConstantName Name 'uAAL_IS_COORDINATING_PEER' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 48
 Info sizes LineLength Line is longer than 80 characters (found 90). 53
 Warning naming ConstantName Name 'uAAL_IS_DEBUG_MODE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning naming ConstantName Name 'middlewareProps' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Warning naming ConstantName Name 'helpOnMiddlewareProps' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error design VisibilityModifier Variable 'moduleContext' must be private and have accessor methods. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Warning naming ConstantName Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning naming ConstantName Name 'dataRepOntology' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 60
 Error javadoc JavadocMethod Missing a Javadoc comment. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Error javadoc JavadocMethod Missing a Javadoc comment. 69
 Info misc FinalParameters Parameter key should be final. 69
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 74
 Info misc FinalParameters Parameter key should be final. 74
 Info misc FinalParameters Parameter value should be final. 74
 Error javadoc JavadocMethod Missing a Javadoc comment. 78
 Info sizes LineLength Line is longer than 80 characters (found 83). 94
 Info sizes LineLength Line is longer than 80 characters (found 81). 96
 Info sizes LineLength Line is longer than 80 characters (found 81). 97
 Error javadoc JavadocMethod Missing a Javadoc comment. 101
 Error javadoc JavadocMethod Missing a Javadoc comment. 106
 Warning blocks NeedBraces 'if' construct must use '{}'s. 112
 Info sizes LineLength Line is longer than 80 characters (found 105). 117
 Info sizes LineLength Line is longer than 80 characters (found 225). 120
 Info sizes LineLength Line is longer than 80 characters (found 179). 123
 Info sizes LineLength Line is longer than 80 characters (found 90). 128
 Error javadoc JavadocMethod Missing a Javadoc comment. 132
 Info misc FinalParameters Parameter newPropValues should be final. 132
 Warning blocks NeedBraces 'if' construct must use '{}'s. 133
 Warning blocks NeedBraces 'if' construct must use '{}'s. 137
 Warning blocks NeedBraces 'if' construct must use '{}'s. 141
 Warning blocks NeedBraces 'if' construct must use '{}'s. 145

org/universAAL/middleware/datarep/osgi/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Error javadoc JavadocType Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Info sizes LineLength Line is longer than 80 characters (found 85). 49
 Info misc FinalParameters Parameter context should be final. 52
 Error javadoc JavadocMethod Expected @param tag for 'context'. 52
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 52
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 55
 Info regexp RegexpSingleline Line has trailing spaces. 73
 Info sizes LineLength Line is longer than 80 characters (found 85). 74
 Info misc FinalParameters Parameter context should be final. 76
 Error javadoc JavadocMethod Expected @param tag for 'context'. 76
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 76
 Info misc FinalParameters Parameter properties should be final. 84
 Error javadoc JavadocMethod Expected @param tag for 'properties'. 84
 Error javadoc JavadocMethod Expected @throws tag for 'ConfigurationException'. 85

org/universAAL/middleware/deploymanager/uapp/model/AalUapp.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 38
 Info sizes LineLength Line is longer than 80 characters (found 82). 48
 Info sizes LineLength Line is longer than 80 characters (found 94). 50
 Info sizes LineLength Line is longer than 80 characters (found 111). 51
 Info sizes LineLength Line is longer than 80 characters (found 95). 52
 Info sizes LineLength Line is longer than 80 characters (found 101). 53
 Info sizes LineLength Line is longer than 80 characters (found 100). 54
 Info sizes LineLength Line is longer than 80 characters (found 94). 55
 Info sizes LineLength Line is longer than 80 characters (found 123). 56
 Info sizes LineLength Line is longer than 80 characters (found 85). 57
 Info sizes LineLength Line is longer than 80 characters (found 92). 60
 Info sizes LineLength Line is longer than 80 characters (found 157). 62
 Info sizes LineLength Line is longer than 80 characters (found 102). 66
 Info sizes LineLength Line is longer than 80 characters (found 114). 68
 Info sizes LineLength Line is longer than 80 characters (found 114). 69
 Info sizes LineLength Line is longer than 80 characters (found 108). 80
 Info sizes LineLength Line is longer than 80 characters (found 123). 81
 Info sizes LineLength Line is longer than 80 characters (found 92). 85
 Info sizes LineLength Line is longer than 80 characters (found 108). 87
 Info sizes LineLength Line is longer than 80 characters (found 110). 88
 Info sizes LineLength Line is longer than 80 characters (found 102). 92
 Info sizes LineLength Line is longer than 80 characters (found 114). 94
 Info sizes LineLength Line is longer than 80 characters (found 114). 95
 Info sizes LineLength Line is longer than 80 characters (found 82). 114
 Info sizes LineLength Line is longer than 80 characters (found 139). 116
 Info sizes LineLength Line is longer than 80 characters (found 82). 125
 Info sizes LineLength Line is longer than 80 characters (found 133). 127
 Info sizes LineLength Line is longer than 80 characters (found 82). 136
 Info sizes LineLength Line is longer than 80 characters (found 102). 138
 Info sizes LineLength Line is longer than 80 characters (found 92). 142
 Info sizes LineLength Line is longer than 80 characters (found 131). 144
 Info sizes LineLength Line is longer than 80 characters (found 123). 145
 Info sizes LineLength Line is longer than 80 characters (found 82). 159
 Info sizes LineLength Line is longer than 80 characters (found 110). 161
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 186
 Error javadoc JavadocVariable Missing a Javadoc comment. 188
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 188
 Error javadoc JavadocVariable Missing a Javadoc comment. 189
 Error design VisibilityModifier Variable 'app' must be private and have accessor methods. 190
 Error javadoc JavadocVariable Missing a Javadoc comment. 191
 Error design VisibilityModifier Variable 'applicationCapabilities' must be private and have accessor methods. 191
 Error javadoc JavadocVariable Missing a Javadoc comment. 192
 Error design VisibilityModifier Variable 'applicationRequirements' must be private and have accessor methods. 192
 Error javadoc JavadocVariable Missing a Javadoc comment. 193
 Error design VisibilityModifier Variable 'applicationManagement' must be private and have accessor methods. 193
 Error javadoc JavadocVariable Missing a Javadoc comment. 194
 Error design VisibilityModifier Variable 'applicationPart' must be private and have accessor methods. 195
 Error design DesignForExtension Method 'getApp' is not designed for extension - needs to be abstract, final or empty. 205
 Error design DesignForExtension Method 'setApp' is not designed for extension - needs to be abstract, final or empty. 217
 Info misc FinalParameters Parameter value should be final. 217
 Error design DesignForExtension Method 'isSetApp' is not designed for extension - needs to be abstract, final or empty. 221
 Error javadoc JavadocMethod Missing a Javadoc comment. 221
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 222
 Error design DesignForExtension Method 'getApplicationCapabilities' is not designed for extension - needs to be abstract, final or empty. 233
 Info sizes LineLength Line is longer than 80 characters (found 83). 245
 Error design DesignForExtension Method 'setApplicationCapabilities' is not designed for extension - needs to be abstract, final or empty. 245
 Info misc FinalParameters Parameter value should be final. 245
 Error design DesignForExtension Method 'isSetApplicationCapabilities' is not designed for extension - needs to be abstract, final or empty. 249
 Error javadoc JavadocMethod Missing a Javadoc comment. 249
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 250
 Error design DesignForExtension Method 'getApplicationRequirements' is not designed for extension - needs to be abstract, final or empty. 261
 Info sizes LineLength Line is longer than 80 characters (found 83). 273
 Error design DesignForExtension Method 'setApplicationRequirements' is not designed for extension - needs to be abstract, final or empty. 273
 Info misc FinalParameters Parameter value should be final. 273
 Error design DesignForExtension Method 'isSetApplicationRequirements' is not designed for extension - needs to be abstract, final or empty. 277
 Error javadoc JavadocMethod Missing a Javadoc comment. 277
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 278
 Error design DesignForExtension Method 'getApplicationManagement' is not designed for extension - needs to be abstract, final or empty. 289
 Error design DesignForExtension Method 'setApplicationManagement' is not designed for extension - needs to be abstract, final or empty. 301
 Info misc FinalParameters Parameter value should be final. 301
 Error design DesignForExtension Method 'isSetApplicationManagement' is not designed for extension - needs to be abstract, final or empty. 305
 Error javadoc JavadocMethod Missing a Javadoc comment. 305
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 306
 Error design DesignForExtension Method 'getApplicationPart' is not designed for extension - needs to be abstract, final or empty. 317
 Error design DesignForExtension Method 'setApplicationPart' is not designed for extension - needs to be abstract, final or empty. 329
 Info misc FinalParameters Parameter value should be final. 329
 Error design DesignForExtension Method 'isSetApplicationPart' is not designed for extension - needs to be abstract, final or empty. 333
 Error javadoc JavadocMethod Missing a Javadoc comment. 333
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 334
 Info sizes LineLength Line is longer than 80 characters (found 99). 341
 Info sizes LineLength Line is longer than 80 characters (found 88). 348
 Info sizes LineLength Line is longer than 80 characters (found 105). 349
 Info sizes LineLength Line is longer than 80 characters (found 89). 350
 Info sizes LineLength Line is longer than 80 characters (found 95). 351
 Info sizes LineLength Line is longer than 80 characters (found 94). 352
 Info sizes LineLength Line is longer than 80 characters (found 88). 353
 Info sizes LineLength Line is longer than 80 characters (found 117). 354
 Info sizes LineLength Line is longer than 80 characters (found 86). 358
 Info sizes LineLength Line is longer than 80 characters (found 151). 360
 Info sizes LineLength Line is longer than 80 characters (found 96). 364
 Info sizes LineLength Line is longer than 80 characters (found 108). 366
 Info sizes LineLength Line is longer than 80 characters (found 108). 367
 Info sizes LineLength Line is longer than 80 characters (found 102). 378
 Info sizes LineLength Line is longer than 80 characters (found 117). 379
 Info sizes LineLength Line is longer than 80 characters (found 86). 383
 Info sizes LineLength Line is longer than 80 characters (found 102). 385
 Info sizes LineLength Line is longer than 80 characters (found 104). 386
 Info sizes LineLength Line is longer than 80 characters (found 96). 390
 Info sizes LineLength Line is longer than 80 characters (found 108). 392
 Info sizes LineLength Line is longer than 80 characters (found 108). 393
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 428
 Error javadoc JavadocVariable Missing a Javadoc comment. 430
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 430
 Error javadoc JavadocVariable Missing a Javadoc comment. 431
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 432
 Error javadoc JavadocVariable Missing a Javadoc comment. 433
 Error design VisibilityModifier Variable 'version' must be private and have accessor methods. 434
 Error javadoc JavadocVariable Missing a Javadoc comment. 435
 Error design VisibilityModifier Variable 'appId' must be private and have accessor methods. 436
 Error javadoc JavadocVariable Missing a Javadoc comment. 437
 Error design VisibilityModifier Variable 'description' must be private and have accessor methods. 438
 Error javadoc JavadocVariable Missing a Javadoc comment. 439
 Error design VisibilityModifier Variable 'multipart' must be private and have accessor methods. 439
 Error javadoc JavadocVariable Missing a Javadoc comment. 440
 Error design VisibilityModifier Variable 'tags' must be private and have accessor methods. 441
 Error javadoc JavadocVariable Missing a Javadoc comment. 442
 Error design VisibilityModifier Variable 'applicationProvider' must be private and have accessor methods. 443
 Error javadoc JavadocVariable Missing a Javadoc comment. 444
 Error design VisibilityModifier Variable 'licenses' must be private and have accessor methods. 444
 Error javadoc JavadocVariable Missing a Javadoc comment. 445
 Error design VisibilityModifier Variable 'applicationProfile' must be private and have accessor methods. 446
 Error javadoc JavadocVariable Missing a Javadoc comment. 447
 Error design VisibilityModifier Variable 'applicationOntology' must be private and have accessor methods. 447
 Error javadoc JavadocVariable Missing a Javadoc comment. 448
 Error design VisibilityModifier Variable 'menuEntry' must be private and have accessor methods. 448
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 458
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 470
 Info misc FinalParameters Parameter value should be final. 470
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 474
 Error javadoc JavadocMethod Missing a Javadoc comment. 474
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 475
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 486
 Error design DesignForExtension Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 498
 Info misc FinalParameters Parameter value should be final. 498
 Error design DesignForExtension Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. 502
 Error javadoc JavadocMethod Missing a Javadoc comment. 502
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 503
 Error design DesignForExtension Method 'getAppId' is not designed for extension - needs to be abstract, final or empty. 514
 Error design DesignForExtension Method 'setAppId' is not designed for extension - needs to be abstract, final or empty. 526
 Info misc FinalParameters Parameter value should be final. 526
 Error design DesignForExtension Method 'isSetAppId' is not designed for extension - needs to be abstract, final or empty. 530
 Error javadoc JavadocMethod Missing a Javadoc comment. 530
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 531
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 542
 Error design DesignForExtension Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 554
 Info misc FinalParameters Parameter value should be final. 554
 Error design DesignForExtension Method 'isSetDescription' is not designed for extension - needs to be abstract, final or empty. 558
 Error javadoc JavadocMethod Missing a Javadoc comment. 558
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 559
 Error javadoc JavadocMethod Expected an @return tag. 566
 Error design DesignForExtension Method 'isMultipart' is not designed for extension - needs to be abstract, final or empty. 566
 Error design DesignForExtension Method 'setMultipart' is not designed for extension - needs to be abstract, final or empty. 574
 Info misc FinalParameters Parameter value should be final. 574
 Error javadoc JavadocMethod Expected @param tag for 'value'. 574
 Error design DesignForExtension Method 'isSetMultipart' is not designed for extension - needs to be abstract, final or empty. 578
 Error javadoc JavadocMethod Missing a Javadoc comment. 578
 Error design DesignForExtension Method 'getTags' is not designed for extension - needs to be abstract, final or empty. 590
 Error design DesignForExtension Method 'setTags' is not designed for extension - needs to be abstract, final or empty. 602
 Info misc FinalParameters Parameter value should be final. 602
 Error design DesignForExtension Method 'isSetTags' is not designed for extension - needs to be abstract, final or empty. 606
 Error javadoc JavadocMethod Missing a Javadoc comment. 606
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 607
 Error design DesignForExtension Method 'getApplicationProvider' is not designed for extension - needs to be abstract, final or empty. 618
 Error design DesignForExtension Method 'setApplicationProvider' is not designed for extension - needs to be abstract, final or empty. 630
 Info misc FinalParameters Parameter value should be final. 630
 Error design DesignForExtension Method 'isSetApplicationProvider' is not designed for extension - needs to be abstract, final or empty. 634
 Error javadoc JavadocMethod Missing a Javadoc comment. 634
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 635
 Info sizes LineLength Line is longer than 80 characters (found 88). 645
 Error javadoc JavadocMethod Expected an @return tag. 660
 Error design DesignForExtension Method 'getLicenses' is not designed for extension - needs to be abstract, final or empty. 660
 Error design DesignForExtension Method 'isSetLicenses' is not designed for extension - needs to be abstract, final or empty. 667
 Error javadoc JavadocMethod Missing a Javadoc comment. 667
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 668
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 668
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 668
 Error design DesignForExtension Method 'unsetLicenses' is not designed for extension - needs to be abstract, final or empty. 671
 Error javadoc JavadocMethod Missing a Javadoc comment. 671
 Error design DesignForExtension Method 'getApplicationProfile' is not designed for extension - needs to be abstract, final or empty. 683
 Error design DesignForExtension Method 'setApplicationProfile' is not designed for extension - needs to be abstract, final or empty. 695
 Info misc FinalParameters Parameter value should be final. 695
 Error design DesignForExtension Method 'isSetApplicationProfile' is not designed for extension - needs to be abstract, final or empty. 699
 Error javadoc JavadocMethod Missing a Javadoc comment. 699
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 700
 Error design DesignForExtension Method 'getApplicationOntology' is not designed for extension - needs to be abstract, final or empty. 711
 Error design DesignForExtension Method 'setApplicationOntology' is not designed for extension - needs to be abstract, final or empty. 723
 Info misc FinalParameters Parameter value should be final. 723
 Error design DesignForExtension Method 'isSetApplicationOntology' is not designed for extension - needs to be abstract, final or empty. 727
 Error javadoc JavadocMethod Missing a Javadoc comment. 727
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 728
 Error design DesignForExtension Method 'getMenuEntry' is not designed for extension - needs to be abstract, final or empty. 739
 Error design DesignForExtension Method 'setMenuEntry' is not designed for extension - needs to be abstract, final or empty. 751
 Info misc FinalParameters Parameter value should be final. 751
 Error design DesignForExtension Method 'isSetMenuEntry' is not designed for extension - needs to be abstract, final or empty. 755
 Error javadoc JavadocMethod Missing a Javadoc comment. 755
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 756
 Info sizes LineLength Line is longer than 80 characters (found 103). 763
 Info sizes LineLength Line is longer than 80 characters (found 145). 770
 Info sizes LineLength Line is longer than 80 characters (found 90). 774
 Info sizes LineLength Line is longer than 80 characters (found 102). 776
 Info sizes LineLength Line is longer than 80 characters (found 102). 777
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 798
 Error javadoc JavadocVariable Missing a Javadoc comment. 800
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 800
 Error javadoc JavadocVariable Missing a Javadoc comment. 801
 Error design VisibilityModifier Variable 'license' must be private and have accessor methods. 801
 Error javadoc JavadocVariable Missing a Javadoc comment. 802
 Error design VisibilityModifier Variable 'sla' must be private and have accessor methods. 802
 Info sizes LineLength Line is longer than 80 characters (found 91). 811
 Error javadoc JavadocMethod Expected an @return tag. 826
 Error design DesignForExtension Method 'getLicense' is not designed for extension - needs to be abstract, final or empty. 826
 Error design DesignForExtension Method 'isSetLicense' is not designed for extension - needs to be abstract, final or empty. 833
 Error javadoc JavadocMethod Missing a Javadoc comment. 833
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 834
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 834
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 834
 Error design DesignForExtension Method 'unsetLicense' is not designed for extension - needs to be abstract, final or empty. 837
 Error javadoc JavadocMethod Missing a Javadoc comment. 837
 Error design DesignForExtension Method 'getSla' is not designed for extension - needs to be abstract, final or empty. 849
 Error design DesignForExtension Method 'setSla' is not designed for extension - needs to be abstract, final or empty. 861
 Info misc FinalParameters Parameter value should be final. 861
 Error design DesignForExtension Method 'isSetSla' is not designed for extension - needs to be abstract, final or empty. 865
 Error javadoc JavadocMethod Missing a Javadoc comment. 865
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 866
 Info sizes LineLength Line is longer than 80 characters (found 107). 873
 Info sizes LineLength Line is longer than 80 characters (found 84). 878
 Info sizes LineLength Line is longer than 80 characters (found 96). 880
 Info sizes LineLength Line is longer than 80 characters (found 96). 881
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 897
 Error javadoc JavadocVariable Missing a Javadoc comment. 899
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 899
 Error javadoc JavadocVariable Missing a Javadoc comment. 900
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 901
 Error javadoc JavadocVariable Missing a Javadoc comment. 902
 Error design VisibilityModifier Variable 'link' must be private and have accessor methods. 904
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 914
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 926
 Info misc FinalParameters Parameter value should be final. 926
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 930
 Error javadoc JavadocMethod Missing a Javadoc comment. 930
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 931
 Error design DesignForExtension Method 'getLink' is not designed for extension - needs to be abstract, final or empty. 942
 Error design DesignForExtension Method 'setLink' is not designed for extension - needs to be abstract, final or empty. 954
 Info misc FinalParameters Parameter value should be final. 954
 Error design DesignForExtension Method 'isSetLink' is not designed for extension - needs to be abstract, final or empty. 958
 Error javadoc JavadocMethod Missing a Javadoc comment. 958
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 959
 Info sizes LineLength Line is longer than 80 characters (found 103). 970
 Info sizes LineLength Line is longer than 80 characters (found 96). 977
 Info sizes LineLength Line is longer than 80 characters (found 98). 978
 Info sizes LineLength Line is longer than 80 characters (found 90). 982
 Info sizes LineLength Line is longer than 80 characters (found 102). 984
 Info sizes LineLength Line is longer than 80 characters (found 102). 985
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1007
 Error javadoc JavadocVariable Missing a Javadoc comment. 1009
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1009
 Error javadoc JavadocVariable Missing a Javadoc comment. 1010
 Error design VisibilityModifier Variable 'menuName' must be private and have accessor methods. 1011
 Error javadoc JavadocVariable Missing a Javadoc comment. 1012
 Error design VisibilityModifier Variable 'serviceUri' must be private and have accessor methods. 1014
 Error javadoc JavadocVariable Missing a Javadoc comment. 1015
 Error design VisibilityModifier Variable 'icon' must be private and have accessor methods. 1015
 Error design DesignForExtension Method 'getMenuName' is not designed for extension - needs to be abstract, final or empty. 1025
 Error design DesignForExtension Method 'setMenuName' is not designed for extension - needs to be abstract, final or empty. 1037
 Info misc FinalParameters Parameter value should be final. 1037
 Error design DesignForExtension Method 'isSetMenuName' is not designed for extension - needs to be abstract, final or empty. 1041
 Error javadoc JavadocMethod Missing a Javadoc comment. 1041
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 1042
 Error design DesignForExtension Method 'getServiceUri' is not designed for extension - needs to be abstract, final or empty. 1053
 Error design DesignForExtension Method 'setServiceUri' is not designed for extension - needs to be abstract, final or empty. 1065
 Info misc FinalParameters Parameter value should be final. 1065
 Error design DesignForExtension Method 'isSetServiceUri' is not designed for extension - needs to be abstract, final or empty. 1069
 Error javadoc JavadocMethod Missing a Javadoc comment. 1069
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 1070
 Error design DesignForExtension Method 'getIcon' is not designed for extension - needs to be abstract, final or empty. 1081
 Error design DesignForExtension Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. 1093
 Info misc FinalParameters Parameter value should be final. 1093
 Error design DesignForExtension Method 'isSetIcon' is not designed for extension - needs to be abstract, final or empty. 1097
 Error javadoc JavadocMethod Missing a Javadoc comment. 1097
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 1098
 Info sizes LineLength Line is longer than 80 characters (found 107). 1105
 Info sizes LineLength Line is longer than 80 characters (found 84). 1110
 Info sizes LineLength Line is longer than 80 characters (found 96). 1112
 Info sizes LineLength Line is longer than 80 characters (found 96). 1113
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1129
 Error javadoc JavadocVariable Missing a Javadoc comment. 1131
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1131
 Error javadoc JavadocVariable Missing a Javadoc comment. 1132
 Error design VisibilityModifier Variable 'path' must be private and have accessor methods. 1133
 Error javadoc JavadocVariable Missing a Javadoc comment. 1134
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 1134
 Error design DesignForExtension Method 'getPath' is not designed for extension - needs to be abstract, final or empty. 1144
 Error design DesignForExtension Method 'setPath' is not designed for extension - needs to be abstract, final or empty. 1156
 Info misc FinalParameters Parameter value should be final. 1156
 Error design DesignForExtension Method 'isSetPath' is not designed for extension - needs to be abstract, final or empty. 1160
 Error javadoc JavadocMethod Missing a Javadoc comment. 1160
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 1161
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 1172
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 1184
 Info misc FinalParameters Parameter value should be final. 1184
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 1188
 Error javadoc JavadocMethod Missing a Javadoc comment. 1188
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 1189
 Info sizes LineLength Line is longer than 80 characters (found 99). 1202
 Info sizes LineLength Line is longer than 80 characters (found 133). 1209
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1224
 Error javadoc JavadocVariable Missing a Javadoc comment. 1226
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1226
 Error javadoc JavadocVariable Missing a Javadoc comment. 1227
 Error design VisibilityModifier Variable 'capability' must be private and have accessor methods. 1228
 Info sizes LineLength Line is longer than 80 characters (found 90). 1237
 Error javadoc JavadocMethod Expected an @return tag. 1252
 Error design DesignForExtension Method 'getCapability' is not designed for extension - needs to be abstract, final or empty. 1252
 Error design DesignForExtension Method 'isSetCapability' is not designed for extension - needs to be abstract, final or empty. 1259
 Error javadoc JavadocMethod Missing a Javadoc comment. 1259
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 1260
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 1260
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 1260
 Error design DesignForExtension Method 'unsetCapability' is not designed for extension - needs to be abstract, final or empty. 1263
 Error javadoc JavadocMethod Missing a Javadoc comment. 1263
 Info sizes LineLength Line is longer than 80 characters (found 99). 1273
 Info sizes LineLength Line is longer than 80 characters (found 96). 1280
 Info sizes LineLength Line is longer than 80 characters (found 86). 1284
 Info sizes LineLength Line is longer than 80 characters (found 125). 1286
 Info sizes LineLength Line is longer than 80 characters (found 117). 1287
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1308
 Error javadoc JavadocVariable Missing a Javadoc comment. 1310
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1310
 Error javadoc JavadocVariable Missing a Javadoc comment. 1311
 Error design VisibilityModifier Variable 'contactPoint' must be private and have accessor methods. 1312
 Info sizes LineLength Line is longer than 80 characters (found 82). 1313
 Error javadoc JavadocVariable Missing a Javadoc comment. 1313
 Error design VisibilityModifier Variable 'remoteManagement' must be private and have accessor methods. 1313
 Error design DesignForExtension Method 'getContactPoint' is not designed for extension - needs to be abstract, final or empty. 1323
 Error design DesignForExtension Method 'setContactPoint' is not designed for extension - needs to be abstract, final or empty. 1335
 Info misc FinalParameters Parameter value should be final. 1335
 Error design DesignForExtension Method 'isSetContactPoint' is not designed for extension - needs to be abstract, final or empty. 1339
 Error javadoc JavadocMethod Missing a Javadoc comment. 1339
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 1340
 Info sizes LineLength Line is longer than 80 characters (found 85). 1351
 Error design DesignForExtension Method 'getRemoteManagement' is not designed for extension - needs to be abstract, final or empty. 1351
 Info sizes LineLength Line is longer than 80 characters (found 95). 1363
 Error design DesignForExtension Method 'setRemoteManagement' is not designed for extension - needs to be abstract, final or empty. 1363
 Info misc FinalParameters Parameter value should be final. 1363
 Error design DesignForExtension Method 'isSetRemoteManagement' is not designed for extension - needs to be abstract, final or empty. 1367
 Error javadoc JavadocMethod Missing a Javadoc comment. 1367
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 1368
 Info sizes LineLength Line is longer than 80 characters (found 103). 1375
 Info sizes LineLength Line is longer than 80 characters (found 119). 1382
 Info sizes LineLength Line is longer than 80 characters (found 111). 1383
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1399
 Error javadoc JavadocVariable Missing a Javadoc comment. 1401
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1401
 Error javadoc JavadocVariable Missing a Javadoc comment. 1402
 Error design VisibilityModifier Variable 'protocols' must be private and have accessor methods. 1403
 Error javadoc JavadocVariable Missing a Javadoc comment. 1404
 Error design VisibilityModifier Variable 'software' must be private and have accessor methods. 1405
 Info sizes LineLength Line is longer than 80 characters (found 93). 1414
 Error javadoc JavadocMethod Expected an @return tag. 1429
 Error design DesignForExtension Method 'getProtocols' is not designed for extension - needs to be abstract, final or empty. 1429
 Error design DesignForExtension Method 'isSetProtocols' is not designed for extension - needs to be abstract, final or empty. 1436
 Error javadoc JavadocMethod Missing a Javadoc comment. 1436
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 1437
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 1437
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 1437
 Error design DesignForExtension Method 'unsetProtocols' is not designed for extension - needs to be abstract, final or empty. 1440
 Error javadoc JavadocMethod Missing a Javadoc comment. 1440
 Error design DesignForExtension Method 'getSoftware' is not designed for extension - needs to be abstract, final or empty. 1452
 Error design DesignForExtension Method 'setSoftware' is not designed for extension - needs to be abstract, final or empty. 1464
 Info misc FinalParameters Parameter value should be final. 1464
 Error design DesignForExtension Method 'isSetSoftware' is not designed for extension - needs to be abstract, final or empty. 1468
 Error javadoc JavadocMethod Missing a Javadoc comment. 1468
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 1469
 Info sizes LineLength Line is longer than 80 characters (found 99). 1480
 Info sizes LineLength Line is longer than 80 characters (found 104). 1487
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1502
 Error javadoc JavadocVariable Missing a Javadoc comment. 1504
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1504
 Error javadoc JavadocVariable Missing a Javadoc comment. 1505
 Error design VisibilityModifier Variable 'part' must be private and have accessor methods. 1506
 Info sizes LineLength Line is longer than 80 characters (found 84). 1515
 Error javadoc JavadocMethod Expected an @return tag. 1530
 Error design DesignForExtension Method 'getPart' is not designed for extension - needs to be abstract, final or empty. 1530
 Error design DesignForExtension Method 'isSetPart' is not designed for extension - needs to be abstract, final or empty. 1537
 Error javadoc JavadocMethod Missing a Javadoc comment. 1537
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 1538
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 1538
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 1538
 Error design DesignForExtension Method 'unsetPart' is not designed for extension - needs to be abstract, final or empty. 1541
 Error javadoc JavadocMethod Missing a Javadoc comment. 1541
 Info sizes LineLength Line is longer than 80 characters (found 99). 1551
 Info sizes LineLength Line is longer than 80 characters (found 127). 1558
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1573
 Error javadoc JavadocVariable Missing a Javadoc comment. 1575
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1575
 Error javadoc JavadocVariable Missing a Javadoc comment. 1576
 Error design VisibilityModifier Variable 'requirement' must be private and have accessor methods. 1577
 Info sizes LineLength Line is longer than 80 characters (found 91). 1586
 Error javadoc JavadocMethod Expected an @return tag. 1601
 Error design DesignForExtension Method 'getRequirement' is not designed for extension - needs to be abstract, final or empty. 1601
 Error design DesignForExtension Method 'isSetRequirement' is not designed for extension - needs to be abstract, final or empty. 1608
 Error javadoc JavadocMethod Missing a Javadoc comment. 1608
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 1609
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 1609
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 1609
 Error design DesignForExtension Method 'unsetRequirement' is not designed for extension - needs to be abstract, final or empty. 1612
 Error javadoc JavadocMethod Missing a Javadoc comment. 1612

org/universAAL/middleware/deploymanager/uapp/model/ArtifactType.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 34
 Info sizes LineLength Line is longer than 80 characters (found 90). 41
 Info sizes LineLength Line is longer than 80 characters (found 101). 42
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error design VisibilityModifier Variable 'artifactId' must be private and have accessor methods. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error design VisibilityModifier Variable 'version' must be private and have accessor methods. 64
 Error design DesignForExtension Method 'getArtifactId' is not designed for extension - needs to be abstract, final or empty. 74
 Error design DesignForExtension Method 'setArtifactId' is not designed for extension - needs to be abstract, final or empty. 86
 Info misc FinalParameters Parameter value should be final. 86
 Error design DesignForExtension Method 'isSetArtifactId' is not designed for extension - needs to be abstract, final or empty. 90
 Error javadoc JavadocMethod Missing a Javadoc comment. 90
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 91
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 102
 Error design DesignForExtension Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 114
 Info misc FinalParameters Parameter value should be final. 114
 Error design DesignForExtension Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 119

org/universAAL/middleware/deploymanager/uapp/model/Broker.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 35
 Info sizes LineLength Line is longer than 80 characters (found 84). 42
 Info sizes LineLength Line is longer than 80 characters (found 103). 43
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error design VisibilityModifier Variable 'software' must be private and have accessor methods. 66
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 76
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 88
 Info misc FinalParameters Parameter value should be final. 88
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 92
 Error javadoc JavadocMethod Missing a Javadoc comment. 92
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 93
 Error design DesignForExtension Method 'getSoftware' is not designed for extension - needs to be abstract, final or empty. 104
 Error design DesignForExtension Method 'setSoftware' is not designed for extension - needs to be abstract, final or empty. 116
 Info misc FinalParameters Parameter value should be final. 116
 Error design DesignForExtension Method 'isSetSoftware' is not designed for extension - needs to be abstract, final or empty. 120
 Error javadoc JavadocMethod Missing a Javadoc comment. 120
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 121

org/universAAL/middleware/deploymanager/uapp/model/Bundle.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 40
 Info sizes LineLength Line is longer than 80 characters (found 89). 46
 Info sizes LineLength Line is longer than 80 characters (found 87). 47
 Info sizes LineLength Line is longer than 80 characters (found 92). 48
 Info sizes LineLength Line is longer than 80 characters (found 100). 57
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error design VisibilityModifier Variable 'value' must be private and have accessor methods. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error design VisibilityModifier Variable 'startLevel' must be private and have accessor methods. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error design VisibilityModifier Variable 'start' must be private and have accessor methods. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error design VisibilityModifier Variable 'dependency' must be private and have accessor methods. 72
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 82
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 94
 Info misc FinalParameters Parameter value should be final. 94
 Warning coding HiddenField 'value' hides a field. 94
 Error design DesignForExtension Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. 98
 Error javadoc JavadocMethod Missing a Javadoc comment. 98
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 99
 Error design DesignForExtension Method 'getStartLevel' is not designed for extension - needs to be abstract, final or empty. 110
 Error design DesignForExtension Method 'setStartLevel' is not designed for extension - needs to be abstract, final or empty. 122
 Info misc FinalParameters Parameter value should be final. 122
 Warning coding HiddenField 'value' hides a field. 122
 Error design DesignForExtension Method 'isSetStartLevel' is not designed for extension - needs to be abstract, final or empty. 126
 Error javadoc JavadocMethod Missing a Javadoc comment. 126
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 127
 Error design DesignForExtension Method 'unsetStartLevel' is not designed for extension - needs to be abstract, final or empty. 130
 Error javadoc JavadocMethod Missing a Javadoc comment. 130
 Error design DesignForExtension Method 'isStart' is not designed for extension - needs to be abstract, final or empty. 142
 Error design DesignForExtension Method 'setStart' is not designed for extension - needs to be abstract, final or empty. 154
 Info misc FinalParameters Parameter value should be final. 154
 Warning coding HiddenField 'value' hides a field. 154
 Error design DesignForExtension Method 'isSetStart' is not designed for extension - needs to be abstract, final or empty. 158
 Error javadoc JavadocMethod Missing a Javadoc comment. 158
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 159
 Error design DesignForExtension Method 'unsetStart' is not designed for extension - needs to be abstract, final or empty. 162
 Error javadoc JavadocMethod Missing a Javadoc comment. 162
 Error design DesignForExtension Method 'isDependency' is not designed for extension - needs to be abstract, final or empty. 174
 Error design DesignForExtension Method 'setDependency' is not designed for extension - needs to be abstract, final or empty. 186
 Info misc FinalParameters Parameter value should be final. 186
 Warning coding HiddenField 'value' hides a field. 186
 Error design DesignForExtension Method 'isSetDependency' is not designed for extension - needs to be abstract, final or empty. 190
 Error javadoc JavadocMethod Missing a Javadoc comment. 190
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 191
 Error design DesignForExtension Method 'unsetDependency' is not designed for extension - needs to be abstract, final or empty. 194
 Error javadoc JavadocMethod Missing a Javadoc comment. 194

org/universAAL/middleware/deploymanager/uapp/model/CapabilityType.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 36
 Info sizes LineLength Line is longer than 80 characters (found 84). 43
 Info sizes LineLength Line is longer than 80 characters (found 85). 44
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error design VisibilityModifier Variable 'value' must be private and have accessor methods. 66
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 76
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 88
 Info misc FinalParameters Parameter value should be final. 88
 Warning coding HiddenField 'value' hides a field. 88
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 92
 Error javadoc JavadocMethod Missing a Javadoc comment. 92
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 93
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 104
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 116
 Info misc FinalParameters Parameter value should be final. 116
 Warning coding HiddenField 'value' hides a field. 116
 Error design DesignForExtension Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. 120
 Error javadoc JavadocMethod Missing a Javadoc comment. 120
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 121

org/universAAL/middleware/deploymanager/uapp/model/Config.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 82). 34
 Info sizes LineLength Line is longer than 80 characters (found 95). 40
 Info sizes LineLength Line is longer than 80 characters (found 100). 46
 Info sizes LineLength Line is longer than 80 characters (found 100). 55
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error design VisibilityModifier Variable 'value' must be private and have accessor methods. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 65
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 75
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 87
 Info misc FinalParameters Parameter value should be final. 87
 Warning coding HiddenField 'value' hides a field. 87
 Error design DesignForExtension Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. 91
 Error javadoc JavadocMethod Missing a Javadoc comment. 91
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 92
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 103
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 115
 Info misc FinalParameters Parameter value should be final. 115
 Warning coding HiddenField 'value' hides a field. 115
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 119
 Error javadoc JavadocMethod Missing a Javadoc comment. 119
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 120

org/universAAL/middleware/deploymanager/uapp/model/ConfigFile.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 86). 34
 Info sizes LineLength Line is longer than 80 characters (found 95). 39
 Info sizes LineLength Line is longer than 80 characters (found 105). 45
 Info sizes LineLength Line is longer than 80 characters (found 104). 54
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error design VisibilityModifier Variable 'value' must be private and have accessor methods. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error design VisibilityModifier Variable 'finalname' must be private and have accessor methods. 64
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 74
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 86
 Info misc FinalParameters Parameter value should be final. 86
 Warning coding HiddenField 'value' hides a field. 86
 Error design DesignForExtension Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. 90
 Error javadoc JavadocMethod Missing a Javadoc comment. 90
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 91
 Error design DesignForExtension Method 'getFinalname' is not designed for extension - needs to be abstract, final or empty. 102
 Error design DesignForExtension Method 'setFinalname' is not designed for extension - needs to be abstract, final or empty. 114
 Info misc FinalParameters Parameter value should be final. 114
 Warning coding HiddenField 'value' hides a field. 114
 Error design DesignForExtension Method 'isSetFinalname' is not designed for extension - needs to be abstract, final or empty. 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 119

org/universAAL/middleware/deploymanager/uapp/model/ContactType.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 35
 Info sizes LineLength Line is longer than 80 characters (found 110). 42
 Info sizes LineLength Line is longer than 80 characters (found 105). 43
 Info sizes LineLength Line is longer than 80 characters (found 107). 44
 Info sizes LineLength Line is longer than 80 characters (found 107). 45
 Info sizes LineLength Line is longer than 80 characters (found 85). 46
 Info sizes LineLength Line is longer than 80 characters (found 104). 47
 Info sizes LineLength Line is longer than 80 characters (found 99). 48
 Info sizes LineLength Line is longer than 80 characters (found 82). 52
 Info sizes LineLength Line is longer than 80 characters (found 101). 54
 Info sizes LineLength Line is longer than 80 characters (found 104). 55
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 82
 Error javadoc JavadocVariable Missing a Javadoc comment. 84
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 84
 Error javadoc JavadocVariable Missing a Javadoc comment. 85
 Error design VisibilityModifier Variable 'organizationName' must be private and have accessor methods. 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error design VisibilityModifier Variable 'certificate' must be private and have accessor methods. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error design VisibilityModifier Variable 'contactPerson' must be private and have accessor methods. 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 89
 Error design VisibilityModifier Variable 'streetAddress' must be private and have accessor methods. 89
 Error javadoc JavadocVariable Missing a Javadoc comment. 90
 Error design VisibilityModifier Variable 'email' must be private and have accessor methods. 91
 Error javadoc JavadocVariable Missing a Javadoc comment. 92
 Error design VisibilityModifier Variable 'webAddress' must be private and have accessor methods. 93
 Error javadoc JavadocVariable Missing a Javadoc comment. 94
 Error design VisibilityModifier Variable 'phone' must be private and have accessor methods. 94
 Error javadoc JavadocVariable Missing a Javadoc comment. 95
 Error design VisibilityModifier Variable 'otherChannel' must be private and have accessor methods. 95
 Error design DesignForExtension Method 'getOrganizationName' is not designed for extension - needs to be abstract, final or empty. 105
 Error design DesignForExtension Method 'setOrganizationName' is not designed for extension - needs to be abstract, final or empty. 117
 Info misc FinalParameters Parameter value should be final. 117
 Error design DesignForExtension Method 'isSetOrganizationName' is not designed for extension - needs to be abstract, final or empty. 121
 Error javadoc JavadocMethod Missing a Javadoc comment. 121
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 122
 Error design DesignForExtension Method 'getCertificate' is not designed for extension - needs to be abstract, final or empty. 133
 Error design DesignForExtension Method 'setCertificate' is not designed for extension - needs to be abstract, final or empty. 145
 Info misc FinalParameters Parameter value should be final. 145
 Error design DesignForExtension Method 'isSetCertificate' is not designed for extension - needs to be abstract, final or empty. 149
 Error javadoc JavadocMethod Missing a Javadoc comment. 149
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 150
 Error design DesignForExtension Method 'getContactPerson' is not designed for extension - needs to be abstract, final or empty. 161
 Error design DesignForExtension Method 'setContactPerson' is not designed for extension - needs to be abstract, final or empty. 173
 Info misc FinalParameters Parameter value should be final. 173
 Error design DesignForExtension Method 'isSetContactPerson' is not designed for extension - needs to be abstract, final or empty. 177
 Error javadoc JavadocMethod Missing a Javadoc comment. 177
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 178
 Error design DesignForExtension Method 'getStreetAddress' is not designed for extension - needs to be abstract, final or empty. 189
 Error design DesignForExtension Method 'setStreetAddress' is not designed for extension - needs to be abstract, final or empty. 201
 Info misc FinalParameters Parameter value should be final. 201
 Error design DesignForExtension Method 'isSetStreetAddress' is not designed for extension - needs to be abstract, final or empty. 205
 Error javadoc JavadocMethod Missing a Javadoc comment. 205
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 206
 Error design DesignForExtension Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. 217
 Error design DesignForExtension Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. 229
 Info misc FinalParameters Parameter value should be final. 229
 Error design DesignForExtension Method 'isSetEmail' is not designed for extension - needs to be abstract, final or empty. 233
 Error javadoc JavadocMethod Missing a Javadoc comment. 233
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 234
 Error design DesignForExtension Method 'getWebAddress' is not designed for extension - needs to be abstract, final or empty. 245
 Error design DesignForExtension Method 'setWebAddress' is not designed for extension - needs to be abstract, final or empty. 257
 Info misc FinalParameters Parameter value should be final. 257
 Error design DesignForExtension Method 'isSetWebAddress' is not designed for extension - needs to be abstract, final or empty. 261
 Error javadoc JavadocMethod Missing a Javadoc comment. 261
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 262
 Error design DesignForExtension Method 'getPhone' is not designed for extension - needs to be abstract, final or empty. 273
 Error design DesignForExtension Method 'setPhone' is not designed for extension - needs to be abstract, final or empty. 285
 Info misc FinalParameters Parameter value should be final. 285
 Error design DesignForExtension Method 'isSetPhone' is not designed for extension - needs to be abstract, final or empty. 289
 Error javadoc JavadocMethod Missing a Javadoc comment. 289
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 290
 Error design DesignForExtension Method 'getOtherChannel' is not designed for extension - needs to be abstract, final or empty. 301
 Error design DesignForExtension Method 'setOtherChannel' is not designed for extension - needs to be abstract, final or empty. 313
 Info misc FinalParameters Parameter value should be final. 313
 Error design DesignForExtension Method 'isSetOtherChannel' is not designed for extension - needs to be abstract, final or empty. 317
 Error javadoc JavadocMethod Missing a Javadoc comment. 317
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 318
 Info sizes LineLength Line is longer than 80 characters (found 99). 325
 Info sizes LineLength Line is longer than 80 characters (found 95). 332
 Info sizes LineLength Line is longer than 80 characters (found 98). 333
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 349
 Error javadoc JavadocVariable Missing a Javadoc comment. 351
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 351
 Error javadoc JavadocVariable Missing a Javadoc comment. 352
 Error design VisibilityModifier Variable 'channelName' must be private and have accessor methods. 353
 Error javadoc JavadocVariable Missing a Javadoc comment. 354
 Error design VisibilityModifier Variable 'channelDetails' must be private and have accessor methods. 355
 Error design DesignForExtension Method 'getChannelName' is not designed for extension - needs to be abstract, final or empty. 365
 Error design DesignForExtension Method 'setChannelName' is not designed for extension - needs to be abstract, final or empty. 377
 Info misc FinalParameters Parameter value should be final. 377
 Error design DesignForExtension Method 'isSetChannelName' is not designed for extension - needs to be abstract, final or empty. 381
 Error javadoc JavadocMethod Missing a Javadoc comment. 381
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 382
 Error design DesignForExtension Method 'getChannelDetails' is not designed for extension - needs to be abstract, final or empty. 393
 Error design DesignForExtension Method 'setChannelDetails' is not designed for extension - needs to be abstract, final or empty. 405
 Info misc FinalParameters Parameter value should be final. 405
 Error design DesignForExtension Method 'isSetChannelDetails' is not designed for extension - needs to be abstract, final or empty. 409
 Error javadoc JavadocMethod Missing a Javadoc comment. 409
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 410

org/universAAL/middleware/deploymanager/uapp/model/Dependency.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 39
 Info sizes LineLength Line is longer than 80 characters (found 90). 44
 Info sizes LineLength Line is longer than 80 characters (found 104). 45
 Info sizes LineLength Line is longer than 80 characters (found 104). 54
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error design VisibilityModifier Variable 'value' must be private and have accessor methods. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error design VisibilityModifier Variable 'version' must be private and have accessor methods. 64
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 76
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 88
 Info misc FinalParameters Parameter value should be final. 88
 Warning coding HiddenField 'value' hides a field. 88
 Error design DesignForExtension Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. 92
 Error javadoc JavadocMethod Missing a Javadoc comment. 92
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 93
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 104
 Error design DesignForExtension Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 120
 Info misc FinalParameters Parameter value should be final. 120
 Warning coding HiddenField 'value' hides a field. 120
 Error design DesignForExtension Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. 124
 Error javadoc JavadocMethod Missing a Javadoc comment. 124
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 125

org/universAAL/middleware/deploymanager/uapp/model/DeploymentUnit.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 42
 Info sizes LineLength Line is longer than 80 characters (found 95). 49
 Info sizes LineLength Line is longer than 80 characters (found 107). 50
 Info sizes LineLength Line is longer than 80 characters (found 82). 54
 Info sizes LineLength Line is longer than 80 characters (found 92). 59
 Info sizes LineLength Line is longer than 80 characters (found 125). 61
 Info sizes LineLength Line is longer than 80 characters (found 106). 62
 Info sizes LineLength Line is longer than 80 characters (found 92). 71
 Info sizes LineLength Line is longer than 80 characters (found 104). 73
 Info sizes LineLength Line is longer than 80 characters (found 125). 74
 Info sizes LineLength Line is longer than 80 characters (found 130). 75
 Info sizes LineLength Line is longer than 80 characters (found 97). 81
 Info sizes LineLength Line is longer than 80 characters (found 98). 82
 Info sizes LineLength Line is longer than 80 characters (found 96). 83
 Info sizes LineLength Line is longer than 80 characters (found 103). 84
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 108
 Error javadoc JavadocVariable Missing a Javadoc comment. 110
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 110
 Error javadoc JavadocVariable Missing a Javadoc comment. 111
 Error design VisibilityModifier Variable 'osUnit' must be private and have accessor methods. 111
 Error javadoc JavadocVariable Missing a Javadoc comment. 112
 Error design VisibilityModifier Variable 'platformUnit' must be private and have accessor methods. 112
 Error javadoc JavadocVariable Missing a Javadoc comment. 113
 Error design VisibilityModifier Variable 'containerUnit' must be private and have accessor methods. 113
 Error javadoc JavadocVariable Missing a Javadoc comment. 114
 Error design VisibilityModifier Variable 'id' must be private and have accessor methods. 118
 Error design DesignForExtension Method 'getOsUnit' is not designed for extension - needs to be abstract, final or empty. 128
 Error design DesignForExtension Method 'setOsUnit' is not designed for extension - needs to be abstract, final or empty. 140
 Info misc FinalParameters Parameter value should be final. 140
 Error design DesignForExtension Method 'isSetOsUnit' is not designed for extension - needs to be abstract, final or empty. 144
 Error javadoc JavadocMethod Missing a Javadoc comment. 144
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 145
 Error design DesignForExtension Method 'getPlatformUnit' is not designed for extension - needs to be abstract, final or empty. 156
 Error design DesignForExtension Method 'setPlatformUnit' is not designed for extension - needs to be abstract, final or empty. 168
 Info misc FinalParameters Parameter value should be final. 168
 Error design DesignForExtension Method 'isSetPlatformUnit' is not designed for extension - needs to be abstract, final or empty. 172
 Error javadoc JavadocMethod Missing a Javadoc comment. 172
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 173
 Error design DesignForExtension Method 'getContainerUnit' is not designed for extension - needs to be abstract, final or empty. 184
 Error design DesignForExtension Method 'setContainerUnit' is not designed for extension - needs to be abstract, final or empty. 196
 Info misc FinalParameters Parameter value should be final. 196
 Error design DesignForExtension Method 'isSetContainerUnit' is not designed for extension - needs to be abstract, final or empty. 200
 Error javadoc JavadocMethod Missing a Javadoc comment. 200
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 201
 Error design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 212
 Error design DesignForExtension Method 'setId' is not designed for extension - needs to be abstract, final or empty. 224
 Info misc FinalParameters Parameter value should be final. 224
 Error design DesignForExtension Method 'isSetId' is not designed for extension - needs to be abstract, final or empty. 228
 Error javadoc JavadocMethod Missing a Javadoc comment. 228
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 229
 Info sizes LineLength Line is longer than 80 characters (found 99). 236
 Info sizes LineLength Line is longer than 80 characters (found 86). 246
 Info sizes LineLength Line is longer than 80 characters (found 119). 248
 Info sizes LineLength Line is longer than 80 characters (found 100). 249
 Info sizes LineLength Line is longer than 80 characters (found 86). 258
 Info sizes LineLength Line is longer than 80 characters (found 98). 260
 Info sizes LineLength Line is longer than 80 characters (found 119). 261
 Info sizes LineLength Line is longer than 80 characters (found 124). 262
 Info sizes LineLength Line is longer than 80 characters (found 91). 268
 Info sizes LineLength Line is longer than 80 characters (found 92). 269
 Info sizes LineLength Line is longer than 80 characters (found 90). 270
 Info sizes LineLength Line is longer than 80 characters (found 97). 271
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 291
 Error javadoc JavadocVariable Missing a Javadoc comment. 293
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 293
 Error javadoc JavadocVariable Missing a Javadoc comment. 294
 Error design VisibilityModifier Variable 'karaf' must be private and have accessor methods. 294
 Error javadoc JavadocVariable Missing a Javadoc comment. 295
 Error design VisibilityModifier Variable 'android' must be private and have accessor methods. 295
 Error javadoc JavadocVariable Missing a Javadoc comment. 296
 Error design VisibilityModifier Variable 'tomcat' must be private and have accessor methods. 296
 Error javadoc JavadocVariable Missing a Javadoc comment. 297
 Error design VisibilityModifier Variable 'equinox' must be private and have accessor methods. 297
 Error javadoc JavadocVariable Missing a Javadoc comment. 298
 Error design VisibilityModifier Variable 'felix' must be private and have accessor methods. 298
 Error javadoc JavadocVariable Missing a Javadoc comment. 299
 Error design VisibilityModifier Variable 'osgiAndroid' must be private and have accessor methods. 300
 Error design DesignForExtension Method 'getKaraf' is not designed for extension - needs to be abstract, final or empty. 310
 Error design DesignForExtension Method 'setKaraf' is not designed for extension - needs to be abstract, final or empty. 322
 Info misc FinalParameters Parameter value should be final. 322
 Error design DesignForExtension Method 'isSetKaraf' is not designed for extension - needs to be abstract, final or empty. 326
 Error javadoc JavadocMethod Missing a Javadoc comment. 326
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 327
 Error design DesignForExtension Method 'getAndroid' is not designed for extension - needs to be abstract, final or empty. 338
 Error design DesignForExtension Method 'setAndroid' is not designed for extension - needs to be abstract, final or empty. 350
 Info misc FinalParameters Parameter value should be final. 350
 Error design DesignForExtension Method 'isSetAndroid' is not designed for extension - needs to be abstract, final or empty. 354
 Error javadoc JavadocMethod Missing a Javadoc comment. 354
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 355
 Error design DesignForExtension Method 'getTomcat' is not designed for extension - needs to be abstract, final or empty. 366
 Error design DesignForExtension Method 'setTomcat' is not designed for extension - needs to be abstract, final or empty. 378
 Info misc FinalParameters Parameter value should be final. 378
 Error design DesignForExtension Method 'isSetTomcat' is not designed for extension - needs to be abstract, final or empty. 382
 Error javadoc JavadocMethod Missing a Javadoc comment. 382
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 383
 Error design DesignForExtension Method 'getEquinox' is not designed for extension - needs to be abstract, final or empty. 394
 Error design DesignForExtension Method 'setEquinox' is not designed for extension - needs to be abstract, final or empty. 406
 Info misc FinalParameters Parameter value should be final. 406
 Error design DesignForExtension Method 'isSetEquinox' is not designed for extension - needs to be abstract, final or empty. 410
 Error javadoc JavadocMethod Missing a Javadoc comment. 410
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 411
 Error design DesignForExtension Method 'getFelix' is not designed for extension - needs to be abstract, final or empty. 422
 Error design DesignForExtension Method 'setFelix' is not designed for extension - needs to be abstract, final or empty. 434
 Info misc FinalParameters Parameter value should be final. 434
 Error design DesignForExtension Method 'isSetFelix' is not designed for extension - needs to be abstract, final or empty. 438
 Error javadoc JavadocMethod Missing a Javadoc comment. 438
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 439
 Error design DesignForExtension Method 'getOsgiAndroid' is not designed for extension - needs to be abstract, final or empty. 450
 Error design DesignForExtension Method 'setOsgiAndroid' is not designed for extension - needs to be abstract, final or empty. 462
 Info misc FinalParameters Parameter value should be final. 462
 Error design DesignForExtension Method 'isSetOsgiAndroid' is not designed for extension - needs to be abstract, final or empty. 466
 Error javadoc JavadocMethod Missing a Javadoc comment. 466
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 467
 Info sizes LineLength Line is longer than 80 characters (found 103). 474
 Info sizes LineLength Line is longer than 80 characters (found 92). 481
 Info sizes LineLength Line is longer than 80 characters (found 113). 482
 Info sizes LineLength Line is longer than 80 characters (found 118). 483
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 500
 Error javadoc JavadocVariable Missing a Javadoc comment. 502
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 502
 Error javadoc JavadocVariable Missing a Javadoc comment. 503
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 504
 Error javadoc JavadocVariable Missing a Javadoc comment. 505
 Error design VisibilityModifier Variable 'description' must be private and have accessor methods. 505
 Error javadoc JavadocVariable Missing a Javadoc comment. 506
 Error design VisibilityModifier Variable 'location' must be private and have accessor methods. 508
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 518
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 530
 Info misc FinalParameters Parameter value should be final. 530
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 534
 Error javadoc JavadocMethod Missing a Javadoc comment. 534
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 535
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 546
 Error design DesignForExtension Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 558
 Info misc FinalParameters Parameter value should be final. 558
 Error design DesignForExtension Method 'isSetDescription' is not designed for extension - needs to be abstract, final or empty. 562
 Error javadoc JavadocMethod Missing a Javadoc comment. 562
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 563
 Info sizes LineLength Line is longer than 80 characters (found 92). 573
 Error javadoc JavadocMethod Expected an @return tag. 588
 Error design DesignForExtension Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. 588
 Error design DesignForExtension Method 'isSetLocation' is not designed for extension - needs to be abstract, final or empty. 595
 Error javadoc JavadocMethod Missing a Javadoc comment. 595
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 596
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 596
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 596
 Error design DesignForExtension Method 'unsetLocation' is not designed for extension - needs to be abstract, final or empty. 599
 Error javadoc JavadocMethod Missing a Javadoc comment. 599
 Info sizes LineLength Line is longer than 80 characters (found 103). 609
 Info sizes LineLength Line is longer than 80 characters (found 113). 616
 Info sizes LineLength Line is longer than 80 characters (found 94). 617
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 633
 Error javadoc JavadocVariable Missing a Javadoc comment. 635
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 635
 Error javadoc JavadocVariable Missing a Javadoc comment. 636
 Error design VisibilityModifier Variable 'embedding' must be private and have accessor methods. 637
 Info sizes LineLength Line is longer than 80 characters (found 101). 638
 Error javadoc JavadocVariable Missing a Javadoc comment. 638
 Error design VisibilityModifier Variable 'features' must be private and have accessor methods. 639
 Error design DesignForExtension Method 'getEmbedding' is not designed for extension - needs to be abstract, final or empty. 649
 Error design DesignForExtension Method 'setEmbedding' is not designed for extension - needs to be abstract, final or empty. 661
 Info misc FinalParameters Parameter value should be final. 661
 Error design DesignForExtension Method 'isSetEmbedding' is not designed for extension - needs to be abstract, final or empty. 665
 Error javadoc JavadocMethod Missing a Javadoc comment. 665
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 666
 Error design DesignForExtension Method 'getFeatures' is not designed for extension - needs to be abstract, final or empty. 677
 Error design DesignForExtension Method 'setFeatures' is not designed for extension - needs to be abstract, final or empty. 689
 Info misc FinalParameters Parameter value should be final. 689
 Error design DesignForExtension Method 'isSetFeatures' is not designed for extension - needs to be abstract, final or empty. 693
 Error javadoc JavadocMethod Missing a Javadoc comment. 693
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 694

org/universAAL/middleware/deploymanager/uapp/model/EmbeddingType.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Info misc FinalParameters Parameter v should be final. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Info misc FinalParameters Parameter v should be final. 65

org/universAAL/middleware/deploymanager/uapp/model/ExecutionUnit.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 37
 Info sizes LineLength Line is longer than 80 characters (found 93). 44
 Info sizes LineLength Line is longer than 80 characters (found 92). 45
 Info sizes LineLength Line is longer than 80 characters (found 110). 46
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error design VisibilityModifier Variable 'deploymentUnit' must be private and have accessor methods. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error design VisibilityModifier Variable 'configFiles' must be private and have accessor methods. 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error design VisibilityModifier Variable 'spaceStartLevel' must be private and have accessor methods. 73
 Error design DesignForExtension Method 'getDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. 83
 Error design DesignForExtension Method 'setDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. 95
 Info misc FinalParameters Parameter value should be final. 95
 Error design DesignForExtension Method 'isSetDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. 99
 Error javadoc JavadocMethod Missing a Javadoc comment. 99
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 100
 Error design DesignForExtension Method 'getConfigFiles' is not designed for extension - needs to be abstract, final or empty. 111
 Error design DesignForExtension Method 'setConfigFiles' is not designed for extension - needs to be abstract, final or empty. 123
 Info misc FinalParameters Parameter value should be final. 123
 Error design DesignForExtension Method 'isSetConfigFiles' is not designed for extension - needs to be abstract, final or empty. 127
 Error javadoc JavadocMethod Missing a Javadoc comment. 127
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 128
 Error design DesignForExtension Method 'getSpaceStartLevel' is not designed for extension - needs to be abstract, final or empty. 139
 Error design DesignForExtension Method 'setSpaceStartLevel' is not designed for extension - needs to be abstract, final or empty. 151
 Info misc FinalParameters Parameter value should be final. 151
 Error design DesignForExtension Method 'isSetSpaceStartLevel' is not designed for extension - needs to be abstract, final or empty. 155
 Error javadoc JavadocMethod Missing a Javadoc comment. 155
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 156

org/universAAL/middleware/deploymanager/uapp/model/Feature.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 42
 Info sizes LineLength Line is longer than 80 characters (found 101). 49
 Info sizes LineLength Line is longer than 80 characters (found 99). 50
 Info sizes LineLength Line is longer than 80 characters (found 107). 51
 Info sizes LineLength Line is longer than 80 characters (found 104). 52
 Info sizes LineLength Line is longer than 80 characters (found 99). 53
 Info sizes LineLength Line is longer than 80 characters (found 118). 55
 Info sizes LineLength Line is longer than 80 characters (found 104). 56
 Info sizes LineLength Line is longer than 80 characters (found 92). 57
 Info sizes LineLength Line is longer than 80 characters (found 104). 58
 Info sizes LineLength Line is longer than 80 characters (found 101). 67
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error design VisibilityModifier Variable 'detailsOrConfigOrConfigfile' must be private and have accessor methods. 81
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 84
 Error design VisibilityModifier Variable 'version' must be private and have accessor methods. 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error design VisibilityModifier Variable 'description' must be private and have accessor methods. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error design VisibilityModifier Variable 'resolver' must be private and have accessor methods. 89
 Info sizes LineLength Line is longer than 80 characters (found 103). 98
 Error javadoc JavadocMethod Expected an @return tag. 117
 Error design DesignForExtension Method 'getDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. 117
 Error design DesignForExtension Method 'isSetDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. 124
 Error javadoc JavadocMethod Missing a Javadoc comment. 124
 Info sizes LineLength Line is longer than 80 characters (found 106). 125
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 125
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 125
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 125
 Error design DesignForExtension Method 'unsetDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. 128
 Error javadoc JavadocMethod Missing a Javadoc comment. 128
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 140
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 152
 Info misc FinalParameters Parameter value should be final. 152
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 156
 Error javadoc JavadocMethod Missing a Javadoc comment. 156
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 157
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 168
 Error design DesignForExtension Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 184
 Info misc FinalParameters Parameter value should be final. 184
 Error design DesignForExtension Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. 188
 Error javadoc JavadocMethod Missing a Javadoc comment. 188
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 189
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 200
 Error design DesignForExtension Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 212
 Info misc FinalParameters Parameter value should be final. 212
 Error design DesignForExtension Method 'isSetDescription' is not designed for extension - needs to be abstract, final or empty. 216
 Error javadoc JavadocMethod Missing a Javadoc comment. 216
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 217
 Error design DesignForExtension Method 'getResolver' is not designed for extension - needs to be abstract, final or empty. 228
 Error design DesignForExtension Method 'setResolver' is not designed for extension - needs to be abstract, final or empty. 240
 Info misc FinalParameters Parameter value should be final. 240
 Error design DesignForExtension Method 'isSetResolver' is not designed for extension - needs to be abstract, final or empty. 244
 Error javadoc JavadocMethod Missing a Javadoc comment. 244
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 245

org/universAAL/middleware/deploymanager/uapp/model/FeaturesRoot.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 81). 37
 Info sizes LineLength Line is longer than 80 characters (found 83). 38
 Info sizes LineLength Line is longer than 80 characters (found 95). 44
 Info sizes LineLength Line is longer than 80 characters (found 90). 51
 Info sizes LineLength Line is longer than 80 characters (found 101). 52
 Info sizes LineLength Line is longer than 80 characters (found 85). 54
 Info sizes LineLength Line is longer than 80 characters (found 106). 63
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error design VisibilityModifier Variable 'repositoryOrFeature' must be private and have accessor methods. 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 77
 Info sizes LineLength Line is longer than 80 characters (found 95). 86
 Error javadoc JavadocMethod Expected an @return tag. 102
 Error design DesignForExtension Method 'getRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. 102
 Error design DesignForExtension Method 'isSetRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. 109
 Error javadoc JavadocMethod Missing a Javadoc comment. 109
 Info sizes LineLength Line is longer than 80 characters (found 90). 110
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 110
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 110
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 110
 Error design DesignForExtension Method 'unsetRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. 113
 Error javadoc JavadocMethod Missing a Javadoc comment. 113
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 125
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 137
 Info misc FinalParameters Parameter value should be final. 137
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 141
 Error javadoc JavadocMethod Missing a Javadoc comment. 141
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 142

org/universAAL/middleware/deploymanager/uapp/model/LicenseCategoryType.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Info misc FinalParameters Parameter v should be final. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 62
 Info misc FinalParameters Parameter v should be final. 62

org/universAAL/middleware/deploymanager/uapp/model/LicenseType.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 37
 Info sizes LineLength Line is longer than 80 characters (found 110). 44
 Info sizes LineLength Line is longer than 80 characters (found 84). 45
 Info sizes LineLength Line is longer than 80 characters (found 84). 46
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error design VisibilityModifier Variable 'category' must be private and have accessor methods. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error design VisibilityModifier Variable 'link' must be private and have accessor methods. 72
 Error design DesignForExtension Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. 82
 Error design DesignForExtension Method 'setCategory' is not designed for extension - needs to be abstract, final or empty. 94
 Info misc FinalParameters Parameter value should be final. 94
 Error design DesignForExtension Method 'isSetCategory' is not designed for extension - needs to be abstract, final or empty. 98
 Error javadoc JavadocMethod Missing a Javadoc comment. 98
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 99
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 110
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 122
 Info misc FinalParameters Parameter value should be final. 122
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 126
 Error javadoc JavadocMethod Missing a Javadoc comment. 126
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 127
 Error design DesignForExtension Method 'getLink' is not designed for extension - needs to be abstract, final or empty. 138
 Error design DesignForExtension Method 'setLink' is not designed for extension - needs to be abstract, final or empty. 150
 Info misc FinalParameters Parameter value should be final. 150
 Error design DesignForExtension Method 'isSetLink' is not designed for extension - needs to be abstract, final or empty. 154
 Error javadoc JavadocMethod Missing a Javadoc comment. 154
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 155

org/universAAL/middleware/deploymanager/uapp/model/LogicalCriteriaType.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error javadoc JavadocMethod Missing a Javadoc comment. 78
 Info misc FinalParameters Parameter v should be final. 78
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Error javadoc JavadocMethod Missing a Javadoc comment. 86
 Info misc FinalParameters Parameter v should be final. 86

org/universAAL/middleware/deploymanager/uapp/model/LogicalRelationType.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Info misc FinalParameters Parameter v should be final. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Info misc FinalParameters Parameter v should be final. 65

org/universAAL/middleware/deploymanager/uapp/model/ObjectFactory.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 120). 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 47
 Warning naming ConstantName Name '_Features_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 47
 Info sizes LineLength Line is longer than 80 characters (found 126). 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 48
 Warning naming ConstantName Name '_OntologyTypeLocationUrl_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 48
 Info sizes LineLength Line is longer than 80 characters (found 138). 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 49
 Warning naming ConstantName Name '_OntologyTypeLocationRuntimeId_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
 Info sizes LineLength Line is longer than 80 characters (found 128). 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 50
 Warning naming ConstantName Name '_OntologyTypeLocationPath_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 50
 Error javadoc JavadocStyle First sentence should end with a period. 52
 Info sizes LineLength Line is longer than 80 characters (found 143). 53
 Error javadoc JavadocStyle First sentence should end with a period. 59
 Error javadoc JavadocMethod Expected an @return tag. 63
 Error design DesignForExtension Method 'createAalUapp' is not designed for extension - needs to be abstract, final or empty. 63
 Error javadoc JavadocStyle First sentence should end with a period. 67
 Error javadoc JavadocMethod Expected an @return tag. 71
 Error design DesignForExtension Method 'createDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. 71
 Error javadoc JavadocStyle First sentence should end with a period. 75
 Error javadoc JavadocMethod Expected an @return tag. 79
 Error design DesignForExtension Method 'createPart' is not designed for extension - needs to be abstract, final or empty. 79
 Error javadoc JavadocStyle First sentence should end with a period. 83
 Error javadoc JavadocMethod Expected an @return tag. 87
 Error design DesignForExtension Method 'createOntologyType' is not designed for extension - needs to be abstract, final or empty. 87
 Error javadoc JavadocStyle First sentence should end with a period. 91
 Error javadoc JavadocMethod Expected an @return tag. 95
 Error design DesignForExtension Method 'createContactType' is not designed for extension - needs to be abstract, final or empty. 95
 Error javadoc JavadocStyle First sentence should end with a period. 99
 Error javadoc JavadocMethod Expected an @return tag. 103
 Error design DesignForExtension Method 'createDeploymentUnitContainerUnit' is not designed for extension - needs to be abstract, final or empty. 103
 Error javadoc JavadocStyle First sentence should end with a period. 107
 Error javadoc JavadocMethod Expected an @return tag. 111
 Error design DesignForExtension Method 'createAalUappApplicationManagement' is not designed for extension - needs to be abstract, final or empty. 111
 Error javadoc JavadocStyle First sentence should end with a period. 115
 Error javadoc JavadocMethod Expected an @return tag. 119
 Error design DesignForExtension Method 'createAalUappApp' is not designed for extension - needs to be abstract, final or empty. 119
 Error javadoc JavadocStyle First sentence should end with a period. 123
 Error javadoc JavadocMethod Expected an @return tag. 127
 Error design DesignForExtension Method 'createAalUappAppMenuEntry' is not designed for extension - needs to be abstract, final or empty. 127
 Error javadoc JavadocStyle First sentence should end with a period. 131
 Error javadoc JavadocMethod Expected an @return tag. 135
 Error design DesignForExtension Method 'createAalUappAppLicenses' is not designed for extension - needs to be abstract, final or empty. 135
 Error javadoc JavadocStyle First sentence should end with a period. 139
 Error javadoc JavadocMethod Expected an @return tag. 143
 Info sizes LineLength Line is longer than 80 characters (found 83). 143
 Error design DesignForExtension Method 'createAalUappApplicationCapabilities' is not designed for extension - needs to be abstract, final or empty. 143
 Error javadoc JavadocStyle First sentence should end with a period. 147
 Error javadoc JavadocMethod Expected an @return tag. 151
 Info sizes LineLength Line is longer than 80 characters (found 83). 151
 Error design DesignForExtension Method 'createAalUappApplicationRequirements' is not designed for extension - needs to be abstract, final or empty. 151
 Error javadoc JavadocStyle First sentence should end with a period. 155
 Error javadoc JavadocMethod Expected an @return tag. 159
 Error design DesignForExtension Method 'createAalUappApplicationPart' is not designed for extension - needs to be abstract, final or empty. 159
 Error javadoc JavadocStyle First sentence should end with a period. 163
 Error javadoc JavadocMethod Expected an @return tag. 167
 Error design DesignForExtension Method 'createExecutionUnit' is not designed for extension - needs to be abstract, final or empty. 167
 Error javadoc JavadocStyle First sentence should end with a period. 171
 Error javadoc JavadocMethod Expected an @return tag. 175
 Error design DesignForExtension Method 'createBroker' is not designed for extension - needs to be abstract, final or empty. 175
 Error javadoc JavadocStyle First sentence should end with a period. 179
 Error javadoc JavadocMethod Expected an @return tag. 183
 Error design DesignForExtension Method 'createArtifactType' is not designed for extension - needs to be abstract, final or empty. 183
 Error javadoc JavadocStyle First sentence should end with a period. 187
 Error javadoc JavadocMethod Expected an @return tag. 191
 Error design DesignForExtension Method 'createPartPartCapabilities' is not designed for extension - needs to be abstract, final or empty. 191
 Error javadoc JavadocStyle First sentence should end with a period. 195
 Error javadoc JavadocMethod Expected an @return tag. 199
 Error design DesignForExtension Method 'createPartPartRequirements' is not designed for extension - needs to be abstract, final or empty. 199
 Error javadoc JavadocStyle First sentence should end with a period. 203
 Error javadoc JavadocMethod Expected an @return tag. 207
 Error design DesignForExtension Method 'createCapabilityType' is not designed for extension - needs to be abstract, final or empty. 207
 Error javadoc JavadocStyle First sentence should end with a period. 211
 Error javadoc JavadocMethod Expected an @return tag. 215
 Error design DesignForExtension Method 'createReqGroupType' is not designed for extension - needs to be abstract, final or empty. 215
 Error javadoc JavadocStyle First sentence should end with a period. 219
 Error javadoc JavadocMethod Expected an @return tag. 223
 Error design DesignForExtension Method 'createProfileType' is not designed for extension - needs to be abstract, final or empty. 223
 Error javadoc JavadocStyle First sentence should end with a period. 227
 Error javadoc JavadocMethod Expected an @return tag. 231
 Error design DesignForExtension Method 'createReqType' is not designed for extension - needs to be abstract, final or empty. 231
 Error javadoc JavadocStyle First sentence should end with a period. 235
 Error javadoc JavadocMethod Expected an @return tag. 239
 Error design DesignForExtension Method 'createReqAtomType' is not designed for extension - needs to be abstract, final or empty. 239
 Error javadoc JavadocStyle First sentence should end with a period. 243
 Error javadoc JavadocMethod Expected an @return tag. 247
 Error design DesignForExtension Method 'createVersionType' is not designed for extension - needs to be abstract, final or empty. 247
 Error javadoc JavadocStyle First sentence should end with a period. 251
 Error javadoc JavadocMethod Expected an @return tag. 255
 Error design DesignForExtension Method 'createToBeDefined' is not designed for extension - needs to be abstract, final or empty. 255
 Error javadoc JavadocStyle First sentence should end with a period. 259
 Error javadoc JavadocMethod Expected an @return tag. 263
 Error design DesignForExtension Method 'createLicenseType' is not designed for extension - needs to be abstract, final or empty. 263
 Error javadoc JavadocStyle First sentence should end with a period. 267
 Error javadoc JavadocMethod Expected an @return tag. 271
 Error design DesignForExtension Method 'createFeaturesRoot' is not designed for extension - needs to be abstract, final or empty. 271
 Error javadoc JavadocStyle First sentence should end with a period. 275
 Error javadoc JavadocMethod Expected an @return tag. 279
 Error design DesignForExtension Method 'createDependency' is not designed for extension - needs to be abstract, final or empty. 279
 Error javadoc JavadocStyle First sentence should end with a period. 283
 Error javadoc JavadocMethod Expected an @return tag. 287
 Error design DesignForExtension Method 'createConfigFile' is not designed for extension - needs to be abstract, final or empty. 287
 Error javadoc JavadocStyle First sentence should end with a period. 291
 Error javadoc JavadocMethod Expected an @return tag. 295
 Error design DesignForExtension Method 'createConfig' is not designed for extension - needs to be abstract, final or empty. 295
 Error javadoc JavadocStyle First sentence should end with a period. 299
 Error javadoc JavadocMethod Expected an @return tag. 303
 Error design DesignForExtension Method 'createBundle' is not designed for extension - needs to be abstract, final or empty. 303
 Error javadoc JavadocStyle First sentence should end with a period. 307
 Error javadoc JavadocMethod Expected an @return tag. 311
 Error design DesignForExtension Method 'createFeature' is not designed for extension - needs to be abstract, final or empty. 311
 Error javadoc JavadocStyle First sentence should end with a period. 315
 Error javadoc JavadocMethod Expected an @return tag. 319
 Error design DesignForExtension Method 'createOntologyTypeLocation' is not designed for extension - needs to be abstract, final or empty. 319
 Error javadoc JavadocStyle First sentence should end with a period. 323
 Error javadoc JavadocMethod Expected an @return tag. 327
 Error design DesignForExtension Method 'createContactTypeOtherChannel' is not designed for extension - needs to be abstract, final or empty. 327
 Error javadoc JavadocStyle First sentence should end with a period. 331
 Error javadoc JavadocMethod Expected an @return tag. 335
 Info sizes LineLength Line is longer than 80 characters (found 88). 335
 Error design DesignForExtension Method 'createDeploymentUnitContainerUnitKaraf' is not designed for extension - needs to be abstract, final or empty. 335
 Error javadoc JavadocStyle First sentence should end with a period. 339
 Error javadoc JavadocMethod Expected an @return tag. 343
 Info sizes LineLength Line is longer than 80 characters (found 92). 343
 Error design DesignForExtension Method 'createDeploymentUnitContainerUnitAndroid' is not designed for extension - needs to be abstract, final or empty. 343
 Error javadoc JavadocStyle First sentence should end with a period. 347
 Info sizes LineLength Line is longer than 80 characters (found 84). 348
 Error javadoc JavadocMethod Expected an @return tag. 351
 Info sizes LineLength Line is longer than 80 characters (found 112). 351
 Error design DesignForExtension Method 'createAalUappApplicationManagementRemoteManagement' is not designed for extension - needs to be abstract, final or empty. 351
 Error javadoc JavadocStyle First sentence should end with a period. 355
 Error javadoc JavadocMethod Expected an @return tag. 359
 Error design DesignForExtension Method 'createAalUappAppMenuEntryIcon' is not designed for extension - needs to be abstract, final or empty. 359
 Error javadoc JavadocStyle First sentence should end with a period. 363
 Error javadoc JavadocMethod Expected an @return tag. 367
 Error design DesignForExtension Method 'createAalUappAppLicensesSla' is not designed for extension - needs to be abstract, final or empty. 367
 Error javadoc JavadocStyle First sentence should end with a period. 371
 Info sizes LineLength Line is longer than 80 characters (found 89). 372
 Error javadoc JavadocMethod Expected an @return tag. 375
 Info sizes LineLength Line is longer than 80 characters (found 99). 375
 Error design DesignForExtension Method 'createFeatures' is not designed for extension - needs to be abstract, final or empty. 375
 Info misc FinalParameters Parameter value should be final. 376
 Error javadoc JavadocMethod Expected @param tag for 'value'. 376
 Info sizes LineLength Line is longer than 80 characters (found 95). 377
 Error javadoc JavadocStyle First sentence should end with a period. 380
 Info sizes LineLength Line is longer than 80 characters (found 83). 381
 Error javadoc JavadocMethod Expected an @return tag. 384
 Info sizes LineLength Line is longer than 80 characters (found 127). 384
 Error design DesignForExtension Method 'createOntologyTypeLocationUrl' is not designed for extension - needs to be abstract, final or empty. 384
 Info misc FinalParameters Parameter value should be final. 385
 Error javadoc JavadocMethod Expected @param tag for 'value'. 385
 Info sizes LineLength Line is longer than 80 characters (found 121). 386
 Error javadoc JavadocStyle First sentence should end with a period. 389
 Info sizes LineLength Line is longer than 80 characters (found 83). 390
 Error javadoc JavadocMethod Expected an @return tag. 393
 Info sizes LineLength Line is longer than 80 characters (found 133). 393
 Error design DesignForExtension Method 'createOntologyTypeLocationRuntimeId' is not designed for extension - needs to be abstract, final or empty. 393
 Info sizes LineLength Line is longer than 80 characters (found 82). 394
 Info misc FinalParameters Parameter value should be final. 394
 Error javadoc JavadocMethod Expected @param tag for 'value'. 394
 Info sizes LineLength Line is longer than 80 characters (found 127). 395
 Error javadoc JavadocStyle First sentence should end with a period. 398
 Info sizes LineLength Line is longer than 80 characters (found 83). 399
 Error javadoc JavadocMethod Expected an @return tag. 402
 Info sizes LineLength Line is longer than 80 characters (found 128). 402
 Error design DesignForExtension Method 'createOntologyTypeLocationPath' is not designed for extension - needs to be abstract, final or empty. 402
 Info misc FinalParameters Parameter value should be final. 403
 Error javadoc JavadocMethod Expected @param tag for 'value'. 403
 Info sizes LineLength Line is longer than 80 characters (found 122). 404

org/universAAL/middleware/deploymanager/uapp/model/OntologyType.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 40
 Info sizes LineLength Line is longer than 80 characters (found 84). 47
 Info sizes LineLength Line is longer than 80 characters (found 83). 48
 Info sizes LineLength Line is longer than 80 characters (found 82). 52
 Info sizes LineLength Line is longer than 80 characters (found 94). 54
 Info sizes LineLength Line is longer than 80 characters (found 99). 55
 Info sizes LineLength Line is longer than 80 characters (found 94). 56
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 81
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 82
 Error javadoc JavadocVariable Missing a Javadoc comment. 83
 Error design VisibilityModifier Variable 'uri' must be private and have accessor methods. 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error design VisibilityModifier Variable 'location' must be private and have accessor methods. 87
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 97
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 109
 Info misc FinalParameters Parameter value should be final. 109
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 113
 Error javadoc JavadocMethod Missing a Javadoc comment. 113
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 114
 Error design DesignForExtension Method 'getUri' is not designed for extension - needs to be abstract, final or empty. 125
 Error design DesignForExtension Method 'setUri' is not designed for extension - needs to be abstract, final or empty. 137
 Info misc FinalParameters Parameter value should be final. 137
 Error design DesignForExtension Method 'isSetUri' is not designed for extension - needs to be abstract, final or empty. 141
 Error javadoc JavadocMethod Missing a Javadoc comment. 141
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 142
 Error design DesignForExtension Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. 153
 Error design DesignForExtension Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. 165
 Info misc FinalParameters Parameter value should be final. 165
 Error design DesignForExtension Method 'isSetLocation' is not designed for extension - needs to be abstract, final or empty. 169
 Error javadoc JavadocMethod Missing a Javadoc comment. 169
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 170
 Info sizes LineLength Line is longer than 80 characters (found 99). 177
 Info sizes LineLength Line is longer than 80 characters (found 88). 184
 Info sizes LineLength Line is longer than 80 characters (found 93). 185
 Info sizes LineLength Line is longer than 80 characters (found 88). 186
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 201
 Error javadoc JavadocVariable Missing a Javadoc comment. 203
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 203
 Error javadoc JavadocVariable Missing a Javadoc comment. 204
 Info sizes LineLength Line is longer than 80 characters (found 130). 205
 Info sizes LineLength Line is longer than 80 characters (found 125). 206
 Info sizes LineLength Line is longer than 80 characters (found 123). 207
 Error design VisibilityModifier Variable 'pathOrRuntimeIdOrUrl' must be private and have accessor methods. 209
 Info sizes LineLength Line is longer than 80 characters (found 100). 218
 Error javadoc JavadocMethod Expected an @return tag. 235
 Error design DesignForExtension Method 'getPathOrRuntimeIdOrUrl' is not designed for extension - needs to be abstract, final or empty. 235
 Error design DesignForExtension Method 'isSetPathOrRuntimeIdOrUrl' is not designed for extension - needs to be abstract, final or empty. 242
 Error javadoc JavadocMethod Missing a Javadoc comment. 242
 Info sizes LineLength Line is longer than 80 characters (found 96). 243
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 243
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 243
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 243
 Error design DesignForExtension Method 'unsetPathOrRuntimeIdOrUrl' is not designed for extension - needs to be abstract, final or empty. 246
 Error javadoc JavadocMethod Missing a Javadoc comment. 246

org/universAAL/middleware/deploymanager/uapp/model/OsType.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Info misc FinalParameters Parameter v should be final. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Info misc FinalParameters Parameter v should be final. 65

org/universAAL/middleware/deploymanager/uapp/model/Part.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 42
 Info sizes LineLength Line is longer than 80 characters (found 88). 49
 Info sizes LineLength Line is longer than 80 characters (found 93). 50
 Info sizes LineLength Line is longer than 80 characters (found 82). 54
 Info sizes LineLength Line is longer than 80 characters (found 139). 56
 Info sizes LineLength Line is longer than 80 characters (found 82). 65
 Info sizes LineLength Line is longer than 80 characters (found 133). 67
 Info sizes LineLength Line is longer than 80 characters (found 110). 73
 Info sizes LineLength Line is longer than 80 characters (found 123). 74
 Info sizes LineLength Line is longer than 80 characters (found 83). 76
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 96
 Error javadoc JavadocVariable Missing a Javadoc comment. 98
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 98
 Error javadoc JavadocVariable Missing a Javadoc comment. 99
 Error design VisibilityModifier Variable 'bundleId' must be private and have accessor methods. 100
 Error javadoc JavadocVariable Missing a Javadoc comment. 101
 Error design VisibilityModifier Variable 'bundleVersion' must be private and have accessor methods. 102
 Error javadoc JavadocVariable Missing a Javadoc comment. 103
 Error design VisibilityModifier Variable 'partCapabilities' must be private and have accessor methods. 103
 Error javadoc JavadocVariable Missing a Javadoc comment. 104
 Error design VisibilityModifier Variable 'partRequirements' must be private and have accessor methods. 104
 Error javadoc JavadocVariable Missing a Javadoc comment. 105
 Error design VisibilityModifier Variable 'deploymentUnit' must be private and have accessor methods. 106
 Error javadoc JavadocVariable Missing a Javadoc comment. 107
 Error design VisibilityModifier Variable 'executionUnit' must be private and have accessor methods. 107
 Error javadoc JavadocVariable Missing a Javadoc comment. 108
 Error design VisibilityModifier Variable 'partId' must be private and have accessor methods. 112
 Error design DesignForExtension Method 'getBundleId' is not designed for extension - needs to be abstract, final or empty. 122
 Error design DesignForExtension Method 'setBundleId' is not designed for extension - needs to be abstract, final or empty. 134
 Info misc FinalParameters Parameter value should be final. 134
 Error design DesignForExtension Method 'isSetBundleId' is not designed for extension - needs to be abstract, final or empty. 138
 Error javadoc JavadocMethod Missing a Javadoc comment. 138
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 139
 Error design DesignForExtension Method 'getBundleVersion' is not designed for extension - needs to be abstract, final or empty. 150
 Error design DesignForExtension Method 'setBundleVersion' is not designed for extension - needs to be abstract, final or empty. 162
 Info misc FinalParameters Parameter value should be final. 162
 Error design DesignForExtension Method 'isSetBundleVersion' is not designed for extension - needs to be abstract, final or empty. 166
 Error javadoc JavadocMethod Missing a Javadoc comment. 166
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 167
 Error design DesignForExtension Method 'getPartCapabilities' is not designed for extension - needs to be abstract, final or empty. 178
 Error design DesignForExtension Method 'setPartCapabilities' is not designed for extension - needs to be abstract, final or empty. 190
 Info misc FinalParameters Parameter value should be final. 190
 Error design DesignForExtension Method 'isSetPartCapabilities' is not designed for extension - needs to be abstract, final or empty. 194
 Error javadoc JavadocMethod Missing a Javadoc comment. 194
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 195
 Error design DesignForExtension Method 'getPartRequirements' is not designed for extension - needs to be abstract, final or empty. 206
 Error design DesignForExtension Method 'setPartRequirements' is not designed for extension - needs to be abstract, final or empty. 218
 Info misc FinalParameters Parameter value should be final. 218
 Error design DesignForExtension Method 'isSetPartRequirements' is not designed for extension - needs to be abstract, final or empty. 222
 Error javadoc JavadocMethod Missing a Javadoc comment. 222
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 223
 Info sizes LineLength Line is longer than 80 characters (found 90). 233
 Error javadoc JavadocMethod Expected an @return tag. 248
 Error design DesignForExtension Method 'getDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. 248
 Error design DesignForExtension Method 'isSetDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. 255
 Error javadoc JavadocMethod Missing a Javadoc comment. 255
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 256
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 256
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 256
 Error design DesignForExtension Method 'unsetDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. 259
 Error javadoc JavadocMethod Missing a Javadoc comment. 259
 Info sizes LineLength Line is longer than 80 characters (found 89). 270
 Error javadoc JavadocMethod Expected an @return tag. 285
 Error design DesignForExtension Method 'getExecutionUnit' is not designed for extension - needs to be abstract, final or empty. 285
 Error design DesignForExtension Method 'isSetExecutionUnit' is not designed for extension - needs to be abstract, final or empty. 292
 Error javadoc JavadocMethod Missing a Javadoc comment. 292
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 293
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 293
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 293
 Error design DesignForExtension Method 'unsetExecutionUnit' is not designed for extension - needs to be abstract, final or empty. 296
 Error javadoc JavadocMethod Missing a Javadoc comment. 296
 Error design DesignForExtension Method 'getPartId' is not designed for extension - needs to be abstract, final or empty. 308
 Error design DesignForExtension Method 'setPartId' is not designed for extension - needs to be abstract, final or empty. 320
 Info misc FinalParameters Parameter value should be final. 320
 Error design DesignForExtension Method 'isSetPartId' is not designed for extension - needs to be abstract, final or empty. 324
 Error javadoc JavadocMethod Missing a Javadoc comment. 324
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 325
 Info sizes LineLength Line is longer than 80 characters (found 99). 332
 Info sizes LineLength Line is longer than 80 characters (found 133). 339
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 354
 Error javadoc JavadocVariable Missing a Javadoc comment. 356
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 356
 Error javadoc JavadocVariable Missing a Javadoc comment. 357
 Error design VisibilityModifier Variable 'capability' must be private and have accessor methods. 358
 Info sizes LineLength Line is longer than 80 characters (found 90). 367
 Error javadoc JavadocMethod Expected an @return tag. 382
 Error design DesignForExtension Method 'getCapability' is not designed for extension - needs to be abstract, final or empty. 382
 Error design DesignForExtension Method 'isSetCapability' is not designed for extension - needs to be abstract, final or empty. 389
 Error javadoc JavadocMethod Missing a Javadoc comment. 389
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 390
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 390
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 390
 Error design DesignForExtension Method 'unsetCapability' is not designed for extension - needs to be abstract, final or empty. 393
 Error javadoc JavadocMethod Missing a Javadoc comment. 393
 Info sizes LineLength Line is longer than 80 characters (found 99). 403
 Info sizes LineLength Line is longer than 80 characters (found 127). 410
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 425
 Error javadoc JavadocVariable Missing a Javadoc comment. 427
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 427
 Error javadoc JavadocVariable Missing a Javadoc comment. 428
 Error design VisibilityModifier Variable 'requirement' must be private and have accessor methods. 429
 Info sizes LineLength Line is longer than 80 characters (found 91). 438
 Error javadoc JavadocMethod Expected an @return tag. 453
 Error design DesignForExtension Method 'getRequirement' is not designed for extension - needs to be abstract, final or empty. 453
 Error design DesignForExtension Method 'isSetRequirement' is not designed for extension - needs to be abstract, final or empty. 460
 Error javadoc JavadocMethod Missing a Javadoc comment. 460
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 461
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 461
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 461
 Error design DesignForExtension Method 'unsetRequirement' is not designed for extension - needs to be abstract, final or empty. 464
 Error javadoc JavadocMethod Missing a Javadoc comment. 464

org/universAAL/middleware/deploymanager/uapp/model/PlatformType.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Info misc FinalParameters Parameter v should be final. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Info misc FinalParameters Parameter v should be final. 71

org/universAAL/middleware/deploymanager/uapp/model/ProfileType.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 34
 Info sizes LineLength Line is longer than 80 characters (found 101). 41
 Info sizes LineLength Line is longer than 80 characters (found 101). 42
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error design VisibilityModifier Variable 'profileId' must be private and have accessor methods. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error design VisibilityModifier Variable 'version' must be private and have accessor methods. 64
 Error design DesignForExtension Method 'getProfileId' is not designed for extension - needs to be abstract, final or empty. 74
 Error design DesignForExtension Method 'setProfileId' is not designed for extension - needs to be abstract, final or empty. 86
 Info misc FinalParameters Parameter value should be final. 86
 Error design DesignForExtension Method 'isSetProfileId' is not designed for extension - needs to be abstract, final or empty. 90
 Error javadoc JavadocMethod Missing a Javadoc comment. 90
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 91
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 102
 Error design DesignForExtension Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 114
 Info misc FinalParameters Parameter value should be final. 114
 Error design DesignForExtension Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 119

org/universAAL/middleware/deploymanager/uapp/model/ReqAtomType.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 36
 Info sizes LineLength Line is longer than 80 characters (found 91). 43
 Info sizes LineLength Line is longer than 80 characters (found 92). 44
 Info sizes LineLength Line is longer than 80 characters (found 127). 45
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error design VisibilityModifier Variable 'reqAtomName' must be private and have accessor methods. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error design VisibilityModifier Variable 'reqAtomValue' must be private and have accessor methods. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error design VisibilityModifier Variable 'reqCriteria' must be private and have accessor methods. 70
 Error design DesignForExtension Method 'getReqAtomName' is not designed for extension - needs to be abstract, final or empty. 80
 Error design DesignForExtension Method 'setReqAtomName' is not designed for extension - needs to be abstract, final or empty. 92
 Info misc FinalParameters Parameter value should be final. 92
 Error design DesignForExtension Method 'isSetReqAtomName' is not designed for extension - needs to be abstract, final or empty. 96
 Error javadoc JavadocMethod Missing a Javadoc comment. 96
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 97
 Error design DesignForExtension Method 'getReqAtomValue' is not designed for extension - needs to be abstract, final or empty. 108
 Error design DesignForExtension Method 'setReqAtomValue' is not designed for extension - needs to be abstract, final or empty. 120
 Info misc FinalParameters Parameter value should be final. 120
 Error design DesignForExtension Method 'isSetReqAtomValue' is not designed for extension - needs to be abstract, final or empty. 124
 Error javadoc JavadocMethod Missing a Javadoc comment. 124
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 125
 Error design DesignForExtension Method 'getReqCriteria' is not designed for extension - needs to be abstract, final or empty. 136
 Error design DesignForExtension Method 'setReqCriteria' is not designed for extension - needs to be abstract, final or empty. 148
 Info misc FinalParameters Parameter value should be final. 148
 Error design DesignForExtension Method 'isSetReqCriteria' is not designed for extension - needs to be abstract, final or empty. 152
 Error javadoc JavadocMethod Missing a Javadoc comment. 152
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 153

org/universAAL/middleware/deploymanager/uapp/model/ReqCriticalityType.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Info misc FinalParameters Parameter v should be final. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Info misc FinalParameters Parameter v should be final. 65

org/universAAL/middleware/deploymanager/uapp/model/ReqGroupType.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 38
 Info sizes LineLength Line is longer than 80 characters (found 117). 45
 Info sizes LineLength Line is longer than 80 characters (found 137). 46
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error design VisibilityModifier Variable 'logicalRelation' must be private and have accessor methods. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error design VisibilityModifier Variable 'requirement' must be private and have accessor methods. 68
 Error design DesignForExtension Method 'getLogicalRelation' is not designed for extension - needs to be abstract, final or empty. 78
 Error design DesignForExtension Method 'setLogicalRelation' is not designed for extension - needs to be abstract, final or empty. 90
 Info misc FinalParameters Parameter value should be final. 90
 Error design DesignForExtension Method 'isSetLogicalRelation' is not designed for extension - needs to be abstract, final or empty. 94
 Error javadoc JavadocMethod Missing a Javadoc comment. 94
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 95
 Info sizes LineLength Line is longer than 80 characters (found 87). 105
 Error javadoc JavadocMethod Expected an @return tag. 120
 Error design DesignForExtension Method 'getRequirement' is not designed for extension - needs to be abstract, final or empty. 120
 Error design DesignForExtension Method 'isSetRequirement' is not designed for extension - needs to be abstract, final or empty. 127
 Error javadoc JavadocMethod Missing a Javadoc comment. 127
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 128
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 128
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 128
 Error design DesignForExtension Method 'unsetRequirement' is not designed for extension - needs to be abstract, final or empty. 131
 Error javadoc JavadocMethod Missing a Javadoc comment. 131

org/universAAL/middleware/deploymanager/uapp/model/ReqType.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 35
 Info sizes LineLength Line is longer than 80 characters (found 103). 43
 Info sizes LineLength Line is longer than 80 characters (found 105). 44
 Info sizes LineLength Line is longer than 80 characters (found 103). 46
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error design VisibilityModifier Variable 'reqAtom' must be private and have accessor methods. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error design VisibilityModifier Variable 'reqGroup' must be private and have accessor methods. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error design VisibilityModifier Variable 'optional' must be private and have accessor methods. 68
 Error design DesignForExtension Method 'getReqAtom' is not designed for extension - needs to be abstract, final or empty. 78
 Error design DesignForExtension Method 'setReqAtom' is not designed for extension - needs to be abstract, final or empty. 90
 Info misc FinalParameters Parameter value should be final. 90
 Error design DesignForExtension Method 'isSetReqAtom' is not designed for extension - needs to be abstract, final or empty. 94
 Error javadoc JavadocMethod Missing a Javadoc comment. 94
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 95
 Error design DesignForExtension Method 'getReqGroup' is not designed for extension - needs to be abstract, final or empty. 106
 Error design DesignForExtension Method 'setReqGroup' is not designed for extension - needs to be abstract, final or empty. 118
 Info misc FinalParameters Parameter value should be final. 118
 Error design DesignForExtension Method 'isSetReqGroup' is not designed for extension - needs to be abstract, final or empty. 122
 Error javadoc JavadocMethod Missing a Javadoc comment. 122
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 123
 Error design DesignForExtension Method 'isOptional' is not designed for extension - needs to be abstract, final or empty. 134
 Error design DesignForExtension Method 'setOptional' is not designed for extension - needs to be abstract, final or empty. 146
 Info misc FinalParameters Parameter value should be final. 146
 Error design DesignForExtension Method 'isSetOptional' is not designed for extension - needs to be abstract, final or empty. 150
 Error javadoc JavadocMethod Missing a Javadoc comment. 150
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 151

org/universAAL/middleware/deploymanager/uapp/model/SpaceType.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 60
 Info misc FinalParameters Parameter v should be final. 60
 Error javadoc JavadocMethod Missing a Javadoc comment. 64
 Error javadoc JavadocMethod Missing a Javadoc comment. 68
 Info misc FinalParameters Parameter v should be final. 68

org/universAAL/middleware/deploymanager/uapp/model/ToBeDefined.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 43
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error design VisibilityModifier Variable 'any' must be private and have accessor methods. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error javadoc JavadocMethod Expected an @return tag. 93
 Error design DesignForExtension Method 'getAny' is not designed for extension - needs to be abstract, final or empty. 93
 Error design DesignForExtension Method 'isSetAny' is not designed for extension - needs to be abstract, final or empty. 100
 Error javadoc JavadocMethod Missing a Javadoc comment. 100
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 101
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 101
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 101
 Error design DesignForExtension Method 'unsetAny' is not designed for extension - needs to be abstract, final or empty. 104
 Error javadoc JavadocMethod Missing a Javadoc comment. 104
 Info sizes LineLength Line is longer than 80 characters (found 97). 109
 Error design DesignForExtension Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. 122

org/universAAL/middleware/deploymanager/uapp/model/VersionType.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 95). 34
 Info sizes LineLength Line is longer than 80 characters (found 82). 41
 Info sizes LineLength Line is longer than 80 characters (found 82). 42
 Info sizes LineLength Line is longer than 80 characters (found 82). 43
 Info sizes LineLength Line is longer than 80 characters (found 99). 44
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error design VisibilityModifier Variable 'major' must be private and have accessor methods. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error design VisibilityModifier Variable 'minor' must be private and have accessor methods. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error design VisibilityModifier Variable 'micro' must be private and have accessor methods. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error design VisibilityModifier Variable 'build' must be private and have accessor methods. 71
 Error javadoc JavadocMethod Expected an @return tag. 77
 Error design DesignForExtension Method 'getMajor' is not designed for extension - needs to be abstract, final or empty. 77
 Error design DesignForExtension Method 'setMajor' is not designed for extension - needs to be abstract, final or empty. 85
 Info misc FinalParameters Parameter value should be final. 85
 Error javadoc JavadocMethod Expected @param tag for 'value'. 85
 Error design DesignForExtension Method 'isSetMajor' is not designed for extension - needs to be abstract, final or empty. 89
 Error javadoc JavadocMethod Missing a Javadoc comment. 89
 Error javadoc JavadocMethod Expected an @return tag. 97
 Error design DesignForExtension Method 'getMinor' is not designed for extension - needs to be abstract, final or empty. 97
 Error design DesignForExtension Method 'setMinor' is not designed for extension - needs to be abstract, final or empty. 105
 Info misc FinalParameters Parameter value should be final. 105
 Error javadoc JavadocMethod Expected @param tag for 'value'. 105
 Error design DesignForExtension Method 'isSetMinor' is not designed for extension - needs to be abstract, final or empty. 109
 Error javadoc JavadocMethod Missing a Javadoc comment. 109
 Error javadoc JavadocMethod Expected an @return tag. 117
 Error design DesignForExtension Method 'getMicro' is not designed for extension - needs to be abstract, final or empty. 117
 Error design DesignForExtension Method 'setMicro' is not designed for extension - needs to be abstract, final or empty. 125
 Info misc FinalParameters Parameter value should be final. 125
 Error javadoc JavadocMethod Expected @param tag for 'value'. 125
 Error design DesignForExtension Method 'isSetMicro' is not designed for extension - needs to be abstract, final or empty. 129
 Error javadoc JavadocMethod Missing a Javadoc comment. 129
 Error design DesignForExtension Method 'getBuild' is not designed for extension - needs to be abstract, final or empty. 141
 Error design DesignForExtension Method 'setBuild' is not designed for extension - needs to be abstract, final or empty. 153
 Info misc FinalParameters Parameter value should be final. 153
 Error design DesignForExtension Method 'isSetBuild' is not designed for extension - needs to be abstract, final or empty. 157
 Error javadoc JavadocMethod Missing a Javadoc comment. 157
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 158

org/universAAL/middleware/deploymanager/uapp/model/package-info.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 161). 21
 Error javadoc JavadocStyle Missing a Javadoc comment. 22

org/universAAL/middleware/felix/shell/commands/AALSpaceCommand.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning naming MemberName Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Info misc FinalParameters Parameter context should be final. 36
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 37
 Error design DesignForExtension Method 'execute' is not designed for extension - needs to be abstract, final or empty. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 40
 Info misc FinalParameters Parameter arg0 should be final. 40
 Info misc FinalParameters Parameter out should be final. 40
 Info misc FinalParameters Parameter err should be final. 40
 Warning blocks NeedBraces 'if' construct must use '{}'s. 55
 Warning blocks NeedBraces 'else' construct must use '{}'s. 59
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Error design DesignForExtension Method 'getShortDescription' is not designed for extension - needs to be abstract, final or empty. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Error design DesignForExtension Method 'getUsage' is not designed for extension - needs to be abstract, final or empty. 75
 Error javadoc JavadocMethod Missing a Javadoc comment. 75

org/universAAL/middleware/felix/shell/commands/Activator.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 27
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 29
 Error javadoc JavadocMethod Missing a Javadoc comment. 29
 Info misc FinalParameters Parameter context should be final. 29
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 31
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Info misc FinalParameters Parameter arg0 should be final. 36

org/universAAL/middleware/interfaces/ChannelDescriptor.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error design DesignForExtension Method 'getChannelName' is not designed for extension - needs to be abstract, final or empty. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 39
 Error design DesignForExtension Method 'setChannelName' is not designed for extension - needs to be abstract, final or empty. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Info misc FinalParameters Parameter channelName should be final. 42
 Warning coding HiddenField 'channelName' hides a field. 42
 Error design DesignForExtension Method 'getChannelDescriptorFileURL' is not designed for extension - needs to be abstract, final or empty. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Error design DesignForExtension Method 'setChannelDescriptorFileURL' is not designed for extension - needs to be abstract, final or empty. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 50
 Info misc FinalParameters Parameter channelDescriptorFileURL should be final. 50
 Warning coding HiddenField 'channelDescriptorFileURL' hides a field. 50
 Error design DesignForExtension Method 'getChannelValue' is not designed for extension - needs to be abstract, final or empty. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Error design DesignForExtension Method 'setChannelValue' is not designed for extension - needs to be abstract, final or empty. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Info misc FinalParameters Parameter channelValue should be final. 58
 Warning coding HiddenField 'channelValue' hides a field. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 64
 Info misc FinalParameters Parameter name should be final. 64
 Info misc FinalParameters Parameter descriptor should be final. 64
 Info misc FinalParameters Parameter value should be final. 64
 Error javadoc JavadocMethod Missing a Javadoc comment. 70

org/universAAL/middleware/interfaces/PeerCard.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning naming MemberName Name 'URI_PREFIX' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
 Error design VisibilityModifier Variable 'URI_PREFIX' must be private and have accessor methods. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocStyle First sentence should end with a period. 50
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Info misc FinalParameters Parameter role should be final. 55
 Warning coding HiddenField 'role' hides a field. 55
 Error javadoc JavadocMethod Expected @param tag for 'role'. 55
 Info misc FinalParameters Parameter containerUnit should be final. 55
 Error javadoc JavadocMethod Expected @param tag for 'containerUnit'. 55
 Info misc FinalParameters Parameter platformUnit should be final. 55
 Error javadoc JavadocMethod Expected @param tag for 'platformUnit'. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Info misc FinalParameters Parameter ID should be final. 65
 Warning naming ParameterName Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65
 Info misc FinalParameters Parameter role should be final. 65
 Warning coding HiddenField 'role' hides a field. 65
 Info regexp RegexpSingleline Line has trailing spaces. 71
 Info misc FinalParameters Parameter strSerialization should be final. 75
 Error javadoc JavadocMethod Expected @param tag for 'strSerialization'. 75
 Warning blocks NeedBraces 'if' construct must use '{}'s. 77
 Warning coding MagicNumber '10' is a magic number. 77
 Info sizes LineLength Line is longer than 80 characters (found 84). 79
 Warning coding MagicNumber '9' is a magic number. 81
 Warning coding MagicNumber '14' is a magic number. 82
 Error javadoc JavadocStyle First sentence should end with a period. 85
 Info regexp RegexpSingleline Line has trailing spaces. 87
 Error design DesignForExtension Method 'getPeerID' is not designed for extension - needs to be abstract, final or empty. 90
 Error design DesignForExtension Method 'getRole' is not designed for extension - needs to be abstract, final or empty. 94
 Error javadoc JavadocMethod Missing a Javadoc comment. 94
 Error design DesignForExtension Method 'setRole' is not designed for extension - needs to be abstract, final or empty. 98
 Error javadoc JavadocMethod Missing a Javadoc comment. 98
 Info misc FinalParameters Parameter role should be final. 98
 Warning coding HiddenField 'role' hides a field. 98
 Warning blocks NeedBraces 'if' construct must use '{}'s. 99
 Info regexp RegexpSingleline Line has trailing spaces. 105
 Error design DesignForExtension Method 'isCoordinator' is not designed for extension - needs to be abstract, final or empty. 108
 Warning blocks NeedBraces 'if' construct must use '{}'s. 109
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 114
 Error javadoc JavadocMethod Missing a Javadoc comment. 114
 Error design DesignForExtension Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 122
 Error javadoc JavadocMethod Missing a Javadoc comment. 122
 Info misc FinalParameters Parameter o should be final. 122
 Error design DesignForExtension Method 'getPLATFORM_UNIT' is not designed for extension - needs to be abstract, final or empty. 130
 Error javadoc JavadocMethod Missing a Javadoc comment. 130
 Warning naming MethodName Name 'getPLATFORM_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 130
 Error design DesignForExtension Method 'setPLATFORM_UNIT' is not designed for extension - needs to be abstract, final or empty. 134
 Error javadoc JavadocMethod Missing a Javadoc comment. 134
 Warning naming MethodName Name 'setPLATFORM_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 134
 Info misc FinalParameters Parameter pLATFORM_UNIT should be final. 134
 Warning naming ParameterName Name 'pLATFORM_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 134
 Error design DesignForExtension Method 'getCONTAINER_UNIT' is not designed for extension - needs to be abstract, final or empty. 138
 Error javadoc JavadocMethod Missing a Javadoc comment. 138
 Warning naming MethodName Name 'getCONTAINER_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 138
 Error design DesignForExtension Method 'setCONTAINER_UNIT' is not designed for extension - needs to be abstract, final or empty. 142
 Error javadoc JavadocMethod Missing a Javadoc comment. 142
 Warning naming MethodName Name 'setCONTAINER_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 142
 Info misc FinalParameters Parameter cONTAINER_UNIT should be final. 142
 Warning naming ParameterName Name 'cONTAINER_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 142
 Error design DesignForExtension Method 'getOS' is not designed for extension - needs to be abstract, final or empty. 146
 Error javadoc JavadocMethod Missing a Javadoc comment. 146
 Error design DesignForExtension Method 'setOS' is not designed for extension - needs to be abstract, final or empty. 150
 Error javadoc JavadocMethod Missing a Javadoc comment. 150
 Info misc FinalParameters Parameter oS should be final. 150
 Info regexp RegexpSingleline Line has trailing spaces. 155
 Error design DesignForExtension Method 'toURI' is not designed for extension - needs to be abstract, final or empty. 160
 Info sizes LineLength Line is longer than 80 characters (found 90). 169

org/universAAL/middleware/interfaces/PeerRole.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 24
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 31

org/universAAL/middleware/interfaces/aalspace/AALSpaceCard.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Info misc TodoComment Comment matches to-do format 'TODO:'. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error design DesignForExtension Method 'getPeerCoordinatorID' is not designed for extension - needs to be abstract, final or empty. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 48
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 49
 Error design DesignForExtension Method 'setPeerCoordinatorID' is not designed for extension - needs to be abstract, final or empty. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Info misc FinalParameters Parameter peerCoordinatorID should be final. 52
 Warning coding HiddenField 'peerCoordinatorID' hides a field. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error design DesignForExtension Method 'getAalSpaceLifeTime' is not designed for extension - needs to be abstract, final or empty. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Error design DesignForExtension Method 'setAalSpaceLifeTime' is not designed for extension - needs to be abstract, final or empty. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 62
 Info misc FinalParameters Parameter aalSpaceLifeTime should be final. 62
 Warning coding HiddenField 'aalSpaceLifeTime' hides a field. 62
 Error design DesignForExtension Method 'getRetry' is not designed for extension - needs to be abstract, final or empty. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Error design DesignForExtension Method 'setRetry' is not designed for extension - needs to be abstract, final or empty. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Info misc FinalParameters Parameter retry should be final. 70
 Warning coding HiddenField 'retry' hides a field. 70
 Error design DesignForExtension Method 'getPeeringChannelName' is not designed for extension - needs to be abstract, final or empty. 74
 Error javadoc JavadocMethod Missing a Javadoc comment. 74
 Error design DesignForExtension Method 'setPeeringChannelName' is not designed for extension - needs to be abstract, final or empty. 78
 Error javadoc JavadocMethod Missing a Javadoc comment. 78
 Info misc FinalParameters Parameter peeringChannelName should be final. 78
 Warning coding HiddenField 'peeringChannelName' hides a field. 78
 Error design DesignForExtension Method 'getPeeringChannel' is not designed for extension - needs to be abstract, final or empty. 82
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Error design DesignForExtension Method 'setPeeringChannel' is not designed for extension - needs to be abstract, final or empty. 86
 Error javadoc JavadocMethod Missing a Javadoc comment. 86
 Info misc FinalParameters Parameter peeringChannel should be final. 86
 Warning coding HiddenField 'peeringChannel' hides a field. 86
 Error javadoc JavadocStyle First sentence should end with a period. 90
 Info regexp RegexpSingleline Line has trailing spaces. 92
 Info misc FinalParameters Parameter prop should be final. 95
 Error javadoc JavadocMethod Expected @param tag for 'prop'. 95
 Error javadoc JavadocMethod Missing a Javadoc comment. 105
 Error design DesignForExtension Method 'getProfile' is not designed for extension - needs to be abstract, final or empty. 108
 Error javadoc JavadocMethod Missing a Javadoc comment. 108
 Error design DesignForExtension Method 'setProfile' is not designed for extension - needs to be abstract, final or empty. 112
 Error javadoc JavadocMethod Missing a Javadoc comment. 112
 Info misc FinalParameters Parameter profile should be final. 112
 Warning coding HiddenField 'profile' hides a field. 112
 Error javadoc JavadocStyle First sentence should end with a period. 116
 Info regexp RegexpSingleline Line has trailing spaces. 118
 Error javadoc JavadocMethod Expected an @return tag. 121
 Error design DesignForExtension Method 'getCoordinatorID' is not designed for extension - needs to be abstract, final or empty. 121
 Error design DesignForExtension Method 'setCoordinatorID' is not designed for extension - needs to be abstract, final or empty. 125
 Error javadoc JavadocMethod Missing a Javadoc comment. 125
 Info misc FinalParameters Parameter coordinatorID should be final. 125
 Error design DesignForExtension Method 'getSpaceName' is not designed for extension - needs to be abstract, final or empty. 129
 Error javadoc JavadocMethod Missing a Javadoc comment. 129
 Error design DesignForExtension Method 'setSpaceName' is not designed for extension - needs to be abstract, final or empty. 133
 Error javadoc JavadocMethod Missing a Javadoc comment. 133
 Info misc FinalParameters Parameter spaceName should be final. 133
 Warning coding HiddenField 'spaceName' hides a field. 133
 Error design DesignForExtension Method 'getSpaceID' is not designed for extension - needs to be abstract, final or empty. 137
 Error javadoc JavadocMethod Missing a Javadoc comment. 137
 Error design DesignForExtension Method 'setSpaceID' is not designed for extension - needs to be abstract, final or empty. 141
 Error javadoc JavadocMethod Missing a Javadoc comment. 141
 Info misc FinalParameters Parameter spaceID should be final. 141
 Warning coding HiddenField 'spaceID' hides a field. 141
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 145
 Error javadoc JavadocMethod Missing a Javadoc comment. 145
 Error design DesignForExtension Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 149
 Error javadoc JavadocMethod Missing a Javadoc comment. 149
 Info misc FinalParameters Parameter description should be final. 149
 Warning coding HiddenField 'description' hides a field. 149
 Error javadoc JavadocStyle First sentence should end with a period. 153
 Info regexp RegexpSingleline Line has trailing spaces. 155
 Error javadoc JavadocMethod Expected an @return tag. 158
 Error design DesignForExtension Method 'serializeCard' is not designed for extension - needs to be abstract, final or empty. 158
 Info regexp RegexpSingleline Line has trailing spaces. 171
 Error javadoc JavadocStyle First sentence should end with a period. 186
 Error javadoc JavadocMethod Expected an @return tag. 189
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 189
 Error javadoc JavadocStyle First sentence should end with a period. 196
 Error javadoc JavadocMethod Expected an @return tag. 200
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 200
 Info misc FinalParameters Parameter o should be final. 200
 Error javadoc JavadocMethod Expected @param tag for 'o'. 200
 Warning blocks NeedBraces 'if' construct must use '{}'s. 203
 Warning coding SimplifyBooleanReturn Conditional logic can be removed. 203
 Warning blocks NeedBraces 'else' construct must use '{}'s. 207
 Warning blocks NeedBraces 'else' construct must use '{}'s. 209
 Error design DesignForExtension Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 214
 Error javadoc JavadocMethod Missing a Javadoc comment. 214

org/universAAL/middleware/interfaces/aalspace/AALSpaceDescriptor.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocStyle First sentence should end with a period. 44
 Error design DesignForExtension Method 'getDeployManager' is not designed for extension - needs to be abstract, final or empty. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 50
 Error design DesignForExtension Method 'setDeployManager' is not designed for extension - needs to be abstract, final or empty. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Info misc FinalParameters Parameter deployManager should be final. 53
 Warning coding HiddenField 'deployManager' hides a field. 53
 Error design DesignForExtension Method 'getBrokerChannels' is not designed for extension - needs to be abstract, final or empty. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Error design DesignForExtension Method 'setBrokerChannels' is not designed for extension - needs to be abstract, final or empty. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 61
 Info misc FinalParameters Parameter brokerChannels should be final. 61
 Warning coding HiddenField 'brokerChannels' hides a field. 61
 Error design DesignForExtension Method 'getSpaceCard' is not designed for extension - needs to be abstract, final or empty. 65
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Error design DesignForExtension Method 'setSpaceCard' is not designed for extension - needs to be abstract, final or empty. 69
 Error javadoc JavadocMethod Missing a Javadoc comment. 69
 Info misc FinalParameters Parameter spaceCard should be final. 69
 Warning coding HiddenField 'spaceCard' hides a field. 69
 Error javadoc JavadocMethod Missing a Javadoc comment. 73
 Info misc FinalParameters Parameter spaceCard should be final. 73
 Warning coding HiddenField 'spaceCard' hides a field. 73
 Info misc FinalParameters Parameter brokerChannels should be final. 74
 Warning coding HiddenField 'brokerChannels' hides a field. 74
 Error javadoc JavadocMethod Missing a Javadoc comment. 79

org/universAAL/middleware/interfaces/aalspace/AALSpaceStatus.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 24
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info sizes LineLength Line is longer than 80 characters (found 91). 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30

org/universAAL/middleware/interfaces/aalspace/AALSpaceType.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 24
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 31

org/universAAL/middleware/interfaces/aalspace/Consts.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning naming StaticVariableName Name 'AALSPaceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
 Error design VisibilityModifier Variable 'AALSPaceName' must be private and have accessor methods. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning naming StaticVariableName Name 'AALSPaceID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
 Error design VisibilityModifier Variable 'AALSPaceID' must be private and have accessor methods. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning naming StaticVariableName Name 'AALSPaceType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
 Error design VisibilityModifier Variable 'AALSPaceType' must be private and have accessor methods. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning naming StaticVariableName Name 'AALSPaceProfile' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
 Error design VisibilityModifier Variable 'AALSPaceProfile' must be private and have accessor methods. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning naming StaticVariableName Name 'AALSPaceDescription' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
 Error design VisibilityModifier Variable 'AALSPaceDescription' must be private and have accessor methods. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning naming StaticVariableName Name 'AALSpaceCoordinator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
 Error design VisibilityModifier Variable 'AALSpaceCoordinator' must be private and have accessor methods. 37
 Info sizes LineLength Line is longer than 80 characters (found 81). 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning naming StaticVariableName Name 'AALSpacePeeringChannelURL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
 Error design VisibilityModifier Variable 'AALSpacePeeringChannelURL' must be private and have accessor methods. 38
 Info sizes LineLength Line is longer than 80 characters (found 83). 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning naming StaticVariableName Name 'AALSpacePeeringChannelName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
 Error design VisibilityModifier Variable 'AALSpacePeeringChannelName' must be private and have accessor methods. 39

org/universAAL/middleware/interfaces/aalspace/model/IAALSpace.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.aalspace.xml.model.Aalspace. 23
 Info modifier RedundantModifier Redundant 'public' modifier. 42
 Info modifier RedundantModifier Redundant 'public' modifier. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Info modifier RedundantModifier Redundant 'public' modifier. 54
 Info modifier RedundantModifier Redundant 'public' modifier. 64
 Info modifier RedundantModifier Redundant 'public' modifier. 74
 Error javadoc JavadocMethod Missing a Javadoc comment. 76
 Info modifier RedundantModifier Redundant 'public' modifier. 76
 Info modifier RedundantModifier Redundant 'public' modifier. 86
 Info modifier RedundantModifier Redundant 'public' modifier. 96
 Error javadoc JavadocMethod Missing a Javadoc comment. 99
 Info modifier RedundantModifier Redundant 'public' modifier. 99
 Info modifier RedundantModifier Redundant 'public' modifier. 109
 Info modifier RedundantModifier Redundant 'public' modifier. 119
 Error javadoc JavadocMethod Missing a Javadoc comment. 121
 Info modifier RedundantModifier Redundant 'public' modifier. 121

org/universAAL/middleware/interfaces/aalspace/model/IChannelDescriptor.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 23
 Info modifier RedundantModifier Redundant 'public' modifier. 33
 Info modifier RedundantModifier Redundant 'public' modifier. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Info modifier RedundantModifier Redundant 'public' modifier. 45
 Info modifier RedundantModifier Redundant 'public' modifier. 55
 Info modifier RedundantModifier Redundant 'public' modifier. 65
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Info modifier RedundantModifier Redundant 'public' modifier. 67
 Info modifier RedundantModifier Redundant 'public' modifier. 77
 Info modifier RedundantModifier Redundant 'public' modifier. 87
 Error javadoc JavadocMethod Missing a Javadoc comment. 89
 Info modifier RedundantModifier Redundant 'public' modifier. 89

org/universAAL/middleware/interfaces/aalspace/model/ICommunicationChannels.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info sizes LineLength Line is longer than 80 characters (found 93). 41
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Info regexp RegexpSingleline Line has trailing spaces. 49
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Error javadoc JavadocMethod Expected an @return tag. 56
 Info modifier RedundantModifier Redundant 'public' modifier. 56
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Info modifier RedundantModifier Redundant 'public' modifier. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 60
 Info modifier RedundantModifier Redundant 'public' modifier. 60

org/universAAL/middleware/interfaces/aalspace/model/IPeeringChannel.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info modifier RedundantModifier Redundant 'public' modifier. 40
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Info modifier RedundantModifier Redundant 'public' modifier. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Info modifier RedundantModifier Redundant 'public' modifier. 52

org/universAAL/middleware/interfaces/aalspace/model/ISpaceDescriptor.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info modifier RedundantModifier Redundant 'public' modifier. 40
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Info modifier RedundantModifier Redundant 'public' modifier. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Info modifier RedundantModifier Redundant 'public' modifier. 52
 Info regexp RegexpSingleline Line has trailing spaces. 56
 Info regexp RegexpSingleline Line has trailing spaces. 60
 Info modifier RedundantModifier Redundant 'public' modifier. 62
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Info regexp RegexpSingleline Line has trailing spaces. 70
 Info modifier RedundantModifier Redundant 'public' modifier. 72
 Error javadoc JavadocMethod Missing a Javadoc comment. 74
 Info modifier RedundantModifier Redundant 'public' modifier. 74
 Info regexp RegexpSingleline Line has trailing spaces. 78
 Info regexp RegexpSingleline Line has trailing spaces. 82
 Info modifier RedundantModifier Redundant 'public' modifier. 84
 Info regexp RegexpSingleline Line has trailing spaces. 88
 Info regexp RegexpSingleline Line has trailing spaces. 92
 Info modifier RedundantModifier Redundant 'public' modifier. 94
 Error javadoc JavadocMethod Missing a Javadoc comment. 96
 Info modifier RedundantModifier Redundant 'public' modifier. 96
 Info regexp RegexpSingleline Line has trailing spaces. 100
 Info regexp RegexpSingleline Line has trailing spaces. 104
 Info modifier RedundantModifier Redundant 'public' modifier. 106
 Info regexp RegexpSingleline Line has trailing spaces. 110
 Info regexp RegexpSingleline Line has trailing spaces. 114
 Info modifier RedundantModifier Redundant 'public' modifier. 116
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Info modifier RedundantModifier Redundant 'public' modifier. 118

org/universAAL/middleware/interfaces/aalspace/xml/model/Aalspace.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info sizes LineLength Line is longer than 80 characters (found 82). 35
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info sizes LineLength Line is longer than 80 characters (found 95). 43
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info sizes LineLength Line is longer than 80 characters (found 82). 53
 Info sizes LineLength Line is longer than 80 characters (found 97). 55
 Info sizes LineLength Line is longer than 80 characters (found 97). 56
 Info sizes LineLength Line is longer than 80 characters (found 99). 57
 Info sizes LineLength Line is longer than 80 characters (found 106). 58
 Info sizes LineLength Line is longer than 80 characters (found 82). 67
 Info sizes LineLength Line is longer than 80 characters (found 132). 69
 Info sizes LineLength Line is longer than 80 characters (found 82). 78
 Info sizes LineLength Line is longer than 80 characters (found 132). 80
 Info sizes LineLength Line is longer than 80 characters (found 85). 86
 Info sizes LineLength Line is longer than 80 characters (found 85). 87
 Info sizes LineLength Line is longer than 80 characters (found 88). 88
 Info regexp RegexpSingleline Line has trailing spaces. 94
 Info regexp RegexpSingleline Line has trailing spaces. 95
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 109
 Error javadoc JavadocVariable Missing a Javadoc comment. 111
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 111
 Error javadoc JavadocVariable Missing a Javadoc comment. 112
 Error design VisibilityModifier Variable 'spaceDescriptor' must be private and have accessor methods. 113
 Error javadoc JavadocVariable Missing a Javadoc comment. 114
 Error design VisibilityModifier Variable 'peeringChannel' must be private and have accessor methods. 115
 Error javadoc JavadocVariable Missing a Javadoc comment. 116
 Error design VisibilityModifier Variable 'communicationChannels' must be private and have accessor methods. 117
 Error javadoc JavadocVariable Missing a Javadoc comment. 118
 Error design VisibilityModifier Variable 'owner' must be private and have accessor methods. 119
 Error javadoc JavadocVariable Missing a Javadoc comment. 120
 Error design VisibilityModifier Variable 'admin' must be private and have accessor methods. 121
 Error javadoc JavadocVariable Missing a Javadoc comment. 122
 Error design VisibilityModifier Variable 'security' must be private and have accessor methods. 123
 Info sizes LineLength Line is longer than 80 characters (found 94). 126
 Error design DesignForExtension Method 'getSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. 128
 Error javadoc JavadocMethod Missing a Javadoc comment. 128
 Info sizes LineLength Line is longer than 80 characters (found 170). 133
 Error design DesignForExtension Method 'setSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. 135
 Error javadoc JavadocMethod Missing a Javadoc comment. 135
 Info misc FinalParameters Parameter value should be final. 135
 Error design DesignForExtension Method 'setSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. 139
 Error javadoc JavadocMethod Missing a Javadoc comment. 139
 Info misc FinalParameters Parameter value should be final. 139
 Info regexp RegexpSingleline Line has trailing spaces. 142
 Info sizes LineLength Line is longer than 80 characters (found 96). 144
 Error design DesignForExtension Method 'isSetSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. 146
 Error javadoc JavadocMethod Missing a Javadoc comment. 146
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 147
 Info sizes LineLength Line is longer than 80 characters (found 93). 151
 Error design DesignForExtension Method 'getPeeringChannel' is not designed for extension - needs to be abstract, final or empty. 153
 Error javadoc JavadocMethod Missing a Javadoc comment. 153
 Info sizes LineLength Line is longer than 80 characters (found 168). 158
 Error design DesignForExtension Method 'setPeeringChannel' is not designed for extension - needs to be abstract, final or empty. 160
 Error javadoc JavadocMethod Missing a Javadoc comment. 160
 Info misc FinalParameters Parameter value should be final. 160
 Error design DesignForExtension Method 'setPeeringChannel' is not designed for extension - needs to be abstract, final or empty. 164
 Error javadoc JavadocMethod Missing a Javadoc comment. 164
 Info misc FinalParameters Parameter value should be final. 164
 Info regexp RegexpSingleline Line has trailing spaces. 167
 Info sizes LineLength Line is longer than 80 characters (found 95). 169
 Error design DesignForExtension Method 'isSetPeeringChannel' is not designed for extension - needs to be abstract, final or empty. 171
 Error javadoc JavadocMethod Missing a Javadoc comment. 171
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 172
 Info sizes LineLength Line is longer than 80 characters (found 100). 176
 Error design DesignForExtension Method 'getCommunicationChannels' is not designed for extension - needs to be abstract, final or empty. 178
 Error javadoc JavadocMethod Missing a Javadoc comment. 178
 Info sizes LineLength Line is longer than 80 characters (found 182). 183
 Error design DesignForExtension Method 'setCommunicationChannels' is not designed for extension - needs to be abstract, final or empty. 185
 Error javadoc JavadocMethod Missing a Javadoc comment. 185
 Info misc FinalParameters Parameter value should be final. 185
 Info sizes LineLength Line is longer than 80 characters (found 102). 190
 Error design DesignForExtension Method 'isSetCommunicationChannels' is not designed for extension - needs to be abstract, final or empty. 192
 Error javadoc JavadocMethod Missing a Javadoc comment. 192
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 193
 Info sizes LineLength Line is longer than 80 characters (found 84). 197
 Error design DesignForExtension Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. 199
 Error javadoc JavadocMethod Missing a Javadoc comment. 199
 Info sizes LineLength Line is longer than 80 characters (found 100). 204
 Error design DesignForExtension Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. 206
 Error javadoc JavadocMethod Missing a Javadoc comment. 206
 Info misc FinalParameters Parameter value should be final. 206
 Info sizes LineLength Line is longer than 80 characters (found 86). 211
 Error design DesignForExtension Method 'isSetOwner' is not designed for extension - needs to be abstract, final or empty. 213
 Error javadoc JavadocMethod Missing a Javadoc comment. 213
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 214
 Info sizes LineLength Line is longer than 80 characters (found 84). 218
 Error design DesignForExtension Method 'getAdmin' is not designed for extension - needs to be abstract, final or empty. 220
 Error javadoc JavadocMethod Missing a Javadoc comment. 220
 Info sizes LineLength Line is longer than 80 characters (found 100). 225
 Error design DesignForExtension Method 'setAdmin' is not designed for extension - needs to be abstract, final or empty. 227
 Error javadoc JavadocMethod Missing a Javadoc comment. 227
 Info misc FinalParameters Parameter value should be final. 227
 Info sizes LineLength Line is longer than 80 characters (found 86). 232
 Error design DesignForExtension Method 'isSetAdmin' is not designed for extension - needs to be abstract, final or empty. 234
 Error javadoc JavadocMethod Missing a Javadoc comment. 234
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 235
 Info sizes LineLength Line is longer than 80 characters (found 87). 239
 Error design DesignForExtension Method 'getSecurity' is not designed for extension - needs to be abstract, final or empty. 241
 Error javadoc JavadocMethod Missing a Javadoc comment. 241
 Info sizes LineLength Line is longer than 80 characters (found 103). 246
 Error design DesignForExtension Method 'setSecurity' is not designed for extension - needs to be abstract, final or empty. 248
 Error javadoc JavadocMethod Missing a Javadoc comment. 248
 Info misc FinalParameters Parameter value should be final. 248
 Info sizes LineLength Line is longer than 80 characters (found 89). 253
 Error design DesignForExtension Method 'isSetSecurity' is not designed for extension - needs to be abstract, final or empty. 255
 Error javadoc JavadocMethod Missing a Javadoc comment. 255
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 256
 Info regexp RegexpSingleline Line has trailing spaces. 262
 Info sizes LineLength Line is longer than 80 characters (found 99). 263
 Info regexp RegexpSingleline Line has trailing spaces. 264
 Info sizes LineLength Line is longer than 80 characters (found 126). 270
 Info regexp RegexpSingleline Line has trailing spaces. 276
 Info regexp RegexpSingleline Line has trailing spaces. 277
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 285
 Error javadoc JavadocVariable Missing a Javadoc comment. 287
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 287
 Error javadoc JavadocVariable Missing a Javadoc comment. 288
 Error design VisibilityModifier Variable 'channelDescriptor' must be private and have accessor methods. 289
 Info sizes LineLength Line is longer than 80 characters (found 113). 292
 Error design DesignForExtension Method 'getChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. 294
 Error javadoc JavadocMethod Missing a Javadoc comment. 294
 Info sizes LineLength Line is longer than 80 characters (found 115). 302
 Error design DesignForExtension Method 'isSetChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. 304
 Error javadoc JavadocMethod Missing a Javadoc comment. 304
 Info sizes LineLength Line is longer than 80 characters (found 90). 305
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 305
 Info whitespace WhitespaceAround '&&' is not preceded with whitespace. 305
 Info whitespace WhitespaceAround '&&' is not followed by whitespace. 305
 Info sizes LineLength Line is longer than 80 characters (found 115). 309
 Error design DesignForExtension Method 'unsetChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. 311
 Error javadoc JavadocMethod Missing a Javadoc comment. 311
 Info regexp RegexpSingleline Line has trailing spaces. 320
 Info sizes LineLength Line is longer than 80 characters (found 99). 321
 Info regexp RegexpSingleline Line has trailing spaces. 322
 Info sizes LineLength Line is longer than 80 characters (found 126). 328
 Info regexp RegexpSingleline Line has trailing spaces. 334
 Info regexp RegexpSingleline Line has trailing spaces. 335
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 343
 Error javadoc JavadocVariable Missing a Javadoc comment. 345
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 345
 Error javadoc JavadocVariable Missing a Javadoc comment. 346
 Error design VisibilityModifier Variable 'channelDescriptor' must be private and have accessor methods. 347
 Info sizes LineLength Line is longer than 80 characters (found 106). 350
 Error design DesignForExtension Method 'getChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. 352
 Error javadoc JavadocMethod Missing a Javadoc comment. 352
 Info sizes LineLength Line is longer than 80 characters (found 175). 357
 Error design DesignForExtension Method 'setChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. 359
 Error javadoc JavadocMethod Missing a Javadoc comment. 359
 Info misc FinalParameters Parameter value should be final. 359
 Info sizes LineLength Line is longer than 80 characters (found 108). 364
 Error design DesignForExtension Method 'isSetChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. 366
 Error javadoc JavadocMethod Missing a Javadoc comment. 366
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 367
 Info regexp RegexpSingleline Line has trailing spaces. 375
 Info sizes LineLength Line is longer than 80 characters (found 99). 376
 Info regexp RegexpSingleline Line has trailing spaces. 377
 Info sizes LineLength Line is longer than 80 characters (found 91). 383
 Info sizes LineLength Line is longer than 80 characters (found 91). 384
 Info sizes LineLength Line is longer than 80 characters (found 93). 385
 Info sizes LineLength Line is longer than 80 characters (found 100). 386
 Info regexp RegexpSingleline Line has trailing spaces. 392
 Info regexp RegexpSingleline Line has trailing spaces. 393
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 404
 Error javadoc JavadocVariable Missing a Javadoc comment. 406
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 406
 Error javadoc JavadocVariable Missing a Javadoc comment. 407
 Error design VisibilityModifier Variable 'profile' must be private and have accessor methods. 408
 Error javadoc JavadocVariable Missing a Javadoc comment. 409
 Error design VisibilityModifier Variable 'spaceId' must be private and have accessor methods. 410
 Error javadoc JavadocVariable Missing a Javadoc comment. 411
 Error design VisibilityModifier Variable 'spaceName' must be private and have accessor methods. 412
 Error javadoc JavadocVariable Missing a Javadoc comment. 413
 Error design VisibilityModifier Variable 'spaceDescription' must be private and have accessor methods. 414
 Info sizes LineLength Line is longer than 80 characters (found 97). 417
 Error design DesignForExtension Method 'getProfile' is not designed for extension - needs to be abstract, final or empty. 419
 Error javadoc JavadocMethod Missing a Javadoc comment. 419
 Info sizes LineLength Line is longer than 80 characters (found 113). 424
 Error design DesignForExtension Method 'setProfile' is not designed for extension - needs to be abstract, final or empty. 426
 Error javadoc JavadocMethod Missing a Javadoc comment. 426
 Info misc FinalParameters Parameter value should be final. 426
 Info sizes LineLength Line is longer than 80 characters (found 99). 431
 Error design DesignForExtension Method 'isSetProfile' is not designed for extension - needs to be abstract, final or empty. 433
 Error javadoc JavadocMethod Missing a Javadoc comment. 433
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 434
 Info sizes LineLength Line is longer than 80 characters (found 97). 438
 Error design DesignForExtension Method 'getSpaceId' is not designed for extension - needs to be abstract, final or empty. 440
 Error javadoc JavadocMethod Missing a Javadoc comment. 440
 Info sizes LineLength Line is longer than 80 characters (found 113). 445
 Error design DesignForExtension Method 'setSpaceId' is not designed for extension - needs to be abstract, final or empty. 447
 Error javadoc JavadocMethod Missing a Javadoc comment. 447
 Info misc FinalParameters Parameter value should be final. 447
 Info sizes LineLength Line is longer than 80 characters (found 99). 452
 Error design DesignForExtension Method 'isSetSpaceId' is not designed for extension - needs to be abstract, final or empty. 454
 Error javadoc JavadocMethod Missing a Javadoc comment. 454
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 455
 Info sizes LineLength Line is longer than 80 characters (found 99). 459
 Error design DesignForExtension Method 'getSpaceName' is not designed for extension - needs to be abstract, final or empty. 461
 Error javadoc JavadocMethod Missing a Javadoc comment. 461
 Info sizes LineLength Line is longer than 80 characters (found 115). 466
 Error design DesignForExtension Method 'setSpaceName' is not designed for extension - needs to be abstract, final or empty. 468
 Error javadoc JavadocMethod Missing a Javadoc comment. 468
 Info misc FinalParameters Parameter value should be final. 468
 Info sizes LineLength Line is longer than 80 characters (found 101). 473
 Error design DesignForExtension Method 'isSetSpaceName' is not designed for extension - needs to be abstract, final or empty. 475
 Error javadoc JavadocMethod Missing a Javadoc comment. 475
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 476
 Info sizes LineLength Line is longer than 80 characters (found 106). 480
 Error design DesignForExtension Method 'getSpaceDescription' is not designed for extension - needs to be abstract, final or empty. 482
 Error javadoc JavadocMethod Missing a Javadoc comment. 482
 Info sizes LineLength Line is longer than 80 characters (found 122). 487
 Error design DesignForExtension Method 'setSpaceDescription' is not designed for extension - needs to be abstract, final or empty. 489
 Error javadoc JavadocMethod Missing a Javadoc comment. 489
 Info misc FinalParameters Parameter value should be final. 489
 Info sizes LineLength Line is longer than 80 characters (found 108). 494
 Error design DesignForExtension Method 'isSetSpaceDescription' is not designed for extension - needs to be abstract, final or empty. 496
 Error javadoc JavadocMethod Missing a Javadoc comment. 496
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 497

org/universAAL/middleware/interfaces/aalspace/xml/model/ChannelDescriptor.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info sizes LineLength Line is longer than 80 characters (found 95). 40
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info sizes LineLength Line is longer than 80 characters (found 91). 47
 Info sizes LineLength Line is longer than 80 characters (found 90). 48
 Info sizes LineLength Line is longer than 80 characters (found 92). 49
 Info regexp RegexpSingleline Line has trailing spaces. 55
 Info regexp RegexpSingleline Line has trailing spaces. 56
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 68
 Info sizes LineLength Line is longer than 80 characters (found 93). 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error design VisibilityModifier Variable 'channelName' must be private and have accessor methods. 70
 Info sizes LineLength Line is longer than 80 characters (found 93). 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error design VisibilityModifier Variable 'channelURL' must be private and have accessor methods. 72
 Info sizes LineLength Line is longer than 80 characters (found 93). 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error design VisibilityModifier Variable 'channelValue' must be private and have accessor methods. 74
 Info sizes LineLength Line is longer than 80 characters (found 99). 77
 Error design DesignForExtension Method 'getChannelName' is not designed for extension - needs to be abstract, final or empty. 79
 Error javadoc JavadocMethod Missing a Javadoc comment. 79
 Info sizes LineLength Line is longer than 80 characters (found 115). 84
 Error design DesignForExtension Method 'setChannelName' is not designed for extension - needs to be abstract, final or empty. 86
 Error javadoc JavadocMethod Missing a Javadoc comment. 86
 Info misc FinalParameters Parameter value should be final. 86
 Info sizes LineLength Line is longer than 80 characters (found 101). 91
 Error design DesignForExtension Method 'isSetChannelName' is not designed for extension - needs to be abstract, final or empty. 93
 Error javadoc JavadocMethod Missing a Javadoc comment. 93
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 94
 Info sizes LineLength Line is longer than 80 characters (found 98). 98
 Error design DesignForExtension Method 'getChannelURL' is not designed for extension - needs to be abstract, final or empty. 100
 Error javadoc JavadocMethod Missing a Javadoc comment. 100
 Info sizes LineLength Line is longer than 80 characters (found 114). 105
 Error design DesignForExtension Method 'setChannelURL' is not designed for extension - needs to be abstract, final or empty. 107
 Error javadoc JavadocMethod Missing a Javadoc comment. 107
 Info misc FinalParameters Parameter value should be final. 107
 Info sizes LineLength Line is longer than 80 characters (found 100). 112
 Error design DesignForExtension Method 'isSetChannelURL' is not designed for extension - needs to be abstract, final or empty. 114
 Error javadoc JavadocMethod Missing a Javadoc comment. 114
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 115
 Info sizes LineLength Line is longer than 80 characters (found 100). 119
 Error design DesignForExtension Method 'getChannelValue' is not designed for extension - needs to be abstract, final or empty. 121
 Error javadoc JavadocMethod Missing a Javadoc comment. 121
 Info sizes LineLength Line is longer than 80 characters (found 116). 126
 Error design DesignForExtension Method 'setChannelValue' is not designed for extension - needs to be abstract, final or empty. 128
 Error javadoc JavadocMethod Missing a Javadoc comment. 128
 Info misc FinalParameters Parameter value should be final. 128
 Info sizes LineLength Line is longer than 80 characters (found 102). 133
 Error design DesignForExtension Method 'isSetChannelValue' is not designed for extension - needs to be abstract, final or empty. 135
 Error javadoc JavadocMethod Missing a Javadoc comment. 135
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 136

org/universAAL/middleware/interfaces/aalspace/xml/model/ObjectFactory.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info sizes LineLength Line is longer than 80 characters (found 94). 26
 Info sizes LineLength Line is longer than 80 characters (found 87). 27
 Info sizes LineLength Line is longer than 80 characters (found 88). 28
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info sizes LineLength Line is longer than 80 characters (found 81). 34
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Error javadoc JavadocStyle First sentence should end with a period. 49
 Info sizes LineLength Line is longer than 80 characters (found 165). 50
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Error javadoc JavadocStyle First sentence should end with a period. 56
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Error javadoc JavadocMethod Expected an @return tag. 60
 Error design DesignForExtension Method 'createAalspace' is not designed for extension - needs to be abstract, final or empty. 60
 Error javadoc JavadocStyle First sentence should end with a period. 64
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Error javadoc JavadocMethod Expected an @return tag. 68
 Error design DesignForExtension Method 'createChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. 68
 Error javadoc JavadocStyle First sentence should end with a period. 72
 Info regexp RegexpSingleline Line has trailing spaces. 74
 Error javadoc JavadocMethod Expected an @return tag. 76
 Error design DesignForExtension Method 'createAalspaceSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. 76
 Error javadoc JavadocStyle First sentence should end with a period. 80
 Info regexp RegexpSingleline Line has trailing spaces. 82
 Error javadoc JavadocMethod Expected an @return tag. 84
 Error design DesignForExtension Method 'createAalspacePeeringChannel' is not designed for extension - needs to be abstract, final or empty. 84
 Error javadoc JavadocStyle First sentence should end with a period. 88
 Info regexp RegexpSingleline Line has trailing spaces. 90
 Error javadoc JavadocMethod Expected an @return tag. 92
 Error design DesignForExtension Method 'createAalspaceCommunicationChannels' is not designed for extension - needs to be abstract, final or empty. 92

org/universAAL/middleware/interfaces/aalspace/xml/model/package-info.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 97). 22
 Error javadoc JavadocStyle Missing a Javadoc comment. 23

org/universAAL/middleware/interfaces/configuration/ConfigurableModule.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info imports UnusedImports Unused import - java.io.File. 20
 Info sizes LineLength Line is longer than 80 characters (found 105). 22
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.ConfigurationFile. 22
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info modifier RedundantModifier Redundant 'public' modifier. 44

org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/ConfigurationDefinedElsewhere.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 88). 18
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. 22
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Info misc FinalParameters Parameter s should be final. 43
 Error javadoc JavadocMethod Expected @param tag for 's'. 43
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 44
 Error javadoc JavadocStyle First sentence should end with a period. 47
 Error javadoc JavadocMethod Expected an @return tag. 48
 Error javadoc JavadocStyle First sentence should end with a period. 52
 Error javadoc JavadocMethod Expected an @return tag. 53
 Info misc FinalParameters Parameter loc should be final. 53
 Error javadoc JavadocMethod Expected @param tag for 'loc'. 53

org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/ConfigurationFile.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 88). 18
 Info imports UnusedImports Unused import - java.io.File. 20
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. 23
 Info sizes LineLength Line is longer than 80 characters (found 138). 28
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Error javadoc JavadocMethod Expected an @return tag. 45
 Info modifier RedundantModifier Redundant 'public' modifier. 45
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Info modifier RedundantModifier Redundant 'public' modifier. 54

org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/ConfigurationParameter.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 88). 18
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. 20
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info modifier RedundantModifier Redundant 'public' modifier. 36
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info sizes LineLength Line is longer than 80 characters (found 150). 46
 Info modifier RedundantModifier Redundant 'public' modifier. 49
 Info sizes LineLength Line is longer than 80 characters (found 103). 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Info modifier RedundantModifier Redundant 'public' modifier. 51
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 52

org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/DescribedEntity.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 88). 18
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.scope.AALSpaceScope. 22
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.scope.AppPartScope. 23
 Info sizes LineLength Line is longer than 80 characters (found 81). 24
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.scope.ApplicationScope. 24
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.scope.InstanceScope. 25
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.scope.ModuleScope. 26
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Error javadoc JavadocType Unknown tag 'See'. 34
 Info sizes LineLength Line is longer than 80 characters (found 81). 41
 Info sizes LineLength Line is longer than 80 characters (found 81). 44
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Info modifier RedundantModifier Redundant 'public' modifier. 57
 Info regexp RegexpSingleline Line has trailing spaces. 62
 Info modifier RedundantModifier Redundant 'public' modifier. 67

org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/DynamicDescribedEntity.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 88). 18
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. 20
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.scope.Scope. 21
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info modifier RedundantModifier Redundant 'public' modifier. 41
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 41
 Info modifier RedundantModifier Redundant 'public' modifier. 46
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 46

org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/DynamicDescribedEntityListener.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 88). 18
 Info imports UnusedImports Unused import - java.io.File. 20
 Info imports UnusedImports Unused import - java.net.URL. 21
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. 23
 Info imports UnusedImports Unused import - org.universAAL.middleware.xsd.Base64Binary. 24
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info modifier RedundantModifier Redundant 'public' modifier. 40
 Error javadoc JavadocMethod Expected @param tag for 'dentity'. 40
 Info sizes LineLength Line is longer than 80 characters (found 126). 58
 Info regexp RegexpSingleline Line has trailing spaces. 60
 Info modifier RedundantModifier Redundant 'public' modifier. 64
 Error javadoc JavadocMethod Expected @param tag for 'deEntity'. 64
 Error javadoc JavadocMethod Expected @param tag for 'value'. 64

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/ConfigurableEntityEditor.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 85). 18
 Info sizes LineLength Line is longer than 80 characters (found 103). 20
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 50
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 57

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/ConfigurableEntityEditorListener.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 85). 18
 Info regexp RegexpSingleline Line has trailing spaces. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info modifier RedundantModifier Redundant 'public' modifier. 35
 Warning naming MethodName Name 'ConfigurationChanged' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/ConfigurationFileEditor.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 85). 18
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. 22
 Info sizes LineLength Line is longer than 80 characters (found 105). 23
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 32
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 45

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/ConfigurationParameterEditor.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 85). 18
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. 20
 Info sizes LineLength Line is longer than 80 characters (found 110). 21
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 30
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 44

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ApplicationPartPattern.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 93). 18
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 38
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info misc FinalParameters Parameter appPartId should be final. 47
 Error javadoc JavadocMethod Expected @param tag for 'appPartId'. 47
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Error javadoc JavadocMethod Expected an @return tag. 52
 Error design DesignForExtension Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. 52

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ApplicationPattern.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 93). 18
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocStyle First sentence should end with a period. 34
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 38
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info misc FinalParameters Parameter appIdPattern should be final. 47
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Error javadoc JavadocMethod Expected an @return tag. 52
 Error design DesignForExtension Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. 52

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ConfigurationFileTypePattern.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 93). 18
 Info sizes LineLength Line is longer than 80 characters (found 105). 20
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.ConfigurationFile. 20
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocStyle First sentence should end with a period. 32
 Info sizes LineLength Line is longer than 80 characters (found 108). 35
 Warning naming StaticVariableName Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
 Error javadoc JavadocStyle First sentence should end with a period. 37
 Error javadoc JavadocMethod Expected an @return tag. 38
 Error design DesignForExtension Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. 38
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 39

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ConfigurationParameterTypePattern.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 93). 18
 Info sizes LineLength Line is longer than 80 characters (found 110). 20
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.ConfigurationParameter. 20
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocStyle First sentence should end with a period. 32
 Info sizes LineLength Line is longer than 80 characters (found 113). 35
 Warning naming StaticVariableName Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
 Error javadoc JavadocStyle First sentence should end with a period. 37
 Error javadoc JavadocMethod Expected an @return tag. 38
 Error design DesignForExtension Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. 38
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 39

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/EntityPattern.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 93). 18
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Error javadoc JavadocMethod Missing a Javadoc comment. 28
 Info modifier RedundantModifier Redundant 'public' modifier. 28

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/IdPattern.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 93). 18
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 37
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info misc FinalParameters Parameter idPattern should be final. 46
 Error javadoc JavadocStyle First sentence should end with a period. 50
 Error javadoc JavadocMethod Expected an @return tag. 51
 Error design DesignForExtension Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. 51

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/InstancePattern.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 93). 18
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 38
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info misc FinalParameters Parameter instanceIdPattern should be final. 47
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Error javadoc JavadocMethod Expected an @return tag. 52
 Error design DesignForExtension Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. 52

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ModulePattern.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 93). 18
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 38
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info misc FinalParameters Parameter moduleIdPattern should be final. 47
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Error javadoc JavadocMethod Expected an @return tag. 52
 Error design DesignForExtension Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. 52

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/NotPattern.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 93). 18
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocStyle First sentence should end with a period. 33
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info misc FinalParameters Parameter onPattern should be final. 39
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 40
 Error javadoc JavadocStyle First sentence should end with a period. 43
 Error javadoc JavadocMethod Expected an @return tag. 44
 Error design DesignForExtension Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. 44

org/universAAL/middleware/interfaces/configuration/scope/AALSpaceScope.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info regexp RegexpSingleline Line has trailing spaces. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info misc FinalParameters Parameter id should be final. 34
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 35

org/universAAL/middleware/interfaces/configuration/scope/AppPartScope.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info regexp RegexpSingleline Line has trailing spaces. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info misc FinalParameters Parameter id should be final. 45
 Info misc FinalParameters Parameter appID should be final. 45
 Info misc FinalParameters Parameter partID should be final. 45
 Warning coding HiddenField 'partID' hides a field. 45
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 46
 Warning blocks NeedBraces 'if' construct must use '{}'s. 47
 Info sizes LineLength Line is longer than 80 characters (found 81). 48
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Error javadoc JavadocMethod Expected an @return tag. 61

org/universAAL/middleware/interfaces/configuration/scope/ApplicationScope.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info regexp RegexpSingleline Line has trailing spaces. 23
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info misc FinalParameters Parameter id should be final. 38
 Error javadoc JavadocMethod Expected @param tag for 'id'. 38
 Info misc FinalParameters Parameter appID should be final. 38
 Warning coding HiddenField 'appID' hides a field. 38
 Error javadoc JavadocMethod Expected @param tag for 'appID'. 38
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 39
 Warning blocks NeedBraces 'if' construct must use '{}'s. 40
 Info sizes LineLength Line is longer than 80 characters (found 81). 43
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Error javadoc JavadocMethod Expected an @return tag. 53
 Error design DesignForExtension Method 'getAppID' is not designed for extension - needs to be abstract, final or empty. 53

org/universAAL/middleware/interfaces/configuration/scope/InstanceScope.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info misc FinalParameters Parameter id should be final. 45
 Info misc FinalParameters Parameter peerID should be final. 45
 Warning coding HiddenField 'peerID' hides a field. 45
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 46
 Warning blocks NeedBraces 'if' construct must use '{}'s. 47
 Info sizes LineLength Line is longer than 80 characters (found 81). 48
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Info misc FinalParameters Parameter id should be final. 65
 Info misc FinalParameters Parameter pc should be final. 65
 Info regexp RegexpSingleline Line has trailing spaces. 71
 Error javadoc JavadocMethod Expected an @return tag. 74
 Error design DesignForExtension Method 'getPeerID' is not designed for extension - needs to be abstract, final or empty. 74

org/universAAL/middleware/interfaces/configuration/scope/ModuleScope.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info misc FinalParameters Parameter id should be final. 43
 Error javadoc JavadocMethod Expected @param tag for 'id'. 43
 Info misc FinalParameters Parameter peerID should be final. 43
 Error javadoc JavadocMethod Expected @param tag for 'peerID'. 43
 Info misc FinalParameters Parameter moduleID should be final. 43
 Error javadoc JavadocMethod Expected @param tag for 'moduleID'. 43
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 44
 Warning blocks NeedBraces 'if' construct must use '{}'s. 45
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Info misc FinalParameters Parameter id should be final. 67
 Info misc FinalParameters Parameter pc should be final. 67
 Info misc FinalParameters Parameter mc should be final. 67
 Info regexp RegexpSingleline Line has trailing spaces. 73
 Error javadoc JavadocMethod Expected an @return tag. 76

org/universAAL/middleware/interfaces/configuration/scope/Scope.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info misc FinalParameters Parameter id should be final. 44
 Warning coding HiddenField 'id' hides a field. 44
 Warning blocks NeedBraces 'if' construct must use '{}'s. 45
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 45
 Info regexp RegexpSingleline Line has trailing spaces. 55
 Error javadoc JavadocMethod Expected an @return tag. 58
 Error design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 62
 Info misc FinalParameters Parameter id should be final. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Info misc FinalParameters Parameter id should be final. 66
 Info misc FinalParameters Parameter peerCard should be final. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Info misc FinalParameters Parameter id should be final. 70
 Info misc FinalParameters Parameter pc should be final. 70
 Info misc FinalParameters Parameter mc should be final. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 74
 Info misc FinalParameters Parameter id should be final. 74
 Info misc FinalParameters Parameter appId should be final. 74
 Error javadoc JavadocMethod Missing a Javadoc comment. 78
 Info misc FinalParameters Parameter id should be final. 78
 Info misc FinalParameters Parameter appId should be final. 78
 Info misc FinalParameters Parameter partId should be final. 79

org/universAAL/middleware/interfaces/mpa/Pair.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 24
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error design VisibilityModifier Variable 'peerID' must be private and have accessor methods. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error design VisibilityModifier Variable 'partStatus' must be private and have accessor methods. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Info misc FinalParameters Parameter peerID should be final. 36
 Warning coding HiddenField 'peerID' hides a field. 36
 Info misc FinalParameters Parameter partStatus should be final. 36
 Warning coding HiddenField 'partStatus' hides a field. 36
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 37
 Error design DesignForExtension Method 'getPeerID' is not designed for extension - needs to be abstract, final or empty. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Error design DesignForExtension Method 'getPartStatus' is not designed for extension - needs to be abstract, final or empty. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Error design DesignForExtension Method 'setPeerID' is not designed for extension - needs to be abstract, final or empty. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Info misc FinalParameters Parameter peerID should be final. 49
 Warning coding HiddenField 'peerID' hides a field. 49
 Error design DesignForExtension Method 'setPartStatus' is not designed for extension - needs to be abstract, final or empty. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Info misc FinalParameters Parameter partStatus should be final. 53
 Warning coding HiddenField 'partStatus' hides a field. 53

org/universAAL/middleware/interfaces/mpa/UAPPCard.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 28
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info misc FinalParameters Parameter serviceId should be final. 58
 Warning coding HiddenField 'serviceId' hides a field. 58
 Info misc FinalParameters Parameter appId should be final. 58
 Info misc FinalParameters Parameter partId should be final. 58
 Warning coding HiddenField 'partId' hides a field. 58
 Info misc FinalParameters Parameter name should be final. 58
 Warning coding HiddenField 'name' hides a field. 58
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 59
 Info misc FinalParameters Parameter description should be final. 59
 Warning coding HiddenField 'description' hides a field. 59
 Info regexp RegexpSingleline Line has trailing spaces. 68
 Info misc FinalParameters Parameter serviceId should be final. 76
 Warning coding HiddenField 'serviceId' hides a field. 76
 Info misc FinalParameters Parameter partId should be final. 76
 Warning coding HiddenField 'partId' hides a field. 76
 Info misc FinalParameters Parameter uApp should be final. 76
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 84
 Error javadoc JavadocMethod Missing a Javadoc comment. 84
 Error design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 88
 Error javadoc JavadocMethod Missing a Javadoc comment. 88
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 92
 Error javadoc JavadocMethod Missing a Javadoc comment. 92
 Error design DesignForExtension Method 'getServiceId' is not designed for extension - needs to be abstract, final or empty. 96
 Error javadoc JavadocMethod Missing a Javadoc comment. 96
 Error design DesignForExtension Method 'getPartId' is not designed for extension - needs to be abstract, final or empty. 100
 Error javadoc JavadocMethod Missing a Javadoc comment. 100
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 104
 Error javadoc JavadocMethod Missing a Javadoc comment. 104

org/universAAL/middleware/interfaces/mpa/UAPPPartStatus.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 24
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Error javadoc JavadocStyle First sentence should end with a period. 33
 Error javadoc JavadocStyle First sentence should end with a period. 37
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Error javadoc JavadocStyle First sentence should end with a period. 47
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Error javadoc JavadocStyle First sentence should end with a period. 55

org/universAAL/middleware/interfaces/mpa/UAPPStatus.java

Severity Category Rule Message Line
 Info imports RedundantImport Redundant import from the same package - org.universAAL.middleware.interfaces.mpa.UAPPCard. 27
 Info imports RedundantImport Redundant import from the same package - org.universAAL.middleware.interfaces.mpa.UAPPPartStatus. 28
 Error javadoc JavadocStyle First sentence should end with a period. 30
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error design VisibilityModifier Variable 'mpaCard' must be private and have accessor methods. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error design VisibilityModifier Variable 'mpaParts' must be private and have accessor methods. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Info misc FinalParameters Parameter mpaCard should be final. 44
 Warning coding HiddenField 'mpaCard' hides a field. 44
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 45
 Error design DesignForExtension Method 'getMpaCard' is not designed for extension - needs to be abstract, final or empty. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error design DesignForExtension Method 'updatePart' is not designed for extension - needs to be abstract, final or empty. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Info misc FinalParameters Parameter partID should be final. 53
 Info misc FinalParameters Parameter peerID should be final. 53
 Info misc FinalParameters Parameter partStatus should be final. 54
 Error design DesignForExtension Method 'getMpaParts' is not designed for extension - needs to be abstract, final or empty. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 67

org/universAAL/middleware/interfaces/mpa/model/AalMpa.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info sizes LineLength Line is longer than 80 characters (found 82). 49
 Info sizes LineLength Line is longer than 80 characters (found 94). 51
 Info sizes LineLength Line is longer than 80 characters (found 102). 52
 Info sizes LineLength Line is longer than 80 characters (found 95). 53
 Info sizes LineLength Line is longer than 80 characters (found 101). 54
 Info sizes LineLength Line is longer than 80 characters (found 92). 58
 Info sizes LineLength Line is longer than 80 characters (found 104). 60
 Info sizes LineLength Line is longer than 80 characters (found 104). 61
 Info sizes LineLength Line is longer than 80 characters (found 107). 67
 Info sizes LineLength Line is longer than 80 characters (found 82). 76
 Info sizes LineLength Line is longer than 80 characters (found 92). 81
 Info sizes LineLength Line is longer than 80 characters (found 122). 83
 Info sizes LineLength Line is longer than 80 characters (found 102). 87
 Info sizes LineLength Line is longer than 80 characters (found 162). 89
 Info sizes LineLength Line is longer than 80 characters (found 102). 98
 Info sizes LineLength Line is longer than 80 characters (found 164). 100
 Info sizes LineLength Line is longer than 80 characters (found 92). 114
 Info sizes LineLength Line is longer than 80 characters (found 120). 116
 Info sizes LineLength Line is longer than 80 characters (found 102). 120
 Info sizes LineLength Line is longer than 80 characters (found 141). 122
 Info sizes LineLength Line is longer than 80 characters (found 102). 131
 Info sizes LineLength Line is longer than 80 characters (found 163). 133
 Info sizes LineLength Line is longer than 80 characters (found 82). 152
 Info sizes LineLength Line is longer than 80 characters (found 94). 154
 Info sizes LineLength Line is longer than 80 characters (found 97). 155
 Info sizes LineLength Line is longer than 80 characters (found 101). 156
 Info sizes LineLength Line is longer than 80 characters (found 82). 165
 Info sizes LineLength Line is longer than 80 characters (found 102). 167
 Info sizes LineLength Line is longer than 80 characters (found 92). 171
 Info sizes LineLength Line is longer than 80 characters (found 131). 173
 Info sizes LineLength Line is longer than 80 characters (found 118). 174
 Info sizes LineLength Line is longer than 80 characters (found 82). 188
 Info sizes LineLength Line is longer than 80 characters (found 105). 190
 Info regexp RegexpSingleline Line has trailing spaces. 201
 Info regexp RegexpSingleline Line has trailing spaces. 202
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 206
 Error javadoc JavadocVariable Missing a Javadoc comment. 210
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 210
 Error javadoc JavadocVariable Missing a Javadoc comment. 211
 Error design VisibilityModifier Variable 'app' must be private and have accessor methods. 212
 Error javadoc JavadocVariable Missing a Javadoc comment. 213
 Error design VisibilityModifier Variable 'applicationProfile' must be private and have accessor methods. 214
 Error javadoc JavadocVariable Missing a Javadoc comment. 215
 Error design VisibilityModifier Variable 'applicationProvider' must be private and have accessor methods. 216
 Error javadoc JavadocVariable Missing a Javadoc comment. 217
 Error design VisibilityModifier Variable 'applicationManagement' must be private and have accessor methods. 218
 Error javadoc JavadocVariable Missing a Javadoc comment. 219
 Error design VisibilityModifier Variable 'applicationPart' must be private and have accessor methods. 220
 Info regexp RegexpSingleline Line has trailing spaces. 224
 Info regexp RegexpSingleline Line has trailing spaces. 226
 Error design DesignForExtension Method 'getApp' is not designed for extension - needs to be abstract, final or empty. 228
 Info regexp RegexpSingleline Line has trailing spaces. 234
 Info regexp RegexpSingleline Line has trailing spaces. 237
 Error design DesignForExtension Method 'setApp' is not designed for extension - needs to be abstract, final or empty. 239
 Info misc FinalParameters Parameter value should be final. 239
 Error design DesignForExtension Method 'isSetApp' is not designed for extension - needs to be abstract, final or empty. 243
 Error javadoc JavadocMethod Missing a Javadoc comment. 243
 Info regexp RegexpSingleline Line has trailing spaces. 249
 Info regexp RegexpSingleline Line has trailing spaces. 251
 Error design DesignForExtension Method 'getApplicationProfile' is not designed for extension - needs to be abstract, final or empty. 253
 Info regexp RegexpSingleline Line has trailing spaces. 259
 Info regexp RegexpSingleline Line has trailing spaces. 262
 Error design DesignForExtension Method 'setApplicationProfile' is not designed for extension - needs to be abstract, final or empty. 264
 Info misc FinalParameters Parameter value should be final. 264
 Error design DesignForExtension Method 'isSetApplicationProfile' is not designed for extension - needs to be abstract, final or empty. 268
 Error javadoc JavadocMethod Missing a Javadoc comment. 268
 Info regexp RegexpSingleline Line has trailing spaces. 274
 Info regexp RegexpSingleline Line has trailing spaces. 276
 Error design DesignForExtension Method 'getApplicationProvider' is not designed for extension - needs to be abstract, final or empty. 278
 Info regexp RegexpSingleline Line has trailing spaces. 284
 Info regexp RegexpSingleline Line has trailing spaces. 287
 Error design DesignForExtension Method 'setApplicationProvider' is not designed for extension - needs to be abstract, final or empty. 289
 Info misc FinalParameters Parameter value should be final. 289
 Error design DesignForExtension Method 'isSetApplicationProvider' is not designed for extension - needs to be abstract, final or empty. 293
 Error javadoc JavadocMethod Missing a Javadoc comment. 293
 Info regexp RegexpSingleline Line has trailing spaces. 299
 Info regexp RegexpSingleline Line has trailing spaces. 301
 Error design DesignForExtension Method 'getApplicationManagement' is not designed for extension - needs to be abstract, final or empty. 303
 Info regexp RegexpSingleline Line has trailing spaces. 309
 Info regexp RegexpSingleline Line has trailing spaces. 312
 Error design DesignForExtension Method 'setApplicationManagement' is not designed for extension - needs to be abstract, final or empty. 314
 Info misc FinalParameters Parameter value should be final. 314
 Error design DesignForExtension Method 'isSetApplicationManagement' is not designed for extension - needs to be abstract, final or empty. 318
 Error javadoc JavadocMethod Missing a Javadoc comment. 318
 Info regexp RegexpSingleline Line has trailing spaces. 324
 Info regexp RegexpSingleline Line has trailing spaces. 326
 Error design DesignForExtension Method 'getApplicationPart' is not designed for extension - needs to be abstract, final or empty. 328
 Info regexp RegexpSingleline Line has trailing spaces. 334
 Info regexp RegexpSingleline Line has trailing spaces. 337
 Error design DesignForExtension Method 'setApplicationPart' is not designed for extension - needs to be abstract, final or empty. 339
 Info misc FinalParameters Parameter value should be final. 339
 Error design DesignForExtension Method 'isSetApplicationPart' is not designed for extension - needs to be abstract, final or empty. 343
 Error javadoc JavadocMethod Missing a Javadoc comment. 343
 Info regexp RegexpSingleline Line has trailing spaces. 350
 Info regexp RegexpSingleline Line has trailing spaces. 354
 Info sizes LineLength Line is longer than 80 characters (found 88). 360
 Info sizes LineLength Line is longer than 80 characters (found 96). 361
 Info sizes LineLength Line is longer than 80 characters (found 89). 362
 Info sizes LineLength Line is longer than 80 characters (found 95). 363
 Info sizes LineLength Line is longer than 80 characters (found 86). 367
 Info sizes LineLength Line is longer than 80 characters (found 98). 369
 Info sizes LineLength Line is longer than 80 characters (found 98). 370
 Info sizes LineLength Line is longer than 80 characters (found 101). 376
 Info regexp RegexpSingleline Line has trailing spaces. 382
 Info regexp RegexpSingleline Line has trailing spaces. 383
 Error javadoc JavadocVariable Missing a Javadoc comment. 390
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 390
 Error javadoc JavadocVariable Missing a Javadoc comment. 391
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 392
 Error javadoc JavadocVariable Missing a Javadoc comment. 393
 Error design VisibilityModifier Variable 'distributed' must be private and have accessor methods. 393
 Error javadoc JavadocVariable Missing a Javadoc comment. 394
 Error design VisibilityModifier Variable 'appId' must be private and have accessor methods. 395
 Error javadoc JavadocVariable Missing a Javadoc comment. 396
 Error design VisibilityModifier Variable 'description' must be private and have accessor methods. 397
 Error javadoc JavadocVariable Missing a Javadoc comment. 398
 Error design VisibilityModifier Variable 'license' must be private and have accessor methods. 398
 Error javadoc JavadocVariable Missing a Javadoc comment. 399
 Error design VisibilityModifier Variable 'sla' must be private and have accessor methods. 399
 Info regexp RegexpSingleline Line has trailing spaces. 403
 Info regexp RegexpSingleline Line has trailing spaces. 405
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 407
 Info regexp RegexpSingleline Line has trailing spaces. 413
 Info regexp RegexpSingleline Line has trailing spaces. 416
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 418
 Info misc FinalParameters Parameter value should be final. 418
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 422
 Error javadoc JavadocMethod Missing a Javadoc comment. 422
 Info regexp RegexpSingleline Line has trailing spaces. 428
 Error javadoc JavadocMethod Expected an @return tag. 430
 Error design DesignForExtension Method 'isDistributed' is not designed for extension - needs to be abstract, final or empty. 430
 Info regexp RegexpSingleline Line has trailing spaces. 436
 Error design DesignForExtension Method 'setDistributed' is not designed for extension - needs to be abstract, final or empty. 438
 Info misc FinalParameters Parameter value should be final. 438
 Error javadoc JavadocMethod Expected @param tag for 'value'. 438
 Error design DesignForExtension Method 'isSetDistributed' is not designed for extension - needs to be abstract, final or empty. 442
 Error javadoc JavadocMethod Missing a Javadoc comment. 442
 Info regexp RegexpSingleline Line has trailing spaces. 448
 Info regexp RegexpSingleline Line has trailing spaces. 450
 Error design DesignForExtension Method 'getAppId' is not designed for extension - needs to be abstract, final or empty. 452
 Info regexp RegexpSingleline Line has trailing spaces. 458
 Info regexp RegexpSingleline Line has trailing spaces. 461
 Error design DesignForExtension Method 'setAppId' is not designed for extension - needs to be abstract, final or empty. 463
 Info misc FinalParameters Parameter value should be final. 463
 Error design DesignForExtension Method 'isSetAppId' is not designed for extension - needs to be abstract, final or empty. 467
 Error javadoc JavadocMethod Missing a Javadoc comment. 467
 Info regexp RegexpSingleline Line has trailing spaces. 473
 Info regexp RegexpSingleline Line has trailing spaces. 475
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 477
 Info regexp RegexpSingleline Line has trailing spaces. 483
 Info regexp RegexpSingleline Line has trailing spaces. 486
 Error design DesignForExtension Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 488
 Info misc FinalParameters Parameter value should be final. 488
 Error design DesignForExtension Method 'isSetDescription' is not designed for extension - needs to be abstract, final or empty. 492
 Error javadoc JavadocMethod Missing a Javadoc comment. 492
 Info regexp RegexpSingleline Line has trailing spaces. 498
 Info regexp RegexpSingleline Line has trailing spaces. 500
 Error design DesignForExtension Method 'getLicense' is not designed for extension - needs to be abstract, final or empty. 502
 Info regexp RegexpSingleline Line has trailing spaces. 508
 Info regexp RegexpSingleline Line has trailing spaces. 511
 Error design DesignForExtension Method 'setLicense' is not designed for extension - needs to be abstract, final or empty. 513
 Info misc FinalParameters Parameter value should be final. 513
 Error design DesignForExtension Method 'isSetLicense' is not designed for extension - needs to be abstract, final or empty. 517
 Error javadoc JavadocMethod Missing a Javadoc comment. 517
 Info regexp RegexpSingleline Line has trailing spaces. 523
 Info regexp RegexpSingleline Line has trailing spaces. 525
 Error design DesignForExtension Method 'getSla' is not designed for extension - needs to be abstract, final or empty. 527
 Info regexp RegexpSingleline Line has trailing spaces. 533
 Info regexp RegexpSingleline Line has trailing spaces. 536
 Error design DesignForExtension Method 'setSla' is not designed for extension - needs to be abstract, final or empty. 538
 Info misc FinalParameters Parameter value should be final. 538
 Error design DesignForExtension Method 'isSetSla' is not designed for extension - needs to be abstract, final or empty. 542
 Error javadoc JavadocMethod Missing a Javadoc comment. 542
 Info regexp RegexpSingleline Line has trailing spaces. 549
 Info regexp RegexpSingleline Line has trailing spaces. 553
 Info sizes LineLength Line is longer than 80 characters (found 92). 559
 Info sizes LineLength Line is longer than 80 characters (found 92). 560
 Info regexp RegexpSingleline Line has trailing spaces. 566
 Info regexp RegexpSingleline Line has trailing spaces. 567
 Error javadoc JavadocVariable Missing a Javadoc comment. 573
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 573
 Error javadoc JavadocVariable Missing a Javadoc comment. 574
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 575
 Error javadoc JavadocVariable Missing a Javadoc comment. 576
 Error design VisibilityModifier Variable 'link' must be private and have accessor methods. 578
 Info regexp RegexpSingleline Line has trailing spaces. 582
 Info regexp RegexpSingleline Line has trailing spaces. 584
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 586
 Info regexp RegexpSingleline Line has trailing spaces. 592
 Info regexp RegexpSingleline Line has trailing spaces. 595
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 597
 Info misc FinalParameters Parameter value should be final. 597
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 601
 Error javadoc JavadocMethod Missing a Javadoc comment. 601
 Info regexp RegexpSingleline Line has trailing spaces. 607
 Info regexp RegexpSingleline Line has trailing spaces. 609
 Error design DesignForExtension Method 'getLink' is not designed for extension - needs to be abstract, final or empty. 611
 Info regexp RegexpSingleline Line has trailing spaces. 617
 Info regexp RegexpSingleline Line has trailing spaces. 620
 Error design DesignForExtension Method 'setLink' is not designed for extension - needs to be abstract, final or empty. 622
 Info misc FinalParameters Parameter value should be final. 622
 Error design DesignForExtension Method 'isSetLink' is not designed for extension - needs to be abstract, final or empty. 626
 Error javadoc JavadocMethod Missing a Javadoc comment. 626
 Info regexp RegexpSingleline Line has trailing spaces. 637
 Info regexp RegexpSingleline Line has trailing spaces. 641
 Info sizes LineLength Line is longer than 80 characters (found 96). 647
 Info sizes LineLength Line is longer than 80 characters (found 86). 651
 Info sizes LineLength Line is longer than 80 characters (found 125). 653
 Info sizes LineLength Line is longer than 80 characters (found 112). 654
 Info regexp RegexpSingleline Line has trailing spaces. 665
 Info regexp RegexpSingleline Line has trailing spaces. 666
 Error javadoc JavadocVariable Missing a Javadoc comment. 672
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 672
 Error javadoc JavadocVariable Missing a Javadoc comment. 673
 Error design VisibilityModifier Variable 'contactPoint' must be private and have accessor methods. 674
 Error javadoc JavadocVariable Missing a Javadoc comment. 675
 Info sizes LineLength Line is longer than 80 characters (found 81). 676
 Error design VisibilityModifier Variable 'remoteManagement' must be private and have accessor methods. 676
 Info regexp RegexpSingleline Line has trailing spaces. 680
 Info regexp RegexpSingleline Line has trailing spaces. 682
 Error design DesignForExtension Method 'getContactPoint' is not designed for extension - needs to be abstract, final or empty. 684
 Info regexp RegexpSingleline Line has trailing spaces. 690
 Info regexp RegexpSingleline Line has trailing spaces. 693
 Error design DesignForExtension Method 'setContactPoint' is not designed for extension - needs to be abstract, final or empty. 695
 Info misc FinalParameters Parameter value should be final. 695
 Error design DesignForExtension Method 'isSetContactPoint' is not designed for extension - needs to be abstract, final or empty. 699
 Error javadoc JavadocMethod Missing a Javadoc comment. 699
 Info regexp RegexpSingleline Line has trailing spaces. 705
 Info regexp RegexpSingleline Line has trailing spaces. 708
 Info sizes LineLength Line is longer than 80 characters (found 84). 710
 Error design DesignForExtension Method 'getRemoteManagement' is not designed for extension - needs to be abstract, final or empty. 710
 Info regexp RegexpSingleline Line has trailing spaces. 716
 Info regexp RegexpSingleline Line has trailing spaces. 720
 Error design DesignForExtension Method 'setRemoteManagement' is not designed for extension - needs to be abstract, final or empty. 722
 Info misc FinalParameters Parameter value should be final. 723
 Error design DesignForExtension Method 'isSetRemoteManagement' is not designed for extension - needs to be abstract, final or empty. 727
 Error javadoc JavadocMethod Missing a Javadoc comment. 727
 Info regexp RegexpSingleline Line has trailing spaces. 734
 Info regexp RegexpSingleline Line has trailing spaces. 738
 Info sizes LineLength Line is longer than 80 characters (found 119). 744
 Info sizes LineLength Line is longer than 80 characters (found 106). 745
 Info regexp RegexpSingleline Line has trailing spaces. 751
 Info regexp RegexpSingleline Line has trailing spaces. 752
 Error javadoc JavadocVariable Missing a Javadoc comment. 758
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 758
 Error javadoc JavadocVariable Missing a Javadoc comment. 759
 Error design VisibilityModifier Variable 'protocols' must be private and have accessor methods. 760
 Error javadoc JavadocVariable Missing a Javadoc comment. 761
 Error design VisibilityModifier Variable 'software' must be private and have accessor methods. 762
 Info regexp RegexpSingleline Line has trailing spaces. 766
 Info regexp RegexpSingleline Line has trailing spaces. 772
 Info regexp RegexpSingleline Line has trailing spaces. 775
 Info regexp RegexpSingleline Line has trailing spaces. 779
 Info regexp RegexpSingleline Line has trailing spaces. 780
 Info regexp RegexpSingleline Line has trailing spaces. 784
 Info regexp RegexpSingleline Line has trailing spaces. 785
 Error javadoc JavadocMethod Expected an @return tag. 787
 Error design DesignForExtension Method 'getProtocols' is not designed for extension - needs to be abstract, final or empty. 787
 Error design DesignForExtension Method 'isSetProtocols' is not designed for extension - needs to be abstract, final or empty. 794
 Error javadoc JavadocMethod Missing a Javadoc comment. 794
 Info sizes LineLength Line is longer than 80 characters (found 81). 795
 Error design DesignForExtension Method 'unsetProtocols' is not designed for extension - needs to be abstract, final or empty. 798
 Error javadoc JavadocMethod Missing a Javadoc comment. 798
 Info regexp RegexpSingleline Line has trailing spaces. 804
 Info regexp RegexpSingleline Line has trailing spaces. 806
 Error design DesignForExtension Method 'getSoftware' is not designed for extension - needs to be abstract, final or empty. 808
 Info regexp RegexpSingleline Line has trailing spaces. 814
 Info regexp RegexpSingleline Line has trailing spaces. 817
 Error design DesignForExtension Method 'setSoftware' is not designed for extension - needs to be abstract, final or empty. 819
 Info misc FinalParameters Parameter value should be final. 819
 Error design DesignForExtension Method 'isSetSoftware' is not designed for extension - needs to be abstract, final or empty. 823
 Error javadoc JavadocMethod Missing a Javadoc comment. 823
 Info regexp RegexpSingleline Line has trailing spaces. 834
 Info regexp RegexpSingleline Line has trailing spaces. 838
 Info sizes LineLength Line is longer than 80 characters (found 99). 844
 Info regexp RegexpSingleline Line has trailing spaces. 850
 Info regexp RegexpSingleline Line has trailing spaces. 851
 Error javadoc JavadocVariable Missing a Javadoc comment. 857
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 857
 Error javadoc JavadocVariable Missing a Javadoc comment. 858
 Error design VisibilityModifier Variable 'part' must be private and have accessor methods. 859
 Info regexp RegexpSingleline Line has trailing spaces. 863
 Info regexp RegexpSingleline Line has trailing spaces. 869
 Info regexp RegexpSingleline Line has trailing spaces. 872
 Info regexp RegexpSingleline Line has trailing spaces. 876
 Info regexp RegexpSingleline Line has trailing spaces. 877
 Info sizes LineLength Line is longer than 80 characters (found 81). 879
 Info regexp RegexpSingleline Line has trailing spaces. 880
 Info regexp RegexpSingleline Line has trailing spaces. 881
 Error javadoc JavadocMethod Expected an @return tag. 883
 Error design DesignForExtension Method 'getPart' is not designed for extension - needs to be abstract, final or empty. 883
 Error design DesignForExtension Method 'isSetPart' is not designed for extension - needs to be abstract, final or empty. 890
 Error javadoc JavadocMethod Missing a Javadoc comment. 890
 Error design DesignForExtension Method 'unsetPart' is not designed for extension - needs to be abstract, final or empty. 894
 Error javadoc JavadocMethod Missing a Javadoc comment. 894
 Info regexp RegexpSingleline Line has trailing spaces. 903
 Info regexp RegexpSingleline Line has trailing spaces. 907
 Info sizes LineLength Line is longer than 80 characters (found 86). 916
 Info sizes LineLength Line is longer than 80 characters (found 116). 918
 Info sizes LineLength Line is longer than 80 characters (found 96). 922
 Info sizes LineLength Line is longer than 80 characters (found 156). 924
 Info sizes LineLength Line is longer than 80 characters (found 96). 933
 Info sizes LineLength Line is longer than 80 characters (found 158). 935
 Info sizes LineLength Line is longer than 80 characters (found 86). 949
 Info sizes LineLength Line is longer than 80 characters (found 114). 951
 Info sizes LineLength Line is longer than 80 characters (found 96). 955
 Info sizes LineLength Line is longer than 80 characters (found 135). 957
 Info sizes LineLength Line is longer than 80 characters (found 96). 966
 Info sizes LineLength Line is longer than 80 characters (found 157). 968
 Info regexp RegexpSingleline Line has trailing spaces. 984
 Info regexp RegexpSingleline Line has trailing spaces. 985
 Error javadoc JavadocVariable Missing a Javadoc comment. 991
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 991
 Error javadoc JavadocVariable Missing a Javadoc comment. 992
 Error design VisibilityModifier Variable 'aalSpace' must be private and have accessor methods. 993
 Error javadoc JavadocVariable Missing a Javadoc comment. 994
 Error design VisibilityModifier Variable 'runtime' must be private and have accessor methods. 995
 Info regexp RegexpSingleline Line has trailing spaces. 999
 Info sizes LineLength Line is longer than 80 characters (found 81). 1000
 Info regexp RegexpSingleline Line has trailing spaces. 1001
 Error design DesignForExtension Method 'getAalSpace' is not designed for extension - needs to be abstract, final or empty. 1003
 Info regexp RegexpSingleline Line has trailing spaces. 1009
 Info regexp RegexpSingleline Line has trailing spaces. 1013
 Error design DesignForExtension Method 'setAalSpace' is not designed for extension - needs to be abstract, final or empty. 1015
 Info misc FinalParameters Parameter value should be final. 1015
 Error design DesignForExtension Method 'isSetAalSpace' is not designed for extension - needs to be abstract, final or empty. 1019
 Error javadoc JavadocMethod Missing a Javadoc comment. 1019
 Info regexp RegexpSingleline Line has trailing spaces. 1025
 Info regexp RegexpSingleline Line has trailing spaces. 1027
 Error design DesignForExtension Method 'getRuntime' is not designed for extension - needs to be abstract, final or empty. 1029
 Info regexp RegexpSingleline Line has trailing spaces. 1035
 Info regexp RegexpSingleline Line has trailing spaces. 1039
 Error design DesignForExtension Method 'setRuntime' is not designed for extension - needs to be abstract, final or empty. 1041
 Info misc FinalParameters Parameter value should be final. 1041
 Error design DesignForExtension Method 'isSetRuntime' is not designed for extension - needs to be abstract, final or empty. 1045
 Error javadoc JavadocMethod Missing a Javadoc comment. 1045
 Info regexp RegexpSingleline Line has trailing spaces. 1052
 Info regexp RegexpSingleline Line has trailing spaces. 1056
 Info sizes LineLength Line is longer than 80 characters (found 110). 1062
 Info sizes LineLength Line is longer than 80 characters (found 90). 1066
 Info sizes LineLength Line is longer than 80 characters (found 150). 1068
 Info sizes LineLength Line is longer than 80 characters (found 90). 1077
 Info sizes LineLength Line is longer than 80 characters (found 152). 1079
 Info regexp RegexpSingleline Line has trailing spaces. 1090
 Info regexp RegexpSingleline Line has trailing spaces. 1091
 Error javadoc JavadocVariable Missing a Javadoc comment. 1098
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1098
 Error javadoc JavadocVariable Missing a Javadoc comment. 1099
 Error design VisibilityModifier Variable 'targetProfile' must be private and have accessor methods. 1100
 Error javadoc JavadocVariable Missing a Javadoc comment. 1101
 Info sizes LineLength Line is longer than 80 characters (found 97). 1102
 Error design VisibilityModifier Variable 'alternativeProfiles' must be private and have accessor methods. 1102
 Error javadoc JavadocVariable Missing a Javadoc comment. 1103
 Info sizes LineLength Line is longer than 80 characters (found 97). 1104
 Error design VisibilityModifier Variable 'requirredOntologies' must be private and have accessor methods. 1104
 Info regexp RegexpSingleline Line has trailing spaces. 1108
 Info regexp RegexpSingleline Line has trailing spaces. 1110
 Error design DesignForExtension Method 'getTargetProfile' is not designed for extension - needs to be abstract, final or empty. 1112
 Info regexp RegexpSingleline Line has trailing spaces. 1118
 Info regexp RegexpSingleline Line has trailing spaces. 1121
 Error design DesignForExtension Method 'setTargetProfile' is not designed for extension - needs to be abstract, final or empty. 1123
 Info misc FinalParameters Parameter value should be final. 1123
 Error design DesignForExtension Method 'isSetTargetProfile' is not designed for extension - needs to be abstract, final or empty. 1127
 Error javadoc JavadocMethod Missing a Javadoc comment. 1127
 Info regexp RegexpSingleline Line has trailing spaces. 1133
 Info sizes LineLength Line is longer than 80 characters (found 86). 1135
 Info regexp RegexpSingleline Line has trailing spaces. 1136
 Info sizes LineLength Line is longer than 80 characters (found 100). 1138
 Error design DesignForExtension Method 'getAlternativeProfiles' is not designed for extension - needs to be abstract, final or empty. 1138
 Info regexp RegexpSingleline Line has trailing spaces. 1144
 Info sizes LineLength Line is longer than 80 characters (found 89). 1147
 Info regexp RegexpSingleline Line has trailing spaces. 1148
 Error design DesignForExtension Method 'setAlternativeProfiles' is not designed for extension - needs to be abstract, final or empty. 1150
 Info sizes LineLength Line is longer than 80 characters (found 83). 1151
 Info misc FinalParameters Parameter value should be final. 1151
 Error design DesignForExtension Method 'isSetAlternativeProfiles' is not designed for extension - needs to be abstract, final or empty. 1155
 Error javadoc JavadocMethod Missing a Javadoc comment. 1155
 Info regexp RegexpSingleline Line has trailing spaces. 1161
 Info sizes LineLength Line is longer than 80 characters (found 86). 1163
 Info regexp RegexpSingleline Line has trailing spaces. 1164
 Info sizes LineLength Line is longer than 80 characters (found 100). 1166
 Error design DesignForExtension Method 'getRequirredOntologies' is not designed for extension - needs to be abstract, final or empty. 1166
 Info regexp RegexpSingleline Line has trailing spaces. 1172
 Info sizes LineLength Line is longer than 80 characters (found 89). 1175
 Info regexp RegexpSingleline Line has trailing spaces. 1176
 Error design DesignForExtension Method 'setRequirredOntologies' is not designed for extension - needs to be abstract, final or empty. 1178
 Info sizes LineLength Line is longer than 80 characters (found 83). 1179
 Info misc FinalParameters Parameter value should be final. 1179
 Error design DesignForExtension Method 'isSetRequirredOntologies' is not designed for extension - needs to be abstract, final or empty. 1183
 Error javadoc JavadocMethod Missing a Javadoc comment. 1183
 Info regexp RegexpSingleline Line has trailing spaces. 1190
 Info regexp RegexpSingleline Line has trailing spaces. 1194
 Info sizes LineLength Line is longer than 80 characters (found 84). 1198
 Info sizes LineLength Line is longer than 80 characters (found 144). 1200
 Info regexp RegexpSingleline Line has trailing spaces. 1206
 Info regexp RegexpSingleline Line has trailing spaces. 1207
 Error javadoc JavadocVariable Missing a Javadoc comment. 1213
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1213
 Error javadoc JavadocVariable Missing a Javadoc comment. 1214
 Error design VisibilityModifier Variable 'profile' must be private and have accessor methods. 1214
 Info regexp RegexpSingleline Line has trailing spaces. 1218
 Info regexp RegexpSingleline Line has trailing spaces. 1225
 Info regexp RegexpSingleline Line has trailing spaces. 1228
 Info regexp RegexpSingleline Line has trailing spaces. 1232
 Info regexp RegexpSingleline Line has trailing spaces. 1233
 Info regexp RegexpSingleline Line has trailing spaces. 1237
 Info regexp RegexpSingleline Line has trailing spaces. 1238
 Error javadoc JavadocMethod Expected an @return tag. 1240
 Error design DesignForExtension Method 'getProfile' is not designed for extension - needs to be abstract, final or empty. 1240
 Error design DesignForExtension Method 'isSetProfile' is not designed for extension - needs to be abstract, final or empty. 1247
 Error javadoc JavadocMethod Missing a Javadoc comment. 1247
 Info sizes LineLength Line is longer than 80 characters (found 81). 1248
 Error design DesignForExtension Method 'unsetProfile' is not designed for extension - needs to be abstract, final or empty. 1251
 Error javadoc JavadocMethod Missing a Javadoc comment. 1251
 Info regexp RegexpSingleline Line has trailing spaces. 1260
 Info regexp RegexpSingleline Line has trailing spaces. 1264
 Info sizes LineLength Line is longer than 80 characters (found 84). 1268
 Info sizes LineLength Line is longer than 80 characters (found 146). 1270
 Info regexp RegexpSingleline Line has trailing spaces. 1276
 Info regexp RegexpSingleline Line has trailing spaces. 1277
 Error javadoc JavadocVariable Missing a Javadoc comment. 1283
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1283
 Error javadoc JavadocVariable Missing a Javadoc comment. 1284
 Error design VisibilityModifier Variable 'ontology' must be private and have accessor methods. 1284
 Info regexp RegexpSingleline Line has trailing spaces. 1288
 Info regexp RegexpSingleline Line has trailing spaces. 1295
 Info regexp RegexpSingleline Line has trailing spaces. 1298
 Info regexp RegexpSingleline Line has trailing spaces. 1302
 Info regexp RegexpSingleline Line has trailing spaces. 1303
 Info regexp RegexpSingleline Line has trailing spaces. 1307
 Info regexp RegexpSingleline Line has trailing spaces. 1308
 Error javadoc JavadocMethod Expected an @return tag. 1310
 Error design DesignForExtension Method 'getOntology' is not designed for extension - needs to be abstract, final or empty. 1310
 Error design DesignForExtension Method 'isSetOntology' is not designed for extension - needs to be abstract, final or empty. 1317
 Error javadoc JavadocMethod Missing a Javadoc comment. 1317
 Error design DesignForExtension Method 'unsetOntology' is not designed for extension - needs to be abstract, final or empty. 1322
 Error javadoc JavadocMethod Missing a Javadoc comment. 1322
 Info regexp RegexpSingleline Line has trailing spaces. 1333
 Info regexp RegexpSingleline Line has trailing spaces. 1337
 Info sizes LineLength Line is longer than 80 characters (found 108). 1343
 Info sizes LineLength Line is longer than 80 characters (found 90). 1347
 Info sizes LineLength Line is longer than 80 characters (found 129). 1349
 Info sizes LineLength Line is longer than 80 characters (found 90). 1358
 Info sizes LineLength Line is longer than 80 characters (found 151). 1360
 Info regexp RegexpSingleline Line has trailing spaces. 1371
 Info regexp RegexpSingleline Line has trailing spaces. 1372
 Error javadoc JavadocVariable Missing a Javadoc comment. 1378
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1378
 Error javadoc JavadocVariable Missing a Javadoc comment. 1379
 Error design VisibilityModifier Variable 'middleware' must be private and have accessor methods. 1380
 Error javadoc JavadocVariable Missing a Javadoc comment. 1381
 Error design VisibilityModifier Variable 'broker' must be private and have accessor methods. 1382
 Error javadoc JavadocVariable Missing a Javadoc comment. 1383
 Error design VisibilityModifier Variable 'managers' must be private and have accessor methods. 1384
 Info regexp RegexpSingleline Line has trailing spaces. 1388
 Info regexp RegexpSingleline Line has trailing spaces. 1390
 Error design DesignForExtension Method 'getMiddleware' is not designed for extension - needs to be abstract, final or empty. 1392
 Info regexp RegexpSingleline Line has trailing spaces. 1398
 Info regexp RegexpSingleline Line has trailing spaces. 1401
 Error design DesignForExtension Method 'setMiddleware' is not designed for extension - needs to be abstract, final or empty. 1403
 Info misc FinalParameters Parameter value should be final. 1403
 Error design DesignForExtension Method 'isSetMiddleware' is not designed for extension - needs to be abstract, final or empty. 1407
 Error javadoc JavadocMethod Missing a Javadoc comment. 1407
 Info regexp RegexpSingleline Line has trailing spaces. 1413
 Info regexp RegexpSingleline Line has trailing spaces. 1416
 Error design DesignForExtension Method 'getBroker' is not designed for extension - needs to be abstract, final or empty. 1418
 Info regexp RegexpSingleline Line has trailing spaces. 1424
 Info regexp RegexpSingleline Line has trailing spaces. 1428
 Info sizes LineLength Line is longer than 80 characters (found 83). 1430
 Error design DesignForExtension Method 'setBroker' is not designed for extension - needs to be abstract, final or empty. 1430
 Info misc FinalParameters Parameter value should be final. 1430
 Error design DesignForExtension Method 'isSetBroker' is not designed for extension - needs to be abstract, final or empty. 1434
 Error javadoc JavadocMethod Missing a Javadoc comment. 1434
 Info regexp RegexpSingleline Line has trailing spaces. 1440
 Info regexp RegexpSingleline Line has trailing spaces. 1443
 Error design DesignForExtension Method 'getManagers' is not designed for extension - needs to be abstract, final or empty. 1445
 Info regexp RegexpSingleline Line has trailing spaces. 1451
 Info regexp RegexpSingleline Line has trailing spaces. 1455
 Error design DesignForExtension Method 'setManagers' is not designed for extension - needs to be abstract, final or empty. 1457
 Info misc FinalParameters Parameter value should be final. 1458
 Error design DesignForExtension Method 'isSetManagers' is not designed for extension - needs to be abstract, final or empty. 1462
 Error javadoc JavadocMethod Missing a Javadoc comment. 1462
 Info regexp RegexpSingleline Line has trailing spaces. 1469
 Info regexp RegexpSingleline Line has trailing spaces. 1473
 Info sizes LineLength Line is longer than 80 characters (found 84). 1477
 Info sizes LineLength Line is longer than 80 characters (found 123). 1479
 Info regexp RegexpSingleline Line has trailing spaces. 1485
 Info regexp RegexpSingleline Line has trailing spaces. 1486
 Error javadoc JavadocVariable Missing a Javadoc comment. 1492
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1492
 Info sizes LineLength Line is longer than 80 characters (found 93). 1493
 Error javadoc JavadocVariable Missing a Javadoc comment. 1493
 Error design VisibilityModifier Variable 'broker' must be private and have accessor methods. 1493
 Info regexp RegexpSingleline Line has trailing spaces. 1497
 Info regexp RegexpSingleline Line has trailing spaces. 1504
 Info regexp RegexpSingleline Line has trailing spaces. 1507
 Info regexp RegexpSingleline Line has trailing spaces. 1511
 Info regexp RegexpSingleline Line has trailing spaces. 1512
 Info sizes LineLength Line is longer than 80 characters (found 84). 1515
 Info regexp RegexpSingleline Line has trailing spaces. 1516
 Info regexp RegexpSingleline Line has trailing spaces. 1517
 Error javadoc JavadocMethod Expected an @return tag. 1519
 Info sizes LineLength Line is longer than 80 characters (found 96). 1519
 Error design DesignForExtension Method 'getBroker' is not designed for extension - needs to be abstract, final or empty. 1519
 Info sizes LineLength Line is longer than 80 characters (found 104). 1521
 Error design DesignForExtension Method 'isSetBroker' is not designed for extension - needs to be abstract, final or empty. 1526
 Error javadoc JavadocMethod Missing a Javadoc comment. 1526
 Error design DesignForExtension Method 'unsetBroker' is not designed for extension - needs to be abstract, final or empty. 1530
 Error javadoc JavadocMethod Missing a Javadoc comment. 1530
 Info regexp RegexpSingleline Line has trailing spaces. 1539
 Info regexp RegexpSingleline Line has trailing spaces. 1543
 Info sizes LineLength Line is longer than 80 characters (found 84). 1547
 Info sizes LineLength Line is longer than 80 characters (found 145). 1549
 Info regexp RegexpSingleline Line has trailing spaces. 1555
 Info regexp RegexpSingleline Line has trailing spaces. 1556
 Error javadoc JavadocVariable Missing a Javadoc comment. 1562
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1562
 Error javadoc JavadocVariable Missing a Javadoc comment. 1563
 Error design VisibilityModifier Variable 'manager' must be private and have accessor methods. 1563
 Info regexp RegexpSingleline Line has trailing spaces. 1567
 Info regexp RegexpSingleline Line has trailing spaces. 1574
 Info regexp RegexpSingleline Line has trailing spaces. 1577
 Info regexp RegexpSingleline Line has trailing spaces. 1581
 Info regexp RegexpSingleline Line has trailing spaces. 1582
 Info regexp RegexpSingleline Line has trailing spaces. 1586
 Info regexp RegexpSingleline Line has trailing spaces. 1587
 Error javadoc JavadocMethod Expected an @return tag. 1589
 Error design DesignForExtension Method 'getManager' is not designed for extension - needs to be abstract, final or empty. 1589
 Error design DesignForExtension Method 'isSetManager' is not designed for extension - needs to be abstract, final or empty. 1596
 Error javadoc JavadocMethod Missing a Javadoc comment. 1596
 Info sizes LineLength Line is longer than 80 characters (found 81). 1597
 Error design DesignForExtension Method 'unsetManager' is not designed for extension - needs to be abstract, final or empty. 1600
 Error javadoc JavadocMethod Missing a Javadoc comment. 1600
 Info regexp RegexpSingleline Line has trailing spaces. 1613
 Info regexp RegexpSingleline Line has trailing spaces. 1617
 Info sizes LineLength Line is longer than 80 characters (found 88). 1623
 Info sizes LineLength Line is longer than 80 characters (found 91). 1624
 Info sizes LineLength Line is longer than 80 characters (found 95). 1625
 Info regexp RegexpSingleline Line has trailing spaces. 1631
 Info regexp RegexpSingleline Line has trailing spaces. 1632
 Error javadoc JavadocVariable Missing a Javadoc comment. 1638
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1638
 Error javadoc JavadocVariable Missing a Javadoc comment. 1639
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 1640
 Error javadoc JavadocVariable Missing a Javadoc comment. 1641
 Error design VisibilityModifier Variable 'webSite' must be private and have accessor methods. 1643
 Error javadoc JavadocVariable Missing a Javadoc comment. 1644
 Error design VisibilityModifier Variable 'certificate' must be private and have accessor methods. 1646
 Info regexp RegexpSingleline Line has trailing spaces. 1650
 Info regexp RegexpSingleline Line has trailing spaces. 1652
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 1654
 Info regexp RegexpSingleline Line has trailing spaces. 1660
 Info regexp RegexpSingleline Line has trailing spaces. 1663
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 1665
 Info misc FinalParameters Parameter value should be final. 1665
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 1669
 Error javadoc JavadocMethod Missing a Javadoc comment. 1669
 Info regexp RegexpSingleline Line has trailing spaces. 1675
 Info regexp RegexpSingleline Line has trailing spaces. 1677
 Error design DesignForExtension Method 'getWebSite' is not designed for extension - needs to be abstract, final or empty. 1679
 Info regexp RegexpSingleline Line has trailing spaces. 1685
 Info regexp RegexpSingleline Line has trailing spaces. 1688
 Error design DesignForExtension Method 'setWebSite' is not designed for extension - needs to be abstract, final or empty. 1690
 Info misc FinalParameters Parameter value should be final. 1690
 Error design DesignForExtension Method 'isSetWebSite' is not designed for extension - needs to be abstract, final or empty. 1694
 Error javadoc JavadocMethod Missing a Javadoc comment. 1694
 Info regexp RegexpSingleline Line has trailing spaces. 1700
 Info regexp RegexpSingleline Line has trailing spaces. 1702
 Error design DesignForExtension Method 'getCertificate' is not designed for extension - needs to be abstract, final or empty. 1704
 Info regexp RegexpSingleline Line has trailing spaces. 1710
 Info regexp RegexpSingleline Line has trailing spaces. 1713
 Error design DesignForExtension Method 'setCertificate' is not designed for extension - needs to be abstract, final or empty. 1715
 Info misc FinalParameters Parameter value should be final. 1715
 Error design DesignForExtension Method 'isSetCertificate' is not designed for extension - needs to be abstract, final or empty. 1719
 Error javadoc JavadocMethod Missing a Javadoc comment. 1719

org/universAAL/middleware/interfaces/mpa/model/Artifact.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info sizes LineLength Line is longer than 80 characters (found 105). 44
 Info sizes LineLength Line is longer than 80 characters (found 104). 45
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error design VisibilityModifier Variable 'deploymentUnit' must be private and have accessor methods. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error design VisibilityModifier Variable 'executionUnit' must be private and have accessor methods. 62
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Info regexp RegexpSingleline Line has trailing spaces. 72
 Info regexp RegexpSingleline Line has trailing spaces. 75
 Info regexp RegexpSingleline Line has trailing spaces. 79
 Info regexp RegexpSingleline Line has trailing spaces. 80
 Info regexp RegexpSingleline Line has trailing spaces. 84
 Info regexp RegexpSingleline Line has trailing spaces. 85
 Error javadoc JavadocMethod Expected an @return tag. 87
 Error design DesignForExtension Method 'getDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. 87
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 88
 Info regexp RegexpSingleline Line has trailing spaces. 96
 Info regexp RegexpSingleline Line has trailing spaces. 102
 Info regexp RegexpSingleline Line has trailing spaces. 105
 Info regexp RegexpSingleline Line has trailing spaces. 109
 Info regexp RegexpSingleline Line has trailing spaces. 110
 Info regexp RegexpSingleline Line has trailing spaces. 114
 Info regexp RegexpSingleline Line has trailing spaces. 115
 Error javadoc JavadocMethod Expected an @return tag. 117
 Error design DesignForExtension Method 'getExecutionUnit' is not designed for extension - needs to be abstract, final or empty. 117

org/universAAL/middleware/interfaces/mpa/model/ArtifactType.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info sizes LineLength Line is longer than 80 characters (found 90). 42
 Info sizes LineLength Line is longer than 80 characters (found 96). 43
 Info regexp RegexpSingleline Line has trailing spaces. 49
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error design VisibilityModifier Variable 'artifactId' must be private and have accessor methods. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error design VisibilityModifier Variable 'version' must be private and have accessor methods. 60
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Error design DesignForExtension Method 'getArtifactId' is not designed for extension - needs to be abstract, final or empty. 68
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 69
 Info regexp RegexpSingleline Line has trailing spaces. 74
 Info regexp RegexpSingleline Line has trailing spaces. 77
 Error design DesignForExtension Method 'setArtifactId' is not designed for extension - needs to be abstract, final or empty. 79
 Info misc FinalParameters Parameter value should be final. 79
 Error design DesignForExtension Method 'isSetArtifactId' is not designed for extension - needs to be abstract, final or empty. 83
 Error javadoc JavadocMethod Missing a Javadoc comment. 83
 Info regexp RegexpSingleline Line has trailing spaces. 89
 Info regexp RegexpSingleline Line has trailing spaces. 91
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 93
 Info regexp RegexpSingleline Line has trailing spaces. 99
 Info regexp RegexpSingleline Line has trailing spaces. 102
 Error design DesignForExtension Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 104
 Info misc FinalParameters Parameter value should be final. 104
 Error design DesignForExtension Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. 108
 Error javadoc JavadocMethod Missing a Javadoc comment. 108

org/universAAL/middleware/interfaces/mpa/model/Broker.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info sizes LineLength Line is longer than 80 characters (found 84). 43
 Info sizes LineLength Line is longer than 80 characters (found 98). 44
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error design VisibilityModifier Variable 'software' must be private and have accessor methods. 62
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Info regexp RegexpSingleline Line has trailing spaces. 68
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 70
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 71
 Info regexp RegexpSingleline Line has trailing spaces. 76
 Info regexp RegexpSingleline Line has trailing spaces. 79
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 81
 Info misc FinalParameters Parameter value should be final. 81
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 85
 Error javadoc JavadocMethod Missing a Javadoc comment. 85
 Info regexp RegexpSingleline Line has trailing spaces. 91
 Info regexp RegexpSingleline Line has trailing spaces. 93
 Error design DesignForExtension Method 'getSoftware' is not designed for extension - needs to be abstract, final or empty. 95
 Info regexp RegexpSingleline Line has trailing spaces. 101
 Info regexp RegexpSingleline Line has trailing spaces. 104
 Error design DesignForExtension Method 'setSoftware' is not designed for extension - needs to be abstract, final or empty. 106
 Info misc FinalParameters Parameter value should be final. 106
 Error design DesignForExtension Method 'isSetSoftware' is not designed for extension - needs to be abstract, final or empty. 110
 Error javadoc JavadocMethod Missing a Javadoc comment. 110

org/universAAL/middleware/interfaces/mpa/model/Brokers.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info sizes LineLength Line is longer than 80 characters (found 98). 42
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Info regexp RegexpSingleline Line has trailing spaces. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error design VisibilityModifier Variable 'software' must be private and have accessor methods. 57
 Info regexp RegexpSingleline Line has trailing spaces. 61
 Info regexp RegexpSingleline Line has trailing spaces. 63
 Error design DesignForExtension Method 'getSoftware' is not designed for extension - needs to be abstract, final or empty. 65
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 66
 Info regexp RegexpSingleline Line has trailing spaces. 71
 Info regexp RegexpSingleline Line has trailing spaces. 74
 Error design DesignForExtension Method 'setSoftware' is not designed for extension - needs to be abstract, final or empty. 76
 Info misc FinalParameters Parameter value should be final. 76

org/universAAL/middleware/interfaces/mpa/model/Bundle.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info sizes LineLength Line is longer than 80 characters (found 89). 47
 Info sizes LineLength Line is longer than 80 characters (found 87). 48
 Info sizes LineLength Line is longer than 80 characters (found 92). 49
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Info regexp RegexpSingleline Line has trailing spaces. 55
 Info sizes LineLength Line is longer than 80 characters (found 111). 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error design VisibilityModifier Variable 'value' must be private and have accessor methods. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error design VisibilityModifier Variable 'startLevel' must be private and have accessor methods. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error design VisibilityModifier Variable 'start' must be private and have accessor methods. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error design VisibilityModifier Variable 'dependency' must be private and have accessor methods. 70
 Info regexp RegexpSingleline Line has trailing spaces. 74
 Info regexp RegexpSingleline Line has trailing spaces. 76
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 78
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 79
 Info regexp RegexpSingleline Line has trailing spaces. 84
 Info regexp RegexpSingleline Line has trailing spaces. 87
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 89
 Info misc FinalParameters Parameter value should be final. 89
 Warning coding HiddenField 'value' hides a field. 89
 Error design DesignForExtension Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. 93
 Error javadoc JavadocMethod Missing a Javadoc comment. 93
 Info regexp RegexpSingleline Line has trailing spaces. 99
 Info regexp RegexpSingleline Line has trailing spaces. 101
 Error design DesignForExtension Method 'getStartLevel' is not designed for extension - needs to be abstract, final or empty. 103
 Info regexp RegexpSingleline Line has trailing spaces. 109
 Info regexp RegexpSingleline Line has trailing spaces. 112
 Error design DesignForExtension Method 'setStartLevel' is not designed for extension - needs to be abstract, final or empty. 114
 Info misc FinalParameters Parameter value should be final. 114
 Warning coding HiddenField 'value' hides a field. 114
 Error design DesignForExtension Method 'isSetStartLevel' is not designed for extension - needs to be abstract, final or empty. 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Error design DesignForExtension Method 'unsetStartLevel' is not designed for extension - needs to be abstract, final or empty. 122
 Error javadoc JavadocMethod Missing a Javadoc comment. 122
 Info regexp RegexpSingleline Line has trailing spaces. 128
 Info regexp RegexpSingleline Line has trailing spaces. 130
 Error design DesignForExtension Method 'isStart' is not designed for extension - needs to be abstract, final or empty. 132
 Info regexp RegexpSingleline Line has trailing spaces. 138
 Info regexp RegexpSingleline Line has trailing spaces. 141
 Error design DesignForExtension Method 'setStart' is not designed for extension - needs to be abstract, final or empty. 143
 Info misc FinalParameters Parameter value should be final. 143
 Warning coding HiddenField 'value' hides a field. 143
 Error design DesignForExtension Method 'isSetStart' is not designed for extension - needs to be abstract, final or empty. 147
 Error javadoc JavadocMethod Missing a Javadoc comment. 147
 Error design DesignForExtension Method 'unsetStart' is not designed for extension - needs to be abstract, final or empty. 151
 Error javadoc JavadocMethod Missing a Javadoc comment. 151
 Info regexp RegexpSingleline Line has trailing spaces. 157
 Info regexp RegexpSingleline Line has trailing spaces. 159
 Error design DesignForExtension Method 'isDependency' is not designed for extension - needs to be abstract, final or empty. 161
 Info regexp RegexpSingleline Line has trailing spaces. 167
 Info regexp RegexpSingleline Line has trailing spaces. 170
 Error design DesignForExtension Method 'setDependency' is not designed for extension - needs to be abstract, final or empty. 172
 Info misc FinalParameters Parameter value should be final. 172
 Warning coding HiddenField 'value' hides a field. 172
 Error design DesignForExtension Method 'isSetDependency' is not designed for extension - needs to be abstract, final or empty. 176
 Error javadoc JavadocMethod Missing a Javadoc comment. 176
 Error design DesignForExtension Method 'unsetDependency' is not designed for extension - needs to be abstract, final or empty. 180
 Error javadoc JavadocMethod Missing a Javadoc comment. 180

org/universAAL/middleware/interfaces/mpa/model/Config.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info sizes LineLength Line is longer than 80 characters (found 100). 47
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Info sizes LineLength Line is longer than 80 characters (found 111). 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error design VisibilityModifier Variable 'value' must be private and have accessor methods. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 63
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Info regexp RegexpSingleline Line has trailing spaces. 69
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 71
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 72
 Info regexp RegexpSingleline Line has trailing spaces. 77
 Info regexp RegexpSingleline Line has trailing spaces. 80
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 82
 Info misc FinalParameters Parameter value should be final. 82
 Warning coding HiddenField 'value' hides a field. 82
 Error design DesignForExtension Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. 86
 Error javadoc JavadocMethod Missing a Javadoc comment. 86
 Info regexp RegexpSingleline Line has trailing spaces. 92
 Info regexp RegexpSingleline Line has trailing spaces. 94
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 96
 Info regexp RegexpSingleline Line has trailing spaces. 102
 Info regexp RegexpSingleline Line has trailing spaces. 105
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 107
 Info misc FinalParameters Parameter value should be final. 107
 Warning coding HiddenField 'value' hides a field. 107
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 111
 Error javadoc JavadocMethod Missing a Javadoc comment. 111

org/universAAL/middleware/interfaces/mpa/model/ConfigFile.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info sizes LineLength Line is longer than 80 characters (found 105). 47
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Info sizes LineLength Line is longer than 80 characters (found 115). 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error design VisibilityModifier Variable 'value' must be private and have accessor methods. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error design VisibilityModifier Variable 'finalname' must be private and have accessor methods. 63
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Info regexp RegexpSingleline Line has trailing spaces. 69
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 71
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 72
 Info regexp RegexpSingleline Line has trailing spaces. 77
 Info regexp RegexpSingleline Line has trailing spaces. 80
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 82
 Info misc FinalParameters Parameter value should be final. 82
 Warning coding HiddenField 'value' hides a field. 82
 Error design DesignForExtension Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. 86
 Error javadoc JavadocMethod Missing a Javadoc comment. 86
 Info regexp RegexpSingleline Line has trailing spaces. 92
 Info regexp RegexpSingleline Line has trailing spaces. 94
 Error design DesignForExtension Method 'getFinalname' is not designed for extension - needs to be abstract, final or empty. 96
 Info regexp RegexpSingleline Line has trailing spaces. 102
 Info regexp RegexpSingleline Line has trailing spaces. 105
 Error design DesignForExtension Method 'setFinalname' is not designed for extension - needs to be abstract, final or empty. 107
 Info misc FinalParameters Parameter value should be final. 107
 Warning coding HiddenField 'value' hides a field. 107
 Error design DesignForExtension Method 'isSetFinalname' is not designed for extension - needs to be abstract, final or empty. 111
 Error javadoc JavadocMethod Missing a Javadoc comment. 111

org/universAAL/middleware/interfaces/mpa/model/Dependency.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info sizes LineLength Line is longer than 80 characters (found 90). 45
 Info sizes LineLength Line is longer than 80 characters (found 104). 46
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Info sizes LineLength Line is longer than 80 characters (found 115). 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error design VisibilityModifier Variable 'value' must be private and have accessor methods. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error design VisibilityModifier Variable 'version' must be private and have accessor methods. 62
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Info regexp RegexpSingleline Line has trailing spaces. 68
 Info regexp RegexpSingleline Line has trailing spaces. 70
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 72
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 73
 Info regexp RegexpSingleline Line has trailing spaces. 78
 Info regexp RegexpSingleline Line has trailing spaces. 81
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 83
 Info misc FinalParameters Parameter value should be final. 83
 Warning coding HiddenField 'value' hides a field. 83
 Error design DesignForExtension Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. 87
 Error javadoc JavadocMethod Missing a Javadoc comment. 87
 Info regexp RegexpSingleline Line has trailing spaces. 93
 Info regexp RegexpSingleline Line has trailing spaces. 95
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 97
 Info regexp RegexpSingleline Line has trailing spaces. 107
 Info regexp RegexpSingleline Line has trailing spaces. 110
 Error design DesignForExtension Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 112
 Info misc FinalParameters Parameter value should be final. 112
 Warning coding HiddenField 'value' hides a field. 112
 Error design DesignForExtension Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. 116
 Error javadoc JavadocMethod Missing a Javadoc comment. 116

org/universAAL/middleware/interfaces/mpa/model/DeploymentUnit.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info sizes LineLength Line is longer than 80 characters (found 90). 48
 Info sizes LineLength Line is longer than 80 characters (found 102). 49
 Info sizes LineLength Line is longer than 80 characters (found 82). 53
 Info sizes LineLength Line is longer than 80 characters (found 92). 58
 Info sizes LineLength Line is longer than 80 characters (found 122). 61
 Info sizes LineLength Line is longer than 80 characters (found 115). 62
 Info sizes LineLength Line is longer than 80 characters (found 106). 64
 Info sizes LineLength Line is longer than 80 characters (found 97). 70
 Info sizes LineLength Line is longer than 80 characters (found 98). 71
 Info sizes LineLength Line is longer than 80 characters (found 96). 72
 Info regexp RegexpSingleline Line has trailing spaces. 84
 Info regexp RegexpSingleline Line has trailing spaces. 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 92
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 92
 Error javadoc JavadocVariable Missing a Javadoc comment. 93
 Error design VisibilityModifier Variable 'osUnit' must be private and have accessor methods. 93
 Error javadoc JavadocVariable Missing a Javadoc comment. 94
 Error design VisibilityModifier Variable 'platformUnit' must be private and have accessor methods. 94
 Error javadoc JavadocVariable Missing a Javadoc comment. 95
 Error design VisibilityModifier Variable 'containerUnit' must be private and have accessor methods. 95
 Error javadoc JavadocVariable Missing a Javadoc comment. 96
 Error design VisibilityModifier Variable 'id' must be private and have accessor methods. 100
 Info regexp RegexpSingleline Line has trailing spaces. 104
 Info regexp RegexpSingleline Line has trailing spaces. 106
 Error design DesignForExtension Method 'getOsUnit' is not designed for extension - needs to be abstract, final or empty. 108
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 109
 Info regexp RegexpSingleline Line has trailing spaces. 114
 Info regexp RegexpSingleline Line has trailing spaces. 117
 Error design DesignForExtension Method 'setOsUnit' is not designed for extension - needs to be abstract, final or empty. 119
 Info misc FinalParameters Parameter value should be final. 119
 Error design DesignForExtension Method 'isSetOsUnit' is not designed for extension - needs to be abstract, final or empty. 123
 Error javadoc JavadocMethod Missing a Javadoc comment. 123
 Info regexp RegexpSingleline Line has trailing spaces. 129
 Info regexp RegexpSingleline Line has trailing spaces. 131
 Error design DesignForExtension Method 'getPlatformUnit' is not designed for extension - needs to be abstract, final or empty. 133
 Info regexp RegexpSingleline Line has trailing spaces. 139
 Info regexp RegexpSingleline Line has trailing spaces. 142
 Error design DesignForExtension Method 'setPlatformUnit' is not designed for extension - needs to be abstract, final or empty. 144
 Info misc FinalParameters Parameter value should be final. 144
 Error design DesignForExtension Method 'isSetPlatformUnit' is not designed for extension - needs to be abstract, final or empty. 148
 Error javadoc JavadocMethod Missing a Javadoc comment. 148
 Info regexp RegexpSingleline Line has trailing spaces. 154
 Info regexp RegexpSingleline Line has trailing spaces. 156
 Error design DesignForExtension Method 'getContainerUnit' is not designed for extension - needs to be abstract, final or empty. 158
 Info regexp RegexpSingleline Line has trailing spaces. 164
 Info regexp RegexpSingleline Line has trailing spaces. 167
 Error design DesignForExtension Method 'setContainerUnit' is not designed for extension - needs to be abstract, final or empty. 169
 Info misc FinalParameters Parameter value should be final. 169
 Error design DesignForExtension Method 'isSetContainerUnit' is not designed for extension - needs to be abstract, final or empty. 173
 Error javadoc JavadocMethod Missing a Javadoc comment. 173
 Info regexp RegexpSingleline Line has trailing spaces. 179
 Info regexp RegexpSingleline Line has trailing spaces. 181
 Error design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 183
 Info regexp RegexpSingleline Line has trailing spaces. 189
 Info regexp RegexpSingleline Line has trailing spaces. 192
 Error design DesignForExtension Method 'setId' is not designed for extension - needs to be abstract, final or empty. 194
 Info misc FinalParameters Parameter value should be final. 194
 Error design DesignForExtension Method 'isSetId' is not designed for extension - needs to be abstract, final or empty. 198
 Error javadoc JavadocMethod Missing a Javadoc comment. 198
 Info regexp RegexpSingleline Line has trailing spaces. 205
 Info regexp RegexpSingleline Line has trailing spaces. 209
 Info sizes LineLength Line is longer than 80 characters (found 86). 218
 Info sizes LineLength Line is longer than 80 characters (found 116). 221
 Info sizes LineLength Line is longer than 80 characters (found 109). 222
 Info sizes LineLength Line is longer than 80 characters (found 100). 224
 Info sizes LineLength Line is longer than 80 characters (found 91). 230
 Info sizes LineLength Line is longer than 80 characters (found 92). 231
 Info sizes LineLength Line is longer than 80 characters (found 90). 232
 Info regexp RegexpSingleline Line has trailing spaces. 238
 Info regexp RegexpSingleline Line has trailing spaces. 239
 Error javadoc JavadocVariable Missing a Javadoc comment. 245
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 245
 Error javadoc JavadocVariable Missing a Javadoc comment. 246
 Error design VisibilityModifier Variable 'karaf' must be private and have accessor methods. 246
 Error javadoc JavadocVariable Missing a Javadoc comment. 247
 Error design VisibilityModifier Variable 'tomcat' must be private and have accessor methods. 247
 Error javadoc JavadocVariable Missing a Javadoc comment. 248
 Error design VisibilityModifier Variable 'equinox' must be private and have accessor methods. 248
 Error javadoc JavadocVariable Missing a Javadoc comment. 249
 Error design VisibilityModifier Variable 'felix' must be private and have accessor methods. 249
 Info regexp RegexpSingleline Line has trailing spaces. 253
 Info sizes LineLength Line is longer than 80 characters (found 81). 254
 Info regexp RegexpSingleline Line has trailing spaces. 255
 Error design DesignForExtension Method 'getKaraf' is not designed for extension - needs to be abstract, final or empty. 257
 Info regexp RegexpSingleline Line has trailing spaces. 263
 Info regexp RegexpSingleline Line has trailing spaces. 267
 Error design DesignForExtension Method 'setKaraf' is not designed for extension - needs to be abstract, final or empty. 269
 Info misc FinalParameters Parameter value should be final. 269
 Error design DesignForExtension Method 'isSetKaraf' is not designed for extension - needs to be abstract, final or empty. 273
 Error javadoc JavadocMethod Missing a Javadoc comment. 273
 Info regexp RegexpSingleline Line has trailing spaces. 279
 Info regexp RegexpSingleline Line has trailing spaces. 281
 Error design DesignForExtension Method 'getTomcat' is not designed for extension - needs to be abstract, final or empty. 283
 Info regexp RegexpSingleline Line has trailing spaces. 289
 Info regexp RegexpSingleline Line has trailing spaces. 292
 Error design DesignForExtension Method 'setTomcat' is not designed for extension - needs to be abstract, final or empty. 294
 Info misc FinalParameters Parameter value should be final. 294
 Error design DesignForExtension Method 'isSetTomcat' is not designed for extension - needs to be abstract, final or empty. 298
 Error javadoc JavadocMethod Missing a Javadoc comment. 298
 Info regexp RegexpSingleline Line has trailing spaces. 304
 Info regexp RegexpSingleline Line has trailing spaces. 306
 Error design DesignForExtension Method 'getEquinox' is not designed for extension - needs to be abstract, final or empty. 308
 Info regexp RegexpSingleline Line has trailing spaces. 314
 Info regexp RegexpSingleline Line has trailing spaces. 317
 Error design DesignForExtension Method 'setEquinox' is not designed for extension - needs to be abstract, final or empty. 319
 Info misc FinalParameters Parameter value should be final. 319
 Error design DesignForExtension Method 'isSetEquinox' is not designed for extension - needs to be abstract, final or empty. 323
 Error javadoc JavadocMethod Missing a Javadoc comment. 323
 Info regexp RegexpSingleline Line has trailing spaces. 329
 Info regexp RegexpSingleline Line has trailing spaces. 331
 Error design DesignForExtension Method 'getFelix' is not designed for extension - needs to be abstract, final or empty. 333
 Info regexp RegexpSingleline Line has trailing spaces. 339
 Info regexp RegexpSingleline Line has trailing spaces. 342
 Error design DesignForExtension Method 'setFelix' is not designed for extension - needs to be abstract, final or empty. 344
 Info misc FinalParameters Parameter value should be final. 344
 Error design DesignForExtension Method 'isSetFelix' is not designed for extension - needs to be abstract, final or empty. 348
 Error javadoc JavadocMethod Missing a Javadoc comment. 348
 Info regexp RegexpSingleline Line has trailing spaces. 355
 Info regexp RegexpSingleline Line has trailing spaces. 359
 Info sizes LineLength Line is longer than 80 characters (found 110). 366
 Info sizes LineLength Line is longer than 80 characters (found 103). 367
 Info sizes LineLength Line is longer than 80 characters (found 94). 369
 Info regexp RegexpSingleline Line has trailing spaces. 375
 Info regexp RegexpSingleline Line has trailing spaces. 376
 Error javadoc JavadocVariable Missing a Javadoc comment. 383
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 383
 Error javadoc JavadocVariable Missing a Javadoc comment. 384
 Error design VisibilityModifier Variable 'embedding' must be private and have accessor methods. 385
 Error javadoc JavadocVariable Missing a Javadoc comment. 386
 Error design VisibilityModifier Variable 'embeddingName' must be private and have accessor methods. 387
 Info sizes LineLength Line is longer than 80 characters (found 101). 388
 Error javadoc JavadocVariable Missing a Javadoc comment. 388
 Error design VisibilityModifier Variable 'features' must be private and have accessor methods. 389
 Info regexp RegexpSingleline Line has trailing spaces. 393
 Info regexp RegexpSingleline Line has trailing spaces. 395
 Error design DesignForExtension Method 'getEmbedding' is not designed for extension - needs to be abstract, final or empty. 397
 Info regexp RegexpSingleline Line has trailing spaces. 403
 Info regexp RegexpSingleline Line has trailing spaces. 406
 Error design DesignForExtension Method 'setEmbedding' is not designed for extension - needs to be abstract, final or empty. 408
 Info misc FinalParameters Parameter value should be final. 408
 Error design DesignForExtension Method 'isSetEmbedding' is not designed for extension - needs to be abstract, final or empty. 412
 Error javadoc JavadocMethod Missing a Javadoc comment. 412
 Info regexp RegexpSingleline Line has trailing spaces. 418
 Info regexp RegexpSingleline Line has trailing spaces. 420
 Error design DesignForExtension Method 'getEmbeddingName' is not designed for extension - needs to be abstract, final or empty. 422
 Info regexp RegexpSingleline Line has trailing spaces. 428
 Info regexp RegexpSingleline Line has trailing spaces. 431
 Error design DesignForExtension Method 'setEmbeddingName' is not designed for extension - needs to be abstract, final or empty. 433
 Info misc FinalParameters Parameter value should be final. 433
 Error design DesignForExtension Method 'isSetEmbeddingName' is not designed for extension - needs to be abstract, final or empty. 437
 Error javadoc JavadocMethod Missing a Javadoc comment. 437
 Info regexp RegexpSingleline Line has trailing spaces. 443
 Info regexp RegexpSingleline Line has trailing spaces. 445
 Error design DesignForExtension Method 'getFeatures' is not designed for extension - needs to be abstract, final or empty. 447
 Info regexp RegexpSingleline Line has trailing spaces. 453
 Info regexp RegexpSingleline Line has trailing spaces. 456
 Error design DesignForExtension Method 'setFeatures' is not designed for extension - needs to be abstract, final or empty. 458
 Info misc FinalParameters Parameter value should be final. 458
 Error design DesignForExtension Method 'isSetFeatures' is not designed for extension - needs to be abstract, final or empty. 462
 Error javadoc JavadocMethod Missing a Javadoc comment. 462

org/universAAL/middleware/interfaces/mpa/model/EmbeddingType.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Info sizes LineLength Line is longer than 80 characters (found 88). 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Info sizes LineLength Line is longer than 80 characters (found 85). 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Info misc FinalParameters Parameter v should be final. 59
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 60
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Info misc FinalParameters Parameter v should be final. 67

org/universAAL/middleware/interfaces/mpa/model/ExecutionUnit.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info sizes LineLength Line is longer than 80 characters (found 93). 45
 Info sizes LineLength Line is longer than 80 characters (found 92). 46
 Info sizes LineLength Line is longer than 80 characters (found 96). 47
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error design VisibilityModifier Variable 'deploymentUnit' must be private and have accessor methods. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error design VisibilityModifier Variable 'configFiles' must be private and have accessor methods. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error design VisibilityModifier Variable 'spaceStartLevel' must be private and have accessor methods. 70
 Info regexp RegexpSingleline Line has trailing spaces. 74
 Info regexp RegexpSingleline Line has trailing spaces. 76
 Error design DesignForExtension Method 'getDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. 78
 Info regexp RegexpSingleline Line has trailing spaces. 84
 Info regexp RegexpSingleline Line has trailing spaces. 87
 Error design DesignForExtension Method 'setDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. 89
 Info misc FinalParameters Parameter value should be final. 89
 Error design DesignForExtension Method 'isSetDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. 93
 Error javadoc JavadocMethod Missing a Javadoc comment. 93
 Info regexp RegexpSingleline Line has trailing spaces. 99
 Info regexp RegexpSingleline Line has trailing spaces. 101
 Error design DesignForExtension Method 'getConfigFiles' is not designed for extension - needs to be abstract, final or empty. 103
 Info regexp RegexpSingleline Line has trailing spaces. 109
 Info regexp RegexpSingleline Line has trailing spaces. 112
 Error design DesignForExtension Method 'setConfigFiles' is not designed for extension - needs to be abstract, final or empty. 114
 Info misc FinalParameters Parameter value should be final. 114
 Error design DesignForExtension Method 'isSetConfigFiles' is not designed for extension - needs to be abstract, final or empty. 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Info regexp RegexpSingleline Line has trailing spaces. 124
 Info regexp RegexpSingleline Line has trailing spaces. 126
 Error design DesignForExtension Method 'getSpaceStartLevel' is not designed for extension - needs to be abstract, final or empty. 128
 Info regexp RegexpSingleline Line has trailing spaces. 134
 Info regexp RegexpSingleline Line has trailing spaces. 137
 Error design DesignForExtension Method 'setSpaceStartLevel' is not designed for extension - needs to be abstract, final or empty. 139
 Info misc FinalParameters Parameter value should be final. 139
 Error design DesignForExtension Method 'isSetSpaceStartLevel' is not designed for extension - needs to be abstract, final or empty. 143
 Error javadoc JavadocMethod Missing a Javadoc comment. 143

org/universAAL/middleware/interfaces/mpa/model/Feature.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info sizes LineLength Line is longer than 80 characters (found 101). 50
 Info sizes LineLength Line is longer than 80 characters (found 99). 51
 Info sizes LineLength Line is longer than 80 characters (found 107). 52
 Info sizes LineLength Line is longer than 80 characters (found 104). 53
 Info sizes LineLength Line is longer than 80 characters (found 99). 54
 Info sizes LineLength Line is longer than 80 characters (found 118). 56
 Info sizes LineLength Line is longer than 80 characters (found 104). 57
 Info sizes LineLength Line is longer than 80 characters (found 92). 58
 Info sizes LineLength Line is longer than 80 characters (found 104). 59
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Info sizes LineLength Line is longer than 80 characters (found 134). 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 73
 Error design VisibilityModifier Variable 'detailsOrConfigOrConfigfile' must be private and have accessor methods. 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error design VisibilityModifier Variable 'version' must be private and have accessor methods. 81
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Error design VisibilityModifier Variable 'description' must be private and have accessor methods. 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 84
 Error design VisibilityModifier Variable 'resolver' must be private and have accessor methods. 85
 Info regexp RegexpSingleline Line has trailing spaces. 89
 Info regexp RegexpSingleline Line has trailing spaces. 95
 Info regexp RegexpSingleline Line has trailing spaces. 98
 Info regexp RegexpSingleline Line has trailing spaces. 102
 Info regexp RegexpSingleline Line has trailing spaces. 103
 Info regexp RegexpSingleline Line has trailing spaces. 107
 Info regexp RegexpSingleline Line has trailing spaces. 108
 Error javadoc JavadocMethod Expected an @return tag. 110
 Error design DesignForExtension Method 'getDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. 110
 Error design DesignForExtension Method 'isSetDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. 117
 Error javadoc JavadocMethod Missing a Javadoc comment. 117
 Info sizes LineLength Line is longer than 80 characters (found 96). 118
 Error design DesignForExtension Method 'unsetDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. 122
 Error javadoc JavadocMethod Missing a Javadoc comment. 122
 Info regexp RegexpSingleline Line has trailing spaces. 128
 Info regexp RegexpSingleline Line has trailing spaces. 130
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 132
 Info regexp RegexpSingleline Line has trailing spaces. 138
 Info regexp RegexpSingleline Line has trailing spaces. 141
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 143
 Info misc FinalParameters Parameter value should be final. 143
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 147
 Error javadoc JavadocMethod Missing a Javadoc comment. 147
 Info regexp RegexpSingleline Line has trailing spaces. 153
 Info regexp RegexpSingleline Line has trailing spaces. 155
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 157
 Info regexp RegexpSingleline Line has trailing spaces. 167
 Info regexp RegexpSingleline Line has trailing spaces. 170
 Error design DesignForExtension Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 172
 Info misc FinalParameters Parameter value should be final. 172
 Error design DesignForExtension Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. 176
 Error javadoc JavadocMethod Missing a Javadoc comment. 176
 Info regexp RegexpSingleline Line has trailing spaces. 182
 Info regexp RegexpSingleline Line has trailing spaces. 184
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 186
 Info regexp RegexpSingleline Line has trailing spaces. 192
 Info regexp RegexpSingleline Line has trailing spaces. 195
 Error design DesignForExtension Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 197
 Info misc FinalParameters Parameter value should be final. 197
 Error design DesignForExtension Method 'isSetDescription' is not designed for extension - needs to be abstract, final or empty. 201
 Error javadoc JavadocMethod Missing a Javadoc comment. 201
 Info regexp RegexpSingleline Line has trailing spaces. 207
 Info regexp RegexpSingleline Line has trailing spaces. 209
 Error design DesignForExtension Method 'getResolver' is not designed for extension - needs to be abstract, final or empty. 211
 Info regexp RegexpSingleline Line has trailing spaces. 217
 Info regexp RegexpSingleline Line has trailing spaces. 220
 Error design DesignForExtension Method 'setResolver' is not designed for extension - needs to be abstract, final or empty. 222
 Info misc FinalParameters Parameter value should be final. 222
 Error design DesignForExtension Method 'isSetResolver' is not designed for extension - needs to be abstract, final or empty. 226
 Error javadoc JavadocMethod Missing a Javadoc comment. 226

org/universAAL/middleware/interfaces/mpa/model/FeaturesRoot.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - javax.xml.bind.annotation.XmlRootElement. 31
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Info sizes LineLength Line is longer than 80 characters (found 90). 53
 Info sizes LineLength Line is longer than 80 characters (found 101). 54
 Info sizes LineLength Line is longer than 80 characters (found 85). 56
 Info regexp RegexpSingleline Line has trailing spaces. 61
 Info regexp RegexpSingleline Line has trailing spaces. 62
 Info sizes LineLength Line is longer than 80 characters (found 131). 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 70
 Error design VisibilityModifier Variable 'repositoryOrFeature' must be private and have accessor methods. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 73
 Info regexp RegexpSingleline Line has trailing spaces. 77
 Info regexp RegexpSingleline Line has trailing spaces. 83
 Info regexp RegexpSingleline Line has trailing spaces. 86
 Info regexp RegexpSingleline Line has trailing spaces. 90
 Info regexp RegexpSingleline Line has trailing spaces. 91
 Info regexp RegexpSingleline Line has trailing spaces. 95
 Info regexp RegexpSingleline Line has trailing spaces. 96
 Error javadoc JavadocMethod Expected an @return tag. 98
 Error design DesignForExtension Method 'getRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. 98
 Error design DesignForExtension Method 'isSetRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. 105
 Error javadoc JavadocMethod Missing a Javadoc comment. 105
 Error design DesignForExtension Method 'unsetRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. 110
 Error javadoc JavadocMethod Missing a Javadoc comment. 110
 Info regexp RegexpSingleline Line has trailing spaces. 116
 Info regexp RegexpSingleline Line has trailing spaces. 118
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 120
 Info regexp RegexpSingleline Line has trailing spaces. 126
 Info regexp RegexpSingleline Line has trailing spaces. 129
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 131
 Info misc FinalParameters Parameter value should be final. 131
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 135
 Error javadoc JavadocMethod Missing a Javadoc comment. 135

org/universAAL/middleware/interfaces/mpa/model/ObjectFactory.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 43
 Warning naming ConstantName Name '_Features_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 43
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 45
 Warning naming ConstantName Name '_OntologyTypeLocationUrl_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 47
 Warning naming ConstantName Name '_OntologyTypeLocationRuntimeId_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 49
 Warning naming ConstantName Name '_OntologyTypeLocationPath_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
 Error javadoc JavadocStyle First sentence should end with a period. 52
 Info regexp RegexpSingleline Line has trailing spaces. 56
 Error javadoc JavadocStyle First sentence should end with a period. 61
 Info regexp RegexpSingleline Line has trailing spaces. 63
 Error javadoc JavadocMethod Expected an @return tag. 65
 Error design DesignForExtension Method 'createAalMpa' is not designed for extension - needs to be abstract, final or empty. 65
 Error javadoc JavadocStyle First sentence should end with a period. 69
 Info regexp RegexpSingleline Line has trailing spaces. 71
 Error javadoc JavadocMethod Expected an @return tag. 73
 Error design DesignForExtension Method 'createDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. 73
 Error javadoc JavadocStyle First sentence should end with a period. 77
 Info regexp RegexpSingleline Line has trailing spaces. 79
 Error javadoc JavadocMethod Expected an @return tag. 81
 Error design DesignForExtension Method 'createOntologyType' is not designed for extension - needs to be abstract, final or empty. 81
 Error javadoc JavadocStyle First sentence should end with a period. 85
 Info regexp RegexpSingleline Line has trailing spaces. 87
 Error javadoc JavadocMethod Expected an @return tag. 89
 Error design DesignForExtension Method 'createDeploymentUnitContainerUnit' is not designed for extension - needs to be abstract, final or empty. 89
 Error javadoc JavadocStyle First sentence should end with a period. 93
 Info regexp RegexpSingleline Line has trailing spaces. 95
 Error javadoc JavadocMethod Expected an @return tag. 97
 Error design DesignForExtension Method 'createAalMpaApplicationManagement' is not designed for extension - needs to be abstract, final or empty. 97
 Error javadoc JavadocStyle First sentence should end with a period. 101
 Info regexp RegexpSingleline Line has trailing spaces. 103
 Error javadoc JavadocMethod Expected an @return tag. 105
 Error design DesignForExtension Method 'createAalMpaApplicationProfile' is not designed for extension - needs to be abstract, final or empty. 105
 Error javadoc JavadocStyle First sentence should end with a period. 109
 Info regexp RegexpSingleline Line has trailing spaces. 111
 Error javadoc JavadocMethod Expected an @return tag. 113
 Info sizes LineLength Line is longer than 80 characters (found 86). 113
 Error design DesignForExtension Method 'createAalMpaApplicationProfileRuntime' is not designed for extension - needs to be abstract, final or empty. 113
 Error javadoc JavadocStyle First sentence should end with a period. 117
 Info regexp RegexpSingleline Line has trailing spaces. 119
 Error javadoc JavadocMethod Expected an @return tag. 121
 Info sizes LineLength Line is longer than 80 characters (found 88). 121
 Error design DesignForExtension Method 'createAalMpaApplicationProfileAalSpace' is not designed for extension - needs to be abstract, final or empty. 121
 Error javadoc JavadocStyle First sentence should end with a period. 125
 Info regexp RegexpSingleline Line has trailing spaces. 127
 Error javadoc JavadocMethod Expected an @return tag. 129
 Error design DesignForExtension Method 'createAalMpaApp' is not designed for extension - needs to be abstract, final or empty. 129
 Error javadoc JavadocStyle First sentence should end with a period. 133
 Info regexp RegexpSingleline Line has trailing spaces. 135
 Error javadoc JavadocMethod Expected an @return tag. 137
 Error design DesignForExtension Method 'createAalMpaApplicationProvider' is not designed for extension - needs to be abstract, final or empty. 137
 Error javadoc JavadocStyle First sentence should end with a period. 141
 Info regexp RegexpSingleline Line has trailing spaces. 143
 Error javadoc JavadocMethod Expected an @return tag. 145
 Error design DesignForExtension Method 'createAalMpaApplicationPart' is not designed for extension - needs to be abstract, final or empty. 145
 Error javadoc JavadocStyle First sentence should end with a period. 149
 Info regexp RegexpSingleline Line has trailing spaces. 151
 Error javadoc JavadocMethod Expected an @return tag. 153
 Error design DesignForExtension Method 'createExecutionUnit' is not designed for extension - needs to be abstract, final or empty. 153
 Error javadoc JavadocStyle First sentence should end with a period. 157
 Info regexp RegexpSingleline Line has trailing spaces. 160
 Error javadoc JavadocMethod Expected an @return tag. 162
 Info sizes LineLength Line is longer than 80 characters (found 81). 162
 Error design DesignForExtension Method 'createBroker' is not designed for extension - needs to be abstract, final or empty. 162
 Error javadoc JavadocStyle First sentence should end with a period. 166
 Info regexp RegexpSingleline Line has trailing spaces. 168
 Error javadoc JavadocMethod Expected an @return tag. 170
 Error design DesignForExtension Method 'createArtifactType' is not designed for extension - needs to be abstract, final or empty. 170
 Error javadoc JavadocStyle First sentence should end with a period. 174
 Info regexp RegexpSingleline Line has trailing spaces. 176
 Error javadoc JavadocMethod Expected an @return tag. 178
 Error design DesignForExtension Method 'createPart' is not designed for extension - needs to be abstract, final or empty. 178
 Error javadoc JavadocStyle First sentence should end with a period. 182
 Info regexp RegexpSingleline Line has trailing spaces. 184
 Error javadoc JavadocMethod Expected an @return tag. 186
 Error design DesignForExtension Method 'createProfileType' is not designed for extension - needs to be abstract, final or empty. 186
 Error javadoc JavadocStyle First sentence should end with a period. 190
 Info regexp RegexpSingleline Line has trailing spaces. 192
 Error javadoc JavadocMethod Expected an @return tag. 194
 Error design DesignForExtension Method 'createVersionType' is not designed for extension - needs to be abstract, final or empty. 194
 Error javadoc JavadocStyle First sentence should end with a period. 198
 Info regexp RegexpSingleline Line has trailing spaces. 200
 Error javadoc JavadocMethod Expected an @return tag. 202
 Error design DesignForExtension Method 'createToBeDefined' is not designed for extension - needs to be abstract, final or empty. 202
 Error javadoc JavadocStyle First sentence should end with a period. 206
 Info regexp RegexpSingleline Line has trailing spaces. 208
 Error javadoc JavadocMethod Expected an @return tag. 210
 Error design DesignForExtension Method 'createFeaturesRoot' is not designed for extension - needs to be abstract, final or empty. 210
 Error javadoc JavadocStyle First sentence should end with a period. 214
 Info regexp RegexpSingleline Line has trailing spaces. 216
 Error javadoc JavadocMethod Expected an @return tag. 218
 Error design DesignForExtension Method 'createDependency' is not designed for extension - needs to be abstract, final or empty. 218
 Error javadoc JavadocStyle First sentence should end with a period. 222
 Info regexp RegexpSingleline Line has trailing spaces. 224
 Error javadoc JavadocMethod Expected an @return tag. 226
 Error design DesignForExtension Method 'createConfigFile' is not designed for extension - needs to be abstract, final or empty. 226
 Error javadoc JavadocStyle First sentence should end with a period. 230
 Info regexp RegexpSingleline Line has trailing spaces. 232
 Error javadoc JavadocMethod Expected an @return tag. 234
 Error design DesignForExtension Method 'createConfig' is not designed for extension - needs to be abstract, final or empty. 234
 Error javadoc JavadocStyle First sentence should end with a period. 238
 Info regexp RegexpSingleline Line has trailing spaces. 240
 Error javadoc JavadocMethod Expected an @return tag. 242
 Error design DesignForExtension Method 'createBundle' is not designed for extension - needs to be abstract, final or empty. 242
 Error javadoc JavadocStyle First sentence should end with a period. 246
 Info regexp RegexpSingleline Line has trailing spaces. 248
 Error javadoc JavadocMethod Expected an @return tag. 250
 Error design DesignForExtension Method 'createFeature' is not designed for extension - needs to be abstract, final or empty. 250
 Error javadoc JavadocStyle First sentence should end with a period. 254
 Info regexp RegexpSingleline Line has trailing spaces. 256
 Error javadoc JavadocMethod Expected an @return tag. 258
 Error design DesignForExtension Method 'createOntologyTypeLocation' is not designed for extension - needs to be abstract, final or empty. 258
 Error javadoc JavadocStyle First sentence should end with a period. 262
 Info regexp RegexpSingleline Line has trailing spaces. 264
 Error javadoc JavadocMethod Expected an @return tag. 266
 Info sizes LineLength Line is longer than 80 characters (found 88). 266
 Error design DesignForExtension Method 'createDeploymentUnitContainerUnitKaraf' is not designed for extension - needs to be abstract, final or empty. 266
 Error javadoc JavadocStyle First sentence should end with a period. 270
 Info regexp RegexpSingleline Line has trailing spaces. 273
 Error javadoc JavadocMethod Expected an @return tag. 275
 Info sizes LineLength Line is longer than 80 characters (found 110). 275
 Error design DesignForExtension Method 'createAalMpaApplicationManagementRemoteManagement' is not designed for extension - needs to be abstract, final or empty. 275
 Error javadoc JavadocStyle First sentence should end with a period. 279
 Info regexp RegexpSingleline Line has trailing spaces. 281
 Error javadoc JavadocMethod Expected an @return tag. 283
 Info sizes LineLength Line is longer than 80 characters (found 99). 283
 Error design DesignForExtension Method 'createAalMpaApplicationProfileRuntimeBroker' is not designed for extension - needs to be abstract, final or empty. 283
 Error javadoc JavadocStyle First sentence should end with a period. 287
 Info regexp RegexpSingleline Line has trailing spaces. 289
 Error javadoc JavadocMethod Expected an @return tag. 291
 Info sizes LineLength Line is longer than 80 characters (found 103). 291
 Error design DesignForExtension Method 'createAalMpaApplicationProfileRuntimeManagers' is not designed for extension - needs to be abstract, final or empty. 291
 Error javadoc JavadocStyle First sentence should end with a period. 295
 Info regexp RegexpSingleline Line has trailing spaces. 298
 Error javadoc JavadocMethod Expected an @return tag. 300
 Info sizes LineLength Line is longer than 80 characters (found 127). 300
 Error design DesignForExtension Method 'createAalMpaApplicationProfileAalSpaceAlternativeProfiles' is not designed for extension - needs to be abstract, final or empty. 300
 Error javadoc JavadocStyle First sentence should end with a period. 304
 Info regexp RegexpSingleline Line has trailing spaces. 307
 Error javadoc JavadocMethod Expected an @return tag. 309
 Info sizes LineLength Line is longer than 80 characters (found 127). 309
 Error design DesignForExtension Method 'createAalMpaApplicationProfileAalSpaceRequirredOntologies' is not designed for extension - needs to be abstract, final or empty. 309
 Error javadoc JavadocStyle First sentence should end with a period. 313
 Info regexp RegexpSingleline Line has trailing spaces. 315
 Error javadoc JavadocMethod Expected an @return tag. 317
 Error design DesignForExtension Method 'createAalMpaAppLicense' is not designed for extension - needs to be abstract, final or empty. 317
 Error javadoc JavadocStyle First sentence should end with a period. 321
 Info regexp RegexpSingleline Line has trailing spaces. 324
 Error javadoc JavadocMethod Expected an @return tag. 326
 Info sizes LineLength Line is longer than 80 characters (found 99). 326
 Error design DesignForExtension Method 'createFeatures' is not designed for extension - needs to be abstract, final or empty. 326
 Info misc FinalParameters Parameter value should be final. 327
 Error javadoc JavadocMethod Expected @param tag for 'value'. 327
 Error javadoc JavadocStyle First sentence should end with a period. 332
 Info sizes LineLength Line is longer than 80 characters (found 82). 333
 Info regexp RegexpSingleline Line has trailing spaces. 334
 Error javadoc JavadocMethod Expected an @return tag. 336
 Info sizes LineLength Line is longer than 80 characters (found 122). 336
 Error design DesignForExtension Method 'createOntologyTypeLocationUrl' is not designed for extension - needs to be abstract, final or empty. 336
 Info misc FinalParameters Parameter value should be final. 337
 Error javadoc JavadocMethod Expected @param tag for 'value'. 337
 Error javadoc JavadocStyle First sentence should end with a period. 342
 Info sizes LineLength Line is longer than 80 characters (found 82). 343
 Info regexp RegexpSingleline Line has trailing spaces. 344
 Error javadoc JavadocMethod Expected an @return tag. 346
 Info sizes LineLength Line is longer than 80 characters (found 128). 346
 Error design DesignForExtension Method 'createOntologyTypeLocationRuntimeId' is not designed for extension - needs to be abstract, final or empty. 346
 Info sizes LineLength Line is longer than 80 characters (found 82). 347
 Info misc FinalParameters Parameter value should be final. 347
 Error javadoc JavadocMethod Expected @param tag for 'value'. 347
 Error javadoc JavadocStyle First sentence should end with a period. 352
 Info sizes LineLength Line is longer than 80 characters (found 82). 353
 Info regexp RegexpSingleline Line has trailing spaces. 354
 Error javadoc JavadocMethod Expected an @return tag. 356
 Info sizes LineLength Line is longer than 80 characters (found 123). 356
 Error design DesignForExtension Method 'createOntologyTypeLocationPath' is not designed for extension - needs to be abstract, final or empty. 356
 Info misc FinalParameters Parameter value should be final. 357
 Error javadoc JavadocMethod Expected @param tag for 'value'. 357

org/universAAL/middleware/interfaces/mpa/model/OntologyType.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info sizes LineLength Line is longer than 80 characters (found 84). 48
 Info sizes LineLength Line is longer than 80 characters (found 83). 49
 Info sizes LineLength Line is longer than 80 characters (found 82). 53
 Info sizes LineLength Line is longer than 80 characters (found 94). 55
 Info sizes LineLength Line is longer than 80 characters (found 99). 56
 Info sizes LineLength Line is longer than 80 characters (found 94). 57
 Info regexp RegexpSingleline Line has trailing spaces. 68
 Info regexp RegexpSingleline Line has trailing spaces. 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error design VisibilityModifier Variable 'uri' must be private and have accessor methods. 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 81
 Error design VisibilityModifier Variable 'location' must be private and have accessor methods. 82
 Info regexp RegexpSingleline Line has trailing spaces. 86
 Info regexp RegexpSingleline Line has trailing spaces. 88
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 90
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 91
 Info regexp RegexpSingleline Line has trailing spaces. 96
 Info regexp RegexpSingleline Line has trailing spaces. 99
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 101
 Info misc FinalParameters Parameter value should be final. 101
 Error design DesignForExtension Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. 105
 Error javadoc JavadocMethod Missing a Javadoc comment. 105
 Info regexp RegexpSingleline Line has trailing spaces. 111
 Info regexp RegexpSingleline Line has trailing spaces. 113
 Error design DesignForExtension Method 'getUri' is not designed for extension - needs to be abstract, final or empty. 115
 Info regexp RegexpSingleline Line has trailing spaces. 121
 Info regexp RegexpSingleline Line has trailing spaces. 124
 Error design DesignForExtension Method 'setUri' is not designed for extension - needs to be abstract, final or empty. 126
 Info misc FinalParameters Parameter value should be final. 126
 Error design DesignForExtension Method 'isSetUri' is not designed for extension - needs to be abstract, final or empty. 130
 Error javadoc JavadocMethod Missing a Javadoc comment. 130
 Info regexp RegexpSingleline Line has trailing spaces. 136
 Info regexp RegexpSingleline Line has trailing spaces. 138
 Error design DesignForExtension Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. 140
 Info regexp RegexpSingleline Line has trailing spaces. 146
 Info regexp RegexpSingleline Line has trailing spaces. 149
 Error design DesignForExtension Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. 151
 Info misc FinalParameters Parameter value should be final. 151
 Error design DesignForExtension Method 'isSetLocation' is not designed for extension - needs to be abstract, final or empty. 155
 Error javadoc JavadocMethod Missing a Javadoc comment. 155
 Info regexp RegexpSingleline Line has trailing spaces. 162
 Info regexp RegexpSingleline Line has trailing spaces. 166
 Info sizes LineLength Line is longer than 80 characters (found 88). 172
 Info sizes LineLength Line is longer than 80 characters (found 93). 173
 Info sizes LineLength Line is longer than 80 characters (found 88). 174
 Info regexp RegexpSingleline Line has trailing spaces. 180
 Info regexp RegexpSingleline Line has trailing spaces. 181
 Error javadoc JavadocVariable Missing a Javadoc comment. 187
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 187
 Error javadoc JavadocVariable Missing a Javadoc comment. 188
 Info sizes LineLength Line is longer than 80 characters (found 123). 189
 Info sizes LineLength Line is longer than 80 characters (found 124). 190
 Info sizes LineLength Line is longer than 80 characters (found 131). 191
 Error design VisibilityModifier Variable 'pathOrRuntimeIdOrUrl' must be private and have accessor methods. 192
 Info regexp RegexpSingleline Line has trailing spaces. 196
 Info regexp RegexpSingleline Line has trailing spaces. 202
 Info regexp RegexpSingleline Line has trailing spaces. 205
 Info regexp RegexpSingleline Line has trailing spaces. 209
 Info regexp RegexpSingleline Line has trailing spaces. 210
 Info regexp RegexpSingleline Line has trailing spaces. 216
 Info regexp RegexpSingleline Line has trailing spaces. 217
 Error javadoc JavadocMethod Expected an @return tag. 219
 Error design DesignForExtension Method 'getPathOrRuntimeIdOrUrl' is not designed for extension - needs to be abstract, final or empty. 219
 Error design DesignForExtension Method 'isSetPathOrRuntimeIdOrUrl' is not designed for extension - needs to be abstract, final or empty. 226
 Error javadoc JavadocMethod Missing a Javadoc comment. 226
 Info sizes LineLength Line is longer than 80 characters (found 86). 227
 Error design DesignForExtension Method 'unsetPathOrRuntimeIdOrUrl' is not designed for extension - needs to be abstract, final or empty. 231
 Error javadoc JavadocMethod Missing a Javadoc comment. 231

org/universAAL/middleware/interfaces/mpa/model/OsType.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Info misc FinalParameters Parameter v should be final. 59
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 60
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Info misc FinalParameters Parameter v should be final. 67

org/universAAL/middleware/interfaces/mpa/model/Part.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info sizes LineLength Line is longer than 80 characters (found 105). 50
 Info sizes LineLength Line is longer than 80 characters (found 104). 51
 Info sizes LineLength Line is longer than 80 characters (found 83). 53
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Info regexp RegexpSingleline Line has trailing spaces. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error design VisibilityModifier Variable 'deploymentUnit' must be private and have accessor methods. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error design VisibilityModifier Variable 'executionUnit' must be private and have accessor methods. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error design VisibilityModifier Variable 'partId' must be private and have accessor methods. 75
 Info regexp RegexpSingleline Line has trailing spaces. 79
 Info regexp RegexpSingleline Line has trailing spaces. 85
 Info regexp RegexpSingleline Line has trailing spaces. 88
 Info regexp RegexpSingleline Line has trailing spaces. 92
 Info regexp RegexpSingleline Line has trailing spaces. 93
 Info regexp RegexpSingleline Line has trailing spaces. 97
 Info regexp RegexpSingleline Line has trailing spaces. 98
 Error javadoc JavadocMethod Expected an @return tag. 100
 Error design DesignForExtension Method 'getDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. 100
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 101
 Error design DesignForExtension Method 'isSetDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. 107
 Error javadoc JavadocMethod Missing a Javadoc comment. 107
 Error design DesignForExtension Method 'unsetDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. 112
 Error javadoc JavadocMethod Missing a Javadoc comment. 112
 Info regexp RegexpSingleline Line has trailing spaces. 118
 Info regexp RegexpSingleline Line has trailing spaces. 124
 Info regexp RegexpSingleline Line has trailing spaces. 127
 Info regexp RegexpSingleline Line has trailing spaces. 131
 Info regexp RegexpSingleline Line has trailing spaces. 132
 Info regexp RegexpSingleline Line has trailing spaces. 136
 Info regexp RegexpSingleline Line has trailing spaces. 137
 Error javadoc JavadocMethod Expected an @return tag. 139
 Error design DesignForExtension Method 'getExecutionUnit' is not designed for extension - needs to be abstract, final or empty. 139
 Error design DesignForExtension Method 'isSetExecutionUnit' is not designed for extension - needs to be abstract, final or empty. 146
 Error javadoc JavadocMethod Missing a Javadoc comment. 146
 Info sizes LineLength Line is longer than 80 characters (found 81). 147
 Error design DesignForExtension Method 'unsetExecutionUnit' is not designed for extension - needs to be abstract, final or empty. 150
 Error javadoc JavadocMethod Missing a Javadoc comment. 150
 Info regexp RegexpSingleline Line has trailing spaces. 156
 Info regexp RegexpSingleline Line has trailing spaces. 158
 Error design DesignForExtension Method 'getPartId' is not designed for extension - needs to be abstract, final or empty. 160
 Info regexp RegexpSingleline Line has trailing spaces. 166
 Info regexp RegexpSingleline Line has trailing spaces. 169
 Error design DesignForExtension Method 'setPartId' is not designed for extension - needs to be abstract, final or empty. 171
 Info misc FinalParameters Parameter value should be final. 171
 Error design DesignForExtension Method 'isSetPartId' is not designed for extension - needs to be abstract, final or empty. 175
 Error javadoc JavadocMethod Missing a Javadoc comment. 175

org/universAAL/middleware/interfaces/mpa/model/PlatformType.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 55
 Info misc FinalParameters Parameter v should be final. 55
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 56
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Info misc FinalParameters Parameter v should be final. 63

org/universAAL/middleware/interfaces/mpa/model/ProfileType.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info sizes LineLength Line is longer than 80 characters (found 96). 42
 Info sizes LineLength Line is longer than 80 characters (found 96). 43
 Info regexp RegexpSingleline Line has trailing spaces. 49
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error design VisibilityModifier Variable 'profileId' must be private and have accessor methods. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error design VisibilityModifier Variable 'version' must be private and have accessor methods. 60
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Error design DesignForExtension Method 'getProfileId' is not designed for extension - needs to be abstract, final or empty. 68
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 69
 Info regexp RegexpSingleline Line has trailing spaces. 74
 Info regexp RegexpSingleline Line has trailing spaces. 77
 Error design DesignForExtension Method 'setProfileId' is not designed for extension - needs to be abstract, final or empty. 79
 Info misc FinalParameters Parameter value should be final. 79
 Error design DesignForExtension Method 'isSetProfileId' is not designed for extension - needs to be abstract, final or empty. 83
 Error javadoc JavadocMethod Missing a Javadoc comment. 83
 Info regexp RegexpSingleline Line has trailing spaces. 89
 Info regexp RegexpSingleline Line has trailing spaces. 91
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 93
 Info regexp RegexpSingleline Line has trailing spaces. 99
 Info regexp RegexpSingleline Line has trailing spaces. 102
 Error design DesignForExtension Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 104
 Info misc FinalParameters Parameter value should be final. 104
 Error design DesignForExtension Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. 108
 Error javadoc JavadocMethod Missing a Javadoc comment. 108

org/universAAL/middleware/interfaces/mpa/model/SpaceType.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Info misc FinalParameters Parameter v should be final. 57
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Info misc FinalParameters Parameter v should be final. 65

org/universAAL/middleware/interfaces/mpa/model/ToBeDefined.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 45
 Info regexp RegexpSingleline Line has trailing spaces. 55
 Info regexp RegexpSingleline Line has trailing spaces. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error design VisibilityModifier Variable 'any' must be private and have accessor methods. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Info regexp RegexpSingleline Line has trailing spaces. 70
 Info regexp RegexpSingleline Line has trailing spaces. 76
 Info regexp RegexpSingleline Line has trailing spaces. 79
 Info regexp RegexpSingleline Line has trailing spaces. 83
 Info regexp RegexpSingleline Line has trailing spaces. 84
 Info regexp RegexpSingleline Line has trailing spaces. 87
 Info regexp RegexpSingleline Line has trailing spaces. 88
 Error javadoc JavadocMethod Expected an @return tag. 90
 Error design DesignForExtension Method 'getAny' is not designed for extension - needs to be abstract, final or empty. 90
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 91
 Error design DesignForExtension Method 'isSetAny' is not designed for extension - needs to be abstract, final or empty. 97
 Error javadoc JavadocMethod Missing a Javadoc comment. 97
 Error design DesignForExtension Method 'unsetAny' is not designed for extension - needs to be abstract, final or empty. 101
 Error javadoc JavadocMethod Missing a Javadoc comment. 101
 Info regexp RegexpSingleline Line has trailing spaces. 108
 Info regexp RegexpSingleline Line has trailing spaces. 112
 Info regexp RegexpSingleline Line has trailing spaces. 115
 Info regexp RegexpSingleline Line has trailing spaces. 116
 Error design DesignForExtension Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. 119

org/universAAL/middleware/interfaces/mpa/model/VersionType.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info sizes LineLength Line is longer than 80 characters (found 82). 42
 Info sizes LineLength Line is longer than 80 characters (found 82). 43
 Info sizes LineLength Line is longer than 80 characters (found 82). 44
 Info sizes LineLength Line is longer than 80 characters (found 99). 45
 Info sizes LineLength Line is longer than 80 characters (found 86). 46
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error design VisibilityModifier Variable 'major' must be private and have accessor methods. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error design VisibilityModifier Variable 'minor' must be private and have accessor methods. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error design VisibilityModifier Variable 'micro' must be private and have accessor methods. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error design VisibilityModifier Variable 'build' must be private and have accessor methods. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error design VisibilityModifier Variable 'string' must be private and have accessor methods. 69
 Info regexp RegexpSingleline Line has trailing spaces. 73
 Error javadoc JavadocMethod Expected an @return tag. 75
 Error design DesignForExtension Method 'getMajor' is not designed for extension - needs to be abstract, final or empty. 75
 Info regexp RegexpSingleline Line has trailing spaces. 81
 Error design DesignForExtension Method 'setMajor' is not designed for extension - needs to be abstract, final or empty. 83
 Info misc FinalParameters Parameter value should be final. 83
 Error javadoc JavadocMethod Expected @param tag for 'value'. 83
 Error design DesignForExtension Method 'isSetMajor' is not designed for extension - needs to be abstract, final or empty. 87
 Error javadoc JavadocMethod Missing a Javadoc comment. 87
 Info regexp RegexpSingleline Line has trailing spaces. 93
 Error javadoc JavadocMethod Expected an @return tag. 95
 Error design DesignForExtension Method 'getMinor' is not designed for extension - needs to be abstract, final or empty. 95
 Info regexp RegexpSingleline Line has trailing spaces. 101
 Error design DesignForExtension Method 'setMinor' is not designed for extension - needs to be abstract, final or empty. 103
 Info misc FinalParameters Parameter value should be final. 103
 Error javadoc JavadocMethod Expected @param tag for 'value'. 103
 Error design DesignForExtension Method 'isSetMinor' is not designed for extension - needs to be abstract, final or empty. 107
 Error javadoc JavadocMethod Missing a Javadoc comment. 107
 Info regexp RegexpSingleline Line has trailing spaces. 113
 Error javadoc JavadocMethod Expected an @return tag. 115
 Error design DesignForExtension Method 'getMicro' is not designed for extension - needs to be abstract, final or empty. 115
 Info regexp RegexpSingleline Line has trailing spaces. 121
 Error design DesignForExtension Method 'setMicro' is not designed for extension - needs to be abstract, final or empty. 123
 Info misc FinalParameters Parameter value should be final. 123
 Error javadoc JavadocMethod Expected @param tag for 'value'. 123
 Error design DesignForExtension Method 'isSetMicro' is not designed for extension - needs to be abstract, final or empty. 127
 Error javadoc JavadocMethod Missing a Javadoc comment. 127
 Info regexp RegexpSingleline Line has trailing spaces. 133
 Info regexp RegexpSingleline Line has trailing spaces. 135
 Error design DesignForExtension Method 'getBuild' is not designed for extension - needs to be abstract, final or empty. 137
 Info regexp RegexpSingleline Line has trailing spaces. 143
 Info regexp RegexpSingleline Line has trailing spaces. 146
 Error design DesignForExtension Method 'setBuild' is not designed for extension - needs to be abstract, final or empty. 148
 Info misc FinalParameters Parameter value should be final. 148
 Error design DesignForExtension Method 'isSetBuild' is not designed for extension - needs to be abstract, final or empty. 152
 Error javadoc JavadocMethod Missing a Javadoc comment. 152
 Info regexp RegexpSingleline Line has trailing spaces. 158
 Info regexp RegexpSingleline Line has trailing spaces. 160
 Error design DesignForExtension Method 'getString' is not designed for extension - needs to be abstract, final or empty. 162
 Info regexp RegexpSingleline Line has trailing spaces. 168
 Info regexp RegexpSingleline Line has trailing spaces. 171
 Error design DesignForExtension Method 'setString' is not designed for extension - needs to be abstract, final or empty. 173
 Info misc FinalParameters Parameter value should be final. 173
 Error design DesignForExtension Method 'isSetString' is not designed for extension - needs to be abstract, final or empty. 177
 Error javadoc JavadocMethod Missing a Javadoc comment. 177

org/universAAL/middleware/interfaces/mpa/model/package-info.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 156). 22
 Error javadoc JavadocStyle Missing a Javadoc comment. 23

org/universAAL/middleware/interfaces/utils/Util.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 37
 Error javadoc JavadocStyle First sentence should end with a period. 39
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Error javadoc JavadocMethod Expected an @return tag. 45
 Info misc FinalParameters Parameter propUrl should be final. 45
 Error javadoc JavadocMethod Expected @param tag for 'propUrl'. 45
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 46
 Error javadoc JavadocStyle First sentence should end with a period. 74
 Info regexp RegexpSingleline Line has trailing spaces. 77
 Error javadoc JavadocMethod Expected an @return tag. 82
 Error javadoc JavadocMethod Expected @param tag for 'marker'. 82
 Info misc FinalParameters Parameter targetDir should be final. 82
 Error javadoc JavadocMethod Expected @param tag for 'targetDir'. 82
 Info misc FinalParameters Parameter dir should be final. 85
 Info misc FinalParameters Parameter name should be final. 85

org/universAAL/middleware/junit/MWTestCase.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info sizes LineLength Line is longer than 80 characters (found 88). 26
 Info sizes LineLength Line is longer than 80 characters (found 82). 27
 Info sizes LineLength Line is longer than 80 characters (found 86). 28
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error design VisibilityModifier Variable 'mm' must be private and have accessor methods. 39
 Error design DesignForExtension Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 41
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info regexp RegexpSingleline Line has trailing spaces. 49
 Info sizes LineLength Line is longer than 80 characters (found 110). 50
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 50
 Info sizes LineLength Line is longer than 80 characters (found 118). 53
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 56
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 58
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 60

org/universAAL/middleware/managers/aalspace/AALSpaceManagerImpl.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 83). 64
 Error javadoc JavadocStyle First sentence should end with a period. 73
 Info regexp RegexpSingleline Line has trailing spaces. 75
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 84
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 95
 Error javadoc JavadocVariable Missing a Javadoc comment. 97
 Error javadoc JavadocVariable Missing a Javadoc comment. 98
 Error javadoc JavadocStyle First sentence should end with a period. 99
 Error javadoc JavadocStyle First sentence should end with a period. 104
 Error javadoc JavadocStyle First sentence should end with a period. 109
 Error javadoc JavadocVariable Missing a Javadoc comment. 113
 Error javadoc JavadocVariable Missing a Javadoc comment. 114
 Error javadoc JavadocVariable Missing a Javadoc comment. 115
 Error javadoc JavadocVariable Missing a Javadoc comment. 116
 Error javadoc JavadocVariable Missing a Javadoc comment. 119
 Error javadoc JavadocVariable Missing a Javadoc comment. 120
 Error javadoc JavadocVariable Missing a Javadoc comment. 122
 Error javadoc JavadocVariable Missing a Javadoc comment. 123
 Error javadoc JavadocVariable Missing a Javadoc comment. 125
 Error javadoc JavadocVariable Missing a Javadoc comment. 126
 Error javadoc JavadocVariable Missing a Javadoc comment. 128
 Error javadoc JavadocVariable Missing a Javadoc comment. 129
 Error javadoc JavadocVariable Missing a Javadoc comment. 130
 Error javadoc JavadocVariable Missing a Javadoc comment. 131
 Error javadoc JavadocVariable Missing a Javadoc comment. 132
 Error javadoc JavadocVariable Missing a Javadoc comment. 133
 Error javadoc JavadocVariable Missing a Javadoc comment. 134
 Error javadoc JavadocVariable Missing a Javadoc comment. 135
 Error javadoc JavadocVariable Missing a Javadoc comment. 136
 Error javadoc JavadocVariable Missing a Javadoc comment. 137
 Error javadoc JavadocVariable Missing a Javadoc comment. 139
 Error javadoc JavadocVariable Missing a Javadoc comment. 141
 Warning naming MemberName Name 'TIMEOUT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 141
 Error javadoc JavadocVariable Missing a Javadoc comment. 144
 Error javadoc JavadocMethod Missing a Javadoc comment. 147
 Info misc FinalParameters Parameter context should be final. 147
 Warning coding HiddenField 'context' hides a field. 147
 Info sizes LineLength Line is longer than 80 characters (found 90). 164
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 164
 Error design DesignForExtension Method 'getManagedAALSpaces' is not designed for extension - needs to be abstract, final or empty. 172
 Error javadoc JavadocMethod Missing a Javadoc comment. 172
 Error design DesignForExtension Method 'getPeers' is not designed for extension - needs to be abstract, final or empty. 176
 Error javadoc JavadocMethod Missing a Javadoc comment. 176
 Error design DesignForExtension Method 'getAalSpaceDefaultConfiguration' is not designed for extension - needs to be abstract, final or empty. 180
 Error javadoc JavadocMethod Missing a Javadoc comment. 180
 Error design DesignForExtension Method 'getPendingAALSpace' is not designed for extension - needs to be abstract, final or empty. 184
 Error javadoc JavadocMethod Missing a Javadoc comment. 184
 Error design DesignForExtension Method 'getWaitAfterJoinRequest' is not designed for extension - needs to be abstract, final or empty. 188
 Error javadoc JavadocMethod Missing a Javadoc comment. 188
 Error design DesignForExtension Method 'getAALSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. 192
 Error javadoc JavadocMethod Missing a Javadoc comment. 192
 Error design DesignForExtension Method 'getMyPeerCard' is not designed for extension - needs to be abstract, final or empty. 196
 Error javadoc JavadocMethod Missing a Javadoc comment. 196
 Error design DesignForExtension Method 'getAALSpaces' is not designed for extension - needs to be abstract, final or empty. 206
 Error javadoc JavadocMethod Missing a Javadoc comment. 206
 Error javadoc JavadocMethod Missing a Javadoc comment. 212
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 213
 Info sizes LineLength Line is longer than 80 characters (found 94). 216
 Info sizes LineLength Line is longer than 80 characters (found 81). 222
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 222
 Info sizes LineLength Line is longer than 80 characters (found 97). 226
 Info sizes LineLength Line is longer than 80 characters (found 105). 230
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 230
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 239
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 245
 Info sizes LineLength Line is longer than 80 characters (found 94). 256
 Info sizes LineLength Line is longer than 80 characters (found 83). 257
 Info sizes LineLength Line is longer than 80 characters (found 100). 260
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 260
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 266
 Error javadoc JavadocMethod Missing a Javadoc comment. 266
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 272
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 275
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 279
 Warning blocks NeedBraces 'if' construct must use '{}'s. 280
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 288
 Info sizes LineLength Line is longer than 80 characters (found 84). 306
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 306
 Info sizes LineLength Line is longer than 80 characters (found 85). 314
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 314
 Info sizes LineLength Line is longer than 80 characters (found 83). 316
 Error javadoc JavadocStyle First sentence should end with a period. 324
 Info regexp RegexpSingleline Line has trailing spaces. 327
 Error javadoc JavadocMethod Unused Javadoc tag. 330
 Info sizes LineLength Line is longer than 80 characters (found 83). 332
 Error design DesignForExtension Method 'initAALSpace' is not designed for extension - needs to be abstract, final or empty. 332
 Info misc FinalParameters Parameter aalSpaceDefaultConfiguration should be final. 332
 Warning coding HiddenField 'aalSpaceDefaultConfiguration' hides a field. 332
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 337
 Info sizes LineLength Line is longer than 80 characters (found 81). 338
 Info sizes LineLength Line is longer than 80 characters (found 84). 348
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 355
 Info sizes LineLength Line is longer than 80 characters (found 89). 360
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 364
 Info sizes LineLength Line is longer than 80 characters (found 88). 375
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 375
 Info sizes LineLength Line is longer than 80 characters (found 103). 378
 Info sizes LineLength Line is longer than 80 characters (found 84). 380
 Info sizes LineLength Line is longer than 80 characters (found 94). 383
 Warning coding HiddenField 'peeringChannel' hides a field. 383
 Info sizes LineLength Line is longer than 80 characters (found 85). 394
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 432
 Info sizes LineLength Line is longer than 80 characters (found 84). 439
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 439
 Info sizes LineLength Line is longer than 80 characters (found 99). 449
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 458
 Error design DesignForExtension Method 'join' is not designed for extension - needs to be abstract, final or empty. 463
 Error javadoc JavadocMethod Missing a Javadoc comment. 463
 Info misc FinalParameters Parameter spaceCard should be final. 463
 Info sizes LineLength Line is longer than 80 characters (found 107). 469
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 469
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 476
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 479
 Info sizes LineLength Line is longer than 80 characters (found 97). 483
 Info sizes LineLength Line is longer than 80 characters (found 83). 501
 Info sizes LineLength Line is longer than 80 characters (found 85). 507
 Info sizes LineLength Line is longer than 80 characters (found 83). 509
 Info sizes LineLength Line is longer than 80 characters (found 81). 510
 Info sizes LineLength Line is longer than 80 characters (found 83). 519
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 519
 Info sizes LineLength Line is longer than 80 characters (found 105). 526
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 526
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 531
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 540
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 547
 Error design DesignForExtension Method 'cleanUpJoinRequest' is not designed for extension - needs to be abstract, final or empty. 551
 Error javadoc JavadocMethod Missing a Javadoc comment. 551
 Info sizes LineLength Line is longer than 80 characters (found 83). 553
 Error design DesignForExtension Method 'aalSpaceJoined' is not designed for extension - needs to be abstract, final or empty. 560
 Error javadoc JavadocMethod Missing a Javadoc comment. 560
 Info misc FinalParameters Parameter descriptor should be final. 560
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 563
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 572
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 580
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 603
 Info sizes LineLength Line is longer than 80 characters (found 85). 613
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 613
 Error javadoc JavadocMethod Missing a Javadoc comment. 619
 Info misc FinalParameters Parameter space should be final. 619
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 627
 Info sizes LineLength Line is longer than 80 characters (found 102). 633
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 633
 Info sizes LineLength Line is longer than 80 characters (found 102). 641
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 641
 Error javadoc JavadocMethod Missing a Javadoc comment. 649
 Info misc FinalParameters Parameter channels should be final. 650
 Info sizes LineLength Line is longer than 80 characters (found 81). 651
 Error javadoc JavadocMethod Missing a Javadoc comment. 662
 Info misc FinalParameters Parameter channel should be final. 662
 Info regexp RegexpSingleline Line has trailing spaces. 675
 Error javadoc JavadocMethod Expected an @return tag. 679
 Info misc FinalParameters Parameter space should be final. 679
 Error javadoc JavadocMethod Expected @param tag for 'space'. 679
 Error javadoc JavadocMethod Missing a Javadoc comment. 711
 Info misc FinalParameters Parameter aalSpaceConfigurationPath should be final. 711
 Warning coding HiddenField 'aalSpaceConfigurationPath' hides a field. 711
 Warning coding SimplifyBooleanExpression Expression can be simplified. 714
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 716
 Info misc FinalParameters Parameter dir should be final. 721
 Info misc FinalParameters Parameter name should be final. 721
 Warning coding SimplifyBooleanExpression Expression can be simplified. 722
 Warning blocks NeedBraces 'if' construct must use '{}'s. 726
 Error design DesignForExtension Method 'readAALSpaceDefaultConfigurations' is not designed for extension - needs to be abstract, final or empty. 735
 Error javadoc JavadocMethod Missing a Javadoc comment. 735
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 736
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 738
 Warning coding HiddenField 'aalSpaceConfigurationPath' hides a field. 739
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 756
 Info sizes LineLength Line is longer than 80 characters (found 118). 765
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 770
 Info sizes LineLength Line is longer than 80 characters (found 91). 783
 Error javadoc JavadocMethod Missing a Javadoc comment. 796
 Info misc FinalParameters Parameter spaces should be final. 796
 Error javadoc JavadocMethod Missing a Javadoc comment. 800
 Info misc FinalParameters Parameter spaces should be final. 800
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 801
 Info sizes LineLength Line is longer than 80 characters (found 93). 810
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 814
 Info regexp RegexpSingleline Line has trailing spaces. 841
 Error javadoc JavadocMethod Expected an @return tag. 845
 Info misc FinalParameters Parameter space should be final. 845
 Error javadoc JavadocMethod Expected @param tag for 'space'. 845
 Error javadoc JavadocMethod Missing a Javadoc comment. 861
 Warning blocks NeedBraces 'if' construct must use '{}'s. 862
 Error javadoc JavadocMethod Missing a Javadoc comment. 875
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 876
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 878
 Warning coding SimplifyBooleanExpression Expression can be simplified. 884
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 886
 Info sizes LineLength Line is longer than 80 characters (found 122). 901
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 901
 Error design DesignForExtension Method 'loadConfigurations' is not designed for extension - needs to be abstract, final or empty. 906
 Error javadoc JavadocMethod Missing a Javadoc comment. 906
 Info misc FinalParameters Parameter configurations should be final. 906
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 909
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 913
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 918
 Info sizes LineLength Line is longer than 80 characters (found 88). 921
 Info sizes LineLength Line is longer than 80 characters (found 96). 923
 Info sizes LineLength Line is longer than 80 characters (found 114). 934
 Info sizes LineLength Line is longer than 80 characters (found 116). 949
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 956
 Info sizes LineLength Line is longer than 80 characters (found 107). 959
 Info sizes LineLength Line is longer than 80 characters (found 85). 966
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 966
 Warning coding SimplifyBooleanExpression Expression can be simplified. 972
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 977
 Info sizes LineLength Line is longer than 80 characters (found 90). 979
 Info sizes LineLength Line is longer than 80 characters (found 146). 997
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1003
 Info sizes LineLength Line is longer than 80 characters (found 94). 1005
 Info sizes LineLength Line is longer than 80 characters (found 108). 1008
 Info sizes LineLength Line is longer than 80 characters (found 99). 1010
 Info sizes LineLength Line is longer than 80 characters (found 106). 1013
 Info sizes LineLength Line is longer than 80 characters (found 100). 1016
 Info sizes LineLength Line is longer than 80 characters (found 116). 1019
 Info sizes LineLength Line is longer than 80 characters (found 116). 1022
 Error design DesignForExtension Method 'joinRequest' is not designed for extension - needs to be abstract, final or empty. 1025
 Error javadoc JavadocMethod Missing a Javadoc comment. 1025
 Info misc FinalParameters Parameter spaceCard should be final. 1025
 Info misc FinalParameters Parameter peer should be final. 1025
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1030
 Info regexp RegexpSingleline Line has trailing spaces. 1034
 Info sizes LineLength Line is longer than 80 characters (found 119). 1040
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1040
 Info sizes LineLength Line is longer than 80 characters (found 110). 1050
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1050
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1060
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1069
 Info sizes LineLength Line is longer than 80 characters (found 81). 1075
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1075
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1077
 Info sizes LineLength Line is longer than 80 characters (found 81). 1080
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1080
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1083
 Error design DesignForExtension Method 'newAALSpacesFound' is not designed for extension - needs to be abstract, final or empty. 1087
 Error javadoc JavadocMethod Missing a Javadoc comment. 1087
 Info misc FinalParameters Parameter spaceCards should be final. 1087
 Info sizes LineLength Line is longer than 80 characters (found 85). 1097
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1097
 Error design DesignForExtension Method 'peerFound' is not designed for extension - needs to be abstract, final or empty. 1103
 Error javadoc JavadocMethod Missing a Javadoc comment. 1103
 Info misc FinalParameters Parameter peer should be final. 1103
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1106
 Error design DesignForExtension Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. 1116
 Error javadoc JavadocMethod Missing a Javadoc comment. 1116
 Info misc FinalParameters Parameter peer should be final. 1116
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1119
 Error design DesignForExtension Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. 1128
 Error javadoc JavadocMethod Missing a Javadoc comment. 1128
 Info misc FinalParameters Parameter sharedObj should be final. 1128
 Info misc FinalParameters Parameter removeHook should be final. 1128
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1132
 Error design DesignForExtension Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. 1137
 Error javadoc JavadocMethod Missing a Javadoc comment. 1137
 Info misc FinalParameters Parameter removeHook should be final. 1137
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1141
 Error design DesignForExtension Method 'leaveRequest' is not designed for extension - needs to be abstract, final or empty. 1147
 Error javadoc JavadocMethod Missing a Javadoc comment. 1147
 Info misc FinalParameters Parameter spaceDescriptor should be final. 1147
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1151
 Warning coding HiddenField 'peeringChannel' hides a field. 1154
 Info sizes LineLength Line is longer than 80 characters (found 82). 1157
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1161
 Error design DesignForExtension Method 'leaveAALSpace' is not designed for extension - needs to be abstract, final or empty. 1171
 Error javadoc JavadocMethod Missing a Javadoc comment. 1171
 Info misc FinalParameters Parameter spaceDescriptor should be final. 1171
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1180
 Info sizes LineLength Line is longer than 80 characters (found 82). 1181
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1191
 Info sizes LineLength Line is longer than 80 characters (found 82). 1192
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1201
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1205
 Warning coding HiddenField 'peeringChannel' hides a field. 1208
 Info sizes LineLength Line is longer than 80 characters (found 86). 1211
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1230
 Error design DesignForExtension Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 1234
 Error javadoc JavadocMethod Missing a Javadoc comment. 1234
 Info sizes LineLength Line is longer than 80 characters (found 112). 1238
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1248
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1256
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1260
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1266
 Error javadoc JavadocStyle First sentence should end with a period. 1276
 Info regexp RegexpSingleline Line has trailing spaces. 1278
 Info misc FinalParameters Parameter spaceDescriptor should be final. 1281
 Error javadoc JavadocMethod Expected @param tag for 'spaceDescriptor'. 1281
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1287
 Warning coding HiddenField 'peeringChannel' hides a field. 1290
 Error design DesignForExtension Method 'addAALSpaceListener' is not designed for extension - needs to be abstract, final or empty. 1300
 Error javadoc JavadocMethod Missing a Javadoc comment. 1300
 Info misc FinalParameters Parameter listener should be final. 1300
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1301
 Error design DesignForExtension Method 'removeAALSpaceListener' is not designed for extension - needs to be abstract, final or empty. 1305
 Error javadoc JavadocMethod Missing a Javadoc comment. 1305
 Info misc FinalParameters Parameter listener should be final. 1305
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1306
 Error design DesignForExtension Method 'setListOfPeers' is not designed for extension - needs to be abstract, final or empty. 1310
 Error javadoc JavadocMethod Missing a Javadoc comment. 1310
 Info misc FinalParameters Parameter peers should be final. 1310
 Warning coding HiddenField 'peers' hides a field. 1310
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1319
 Error design DesignForExtension Method 'getAALSpaceStatus' is not designed for extension - needs to be abstract, final or empty. 1323
 Error javadoc JavadocMethod Missing a Javadoc comment. 1323
 Error design DesignForExtension Method 'mpaInstalled' is not designed for extension - needs to be abstract, final or empty. 1327
 Error javadoc JavadocMethod Missing a Javadoc comment. 1327
 Info misc FinalParameters Parameter spaceDescriptor should be final. 1327
 Error design DesignForExtension Method 'mpaInstalling' is not designed for extension - needs to be abstract, final or empty. 1332
 Error javadoc JavadocMethod Missing a Javadoc comment. 1332
 Info misc FinalParameters Parameter spaceDescriptor should be final. 1332
 Error design DesignForExtension Method 'aalSpaceEvent' is not designed for extension - needs to be abstract, final or empty. 1338
 Error javadoc JavadocMethod Missing a Javadoc comment. 1338
 Info misc FinalParameters Parameter newStatus should be final. 1338
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1343
 Error design DesignForExtension Method 'getMatchingPeers' is not designed for extension - needs to be abstract, final or empty. 1351
 Error javadoc JavadocMethod Missing a Javadoc comment. 1351
 Info misc FinalParameters Parameter filter should be final. 1351
 Error design DesignForExtension Method 'getPeerAttributes' is not designed for extension - needs to be abstract, final or empty. 1360
 Error javadoc JavadocMethod Missing a Javadoc comment. 1360
 Info misc FinalParameters Parameter attributes should be final. 1360
 Info misc FinalParameters Parameter target should be final. 1361
 Info sizes LineLength Line is longer than 80 characters (found 81). 1365

org/universAAL/middleware/managers/aalspace/MatchingResultImpl.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Info modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Info misc FinalParameters Parameter data should be final. 42
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 43
 Error design DesignForExtension Method 'getPeers' is not designed for extension - needs to be abstract, final or empty. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Error design DesignForExtension Method 'getPeerAttribute' is not designed for extension - needs to be abstract, final or empty. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Info misc FinalParameters Parameter peer should be final. 54

org/universAAL/middleware/managers/aalspace/osgi/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning naming StaticVariableName Name 'SERVICE_PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 56
 Error javadoc JavadocMethod Missing a Javadoc comment. 56
 Info misc FinalParameters Parameter context should be final. 56
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 58
 Warning blocks NeedBraces 'if' construct must use '{}'s. 69
 Warning blocks NeedBraces 'else' construct must use '{}'s. 78
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 85
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 88
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 91
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 95
 Error javadoc JavadocMethod Missing a Javadoc comment. 95
 Info misc FinalParameters Parameter context should be final. 95
 Error design DesignForExtension Method 'updated' is not designed for extension - needs to be abstract, final or empty. 100
 Error javadoc JavadocMethod Missing a Javadoc comment. 100
 Info misc FinalParameters Parameter properties should be final. 100
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 107
 Info sizes LineLength Line is longer than 80 characters (found 88). 108
 Warning coding MagicNumber '20' is a magic number. 110
 Warning coding MagicNumber '500' is a magic number. 114
 Warning blocks NeedBraces 'if' construct must use '{}'s. 120

org/universAAL/middleware/managers/aalspace/util/AALSpaceSchemaEventHandler.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Info misc FinalParameters Parameter context should be final. 39
 Warning coding HiddenField 'context' hides a field. 39
 Error design DesignForExtension Method 'handleEvent' is not designed for extension - needs to be abstract, final or empty. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Info misc FinalParameters Parameter event should be final. 43
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 48
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 53

org/universAAL/middleware/managers/aalspace/util/CheckPeerThread.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 33
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error design VisibilityModifier Variable 'moduleContext' must be private and have accessor methods. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error design VisibilityModifier Variable 'controlBrolker' must be private and have accessor methods. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error design VisibilityModifier Variable 'aalSpaceEventHandler' must be private and have accessor methods. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error design VisibilityModifier Variable 'aalSpaceManager' must be private and have accessor methods. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Info misc FinalParameters Parameter moduleContext should be final. 46
 Warning coding HiddenField 'moduleContext' hides a field. 46
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 47
 Error design DesignForExtension Method 'run' is not designed for extension - needs to be abstract, final or empty. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 50
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 53
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 56
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 59
 Info sizes LineLength Line is longer than 80 characters (found 86). 66
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 105
 Info sizes LineLength Line is longer than 80 characters (found 111). 113
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 113

org/universAAL/middleware/managers/aalspace/util/Consts.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 29
 Info sizes LineLength Line is longer than 80 characters (found 84). 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning naming StaticVariableName Name 'AAL_SPACE_CONFIGURATION_PATH' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
 Error design VisibilityModifier Variable 'AAL_SPACE_CONFIGURATION_PATH' must be private and have accessor methods. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning naming StaticVariableName Name 'PEER_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
 Error design VisibilityModifier Variable 'PEER_ID' must be private and have accessor methods. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning naming StaticVariableName Name 'PEER_ROLE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
 Error design VisibilityModifier Variable 'PEER_ROLE' must be private and have accessor methods. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning naming StaticVariableName Name 'SPACE_EXTENSION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
 Error design VisibilityModifier Variable 'SPACE_EXTENSION' must be private and have accessor methods. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning naming StaticVariableName Name 'AAL_SPACE_VALIDATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
 Error design VisibilityModifier Variable 'AAL_SPACE_VALIDATION' must be private and have accessor methods. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning naming StaticVariableName Name 'AAL_SPACE_LIFETIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
 Error design VisibilityModifier Variable 'AAL_SPACE_LIFETIME' must be private and have accessor methods. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning naming StaticVariableName Name 'AAL_SPACE_SCHEMA_URL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
 Error design VisibilityModifier Variable 'AAL_SPACE_SCHEMA_URL' must be private and have accessor methods. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning naming StaticVariableName Name 'AAL_SPACE_SCHEMA_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
 Error design VisibilityModifier Variable 'AAL_SPACE_SCHEMA_NAME' must be private and have accessor methods. 37
 Info sizes LineLength Line is longer than 80 characters (found 84). 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning naming StaticVariableName Name 'WAIT_BEFEORE_CLOSING_CHANNEL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
 Error design VisibilityModifier Variable 'WAIT_BEFEORE_CLOSING_CHANNEL' must be private and have accessor methods. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning naming StaticVariableName Name 'WAIT_AFTER_JOIN_REQUEST' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
 Error design VisibilityModifier Variable 'WAIT_AFTER_JOIN_REQUEST' must be private and have accessor methods. 39

org/universAAL/middleware/managers/aalspace/util/Joiner.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 30
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Info misc FinalParameters Parameter spaceManager should be final. 43
 Warning coding HiddenField 'spaceManager' hides a field. 43
 Info misc FinalParameters Parameter context should be final. 43
 Warning coding HiddenField 'context' hides a field. 43
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 44
 Error design DesignForExtension Method 'setStop' is not designed for extension - needs to be abstract, final or empty. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 48
 Error design DesignForExtension Method 'run' is not designed for extension - needs to be abstract, final or empty. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Info sizes LineLength Line is longer than 80 characters (found 87). 64
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 64
 Info sizes LineLength Line is longer than 80 characters (found 92). 76
 Info sizes LineLength Line is longer than 80 characters (found 90). 81
 Warning blocks NeedBraces 'if' construct must use '{}'s. 82
 Warning blocks NeedBraces 'if' construct must use '{}'s. 108

org/universAAL/middleware/managers/aalspace/util/RefreshAALSpaceThread.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 28
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error design VisibilityModifier Variable 'moduleContext' must be private and have accessor methods. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error design VisibilityModifier Variable 'aalSpaceManager' must be private and have accessor methods. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error design VisibilityModifier Variable 'controlBroker' must be private and have accessor methods. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Info misc FinalParameters Parameter moduleContext should be final. 39
 Warning coding HiddenField 'moduleContext' hides a field. 39
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 40
 Error design DesignForExtension Method 'run' is not designed for extension - needs to be abstract, final or empty. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 46
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 48
 Warning blocks NeedBraces 'if' construct must use '{}'s. 53
 Info sizes LineLength Line is longer than 80 characters (found 81). 59
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 59

org/universAAL/middleware/managers/api/AALSpaceEventHandler.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info modifier RedundantModifier Redundant 'public' modifier. 45
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Info modifier RedundantModifier Redundant 'public' modifier. 55
 Error javadoc JavadocMethod Expected @param tag for 'spaceCard'. 55
 Error javadoc JavadocMethod Expected @param tag for 'sender'. 55
 Error javadoc JavadocStyle First sentence should end with a period. 57
 Info regexp RegexpSingleline Line has trailing spaces. 59
 Info modifier RedundantModifier Redundant 'public' modifier. 62
 Error javadoc JavadocMethod Expected @param tag for 'spaceCard'. 62
 Error javadoc JavadocStyle First sentence should end with a period. 64
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Info modifier RedundantModifier Redundant 'public' modifier. 70
 Error javadoc JavadocMethod Expected @param tag for 'peer'. 70
 Error javadoc JavadocStyle First sentence should end with a period. 72
 Info regexp RegexpSingleline Line has trailing spaces. 75
 Info modifier RedundantModifier Redundant 'public' modifier. 78
 Error javadoc JavadocMethod Expected @param tag for 'peer'. 78
 Error javadoc JavadocStyle First sentence should end with a period. 80
 Info regexp RegexpSingleline Line has trailing spaces. 82
 Info modifier RedundantModifier Redundant 'public' modifier. 85
 Error javadoc JavadocMethod Expected @param tag for 'spaceCards'. 85
 Error javadoc JavadocMethod Missing a Javadoc comment. 87
 Info modifier RedundantModifier Redundant 'public' modifier. 87
 Error javadoc JavadocStyle First sentence should end with a period. 89
 Info regexp RegexpSingleline Line has trailing spaces. 92
 Info modifier RedundantModifier Redundant 'public' modifier. 96
 Error javadoc JavadocStyle First sentence should end with a period. 98
 Info modifier RedundantModifier Redundant 'public' modifier. 101
 Error javadoc JavadocMethod Expected @param tag for 'spaceDescriptor'. 101
 Error javadoc JavadocStyle First sentence should end with a period. 103
 Info modifier RedundantModifier Redundant 'public' modifier. 106
 Error javadoc JavadocMethod Expected @param tag for 'spaceDescriptor'. 106

org/universAAL/middleware/managers/api/AALSpaceListener.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocStyle First sentence should end with a period. 35
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info modifier RedundantModifier Redundant 'public' modifier. 41
 Error javadoc JavadocStyle First sentence should end with a period. 43
 Info regexp RegexpSingleline Line has trailing spaces. 45
 Info modifier RedundantModifier Redundant 'public' modifier. 49
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Info modifier RedundantModifier Redundant 'public' modifier. 57
 Error javadoc JavadocStyle First sentence should end with a period. 59
 Info regexp RegexpSingleline Line has trailing spaces. 61
 Info modifier RedundantModifier Redundant 'public' modifier. 64
 Error javadoc JavadocMethod Expected @param tag for 'peer'. 64
 Error javadoc JavadocStyle First sentence should end with a period. 66
 Info regexp RegexpSingleline Line has trailing spaces. 68
 Info modifier RedundantModifier Redundant 'public' modifier. 71
 Error javadoc JavadocMethod Expected @param tag for 'status'. 71

org/universAAL/middleware/managers/api/AALSpaceManager.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info sizes LineLength Line is longer than 80 characters (found 85). 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Info modifier RedundantModifier Redundant 'public' modifier. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Info modifier RedundantModifier Redundant 'public' modifier. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Info modifier RedundantModifier Redundant 'public' modifier. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Info modifier RedundantModifier Redundant 'public' modifier. 44
 Error javadoc JavadocStyle First sentence should end with a period. 46
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Info modifier RedundantModifier Redundant 'public' modifier. 51
 Error javadoc JavadocStyle First sentence should end with a period. 53
 Info regexp RegexpSingleline Line has trailing spaces. 55
 Info modifier RedundantModifier Redundant 'public' modifier. 58
 Info regexp RegexpSingleline Line has trailing spaces. 63
 Info modifier RedundantModifier Redundant 'public' modifier. 66
 Error javadoc JavadocStyle First sentence should end with a period. 68
 Info regexp RegexpSingleline Line has trailing spaces. 70
 Error javadoc JavadocMethod Expected an @return tag. 73
 Info modifier RedundantModifier Redundant 'public' modifier. 73
 Error javadoc JavadocStyle First sentence should end with a period. 75
 Info regexp RegexpSingleline Line has trailing spaces. 80
 Error javadoc JavadocMethod Unused @param tag for 'space'. 81
 Info modifier RedundantModifier Redundant 'public' modifier. 84
 Error javadoc JavadocMethod Expected @param tag for 'spaceCard'. 84
 Error javadoc JavadocStyle First sentence should end with a period. 86
 Info regexp RegexpSingleline Line has trailing spaces. 88
 Info modifier RedundantModifier Redundant 'public' modifier. 91
 Error javadoc JavadocMethod Expected @param tag for 'spaceDescriptor'. 91
 Info regexp RegexpSingleline Line has trailing spaces. 97
 Info modifier RedundantModifier Redundant 'public' modifier. 100
 Info regexp RegexpSingleline Line has trailing spaces. 103
 Info sizes LineLength Line is longer than 80 characters (found 82). 115
 Error javadoc JavadocStyle Unclosed HTML tag found: <ul> 132
 Info regexp RegexpSingleline Line has trailing spaces. 137
 Info modifier RedundantModifier Redundant 'public' modifier. 145
 Info regexp RegexpSingleline Line has trailing spaces. 148
 Info modifier RedundantModifier Redundant 'public' modifier. 157
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 158
 Info regexp RegexpSingleline Line has trailing spaces. 162
 Info modifier RedundantModifier Redundant 'public' modifier. 165
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 165
 Error javadoc JavadocStyle First sentence should end with a period. 167
 Info regexp RegexpSingleline Line has trailing spaces. 169
 Info modifier RedundantModifier Redundant 'public' modifier. 172
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 172

org/universAAL/middleware/managers/api/ConfigurationEditor.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. 23
 Info sizes LineLength Line is longer than 80 characters (found 103). 24
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.DescribedEntity. 24
 Info sizes LineLength Line is longer than 80 characters (found 109). 25
 Info sizes LineLength Line is longer than 80 characters (found 106). 26
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 46
 Info regexp RegexpSingleline Line has trailing spaces. 49
 Info modifier RedundantModifier Redundant 'public' modifier. 53
 Info regexp RegexpSingleline Line has trailing spaces. 61
 Info modifier RedundantModifier Redundant 'public' modifier. 71
 Info regexp RegexpSingleline Line has trailing spaces. 78
 Info modifier RedundantModifier Redundant 'public' modifier. 88
 Info regexp RegexpSingleline Line has trailing spaces. 95
 Info modifier RedundantModifier Redundant 'public' modifier. 99
 Error javadoc JavadocMethod Expected @param tag for 'manager'. 100

org/universAAL/middleware/managers/api/ConfigurationManager.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 103). 23
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info modifier RedundantModifier Redundant 'public' modifier. 47
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 48
 Info regexp RegexpSingleline Line has trailing spaces. 56
 Info modifier RedundantModifier Redundant 'public' modifier. 63
 Info regexp RegexpSingleline Line has trailing spaces. 68
 Info modifier RedundantModifier Redundant 'public' modifier. 72

org/universAAL/middleware/managers/api/ConfigurationManagerConnector.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 84). 20
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info modifier RedundantModifier Redundant 'public' modifier. 35
 Error javadoc JavadocMethod Expected @param tag for 'message'. 35
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info modifier RedundantModifier Redundant 'public' modifier. 42
 Error javadoc JavadocMethod Expected @param tag for 'message'. 42
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info modifier RedundantModifier Redundant 'public' modifier. 49
 Error javadoc JavadocMethod Expected @param tag for 'message'. 49

org/universAAL/middleware/managers/api/DeployManager.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - java.net.URI. 24
 Info imports UnusedImports Unused import - java.util.Map. 25
 Error javadoc JavadocStyle First sentence should end with a period. 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info modifier RedundantModifier Redundant 'public' modifier. 48
 Error javadoc JavadocStyle First sentence should end with a period. 50
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Info modifier RedundantModifier Redundant 'public' modifier. 56
 Error javadoc JavadocStyle First sentence should end with a period. 58
 Info regexp RegexpSingleline Line has trailing spaces. 61
 Info modifier RedundantModifier Redundant 'public' modifier. 70
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 71

org/universAAL/middleware/managers/api/DeployManagerEventHandler.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Error javadoc JavadocStyle First sentence should end with a period. 38
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info modifier RedundantModifier Redundant 'public' modifier. 50
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 51

org/universAAL/middleware/managers/api/DistributedMWEventHandler.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info sizes LineLength Line is longer than 80 characters (found 84). 22
 Error javadoc JavadocType Missing a Javadoc comment. 25
 Error javadoc JavadocMethod Missing a Javadoc comment. 27
 Info modifier RedundantModifier Redundant 'public' modifier. 27

org/universAAL/middleware/managers/api/InstallationResults.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Info sizes LineLength Line is longer than 80 characters (found 253). 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30

org/universAAL/middleware/managers/api/InstallationResultsDetails.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Info sizes LineLength Line is longer than 80 characters (found 124). 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 40
 Info misc FinalParameters Parameter status should be final. 40
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 41
 Error design DesignForExtension Method 'setDetailedResult' is not designed for extension - needs to be abstract, final or empty. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Info misc FinalParameters Parameter id should be final. 44
 Info misc FinalParameters Parameter partId should be final. 44
 Info misc FinalParameters Parameter result should be final. 45
 Error design DesignForExtension Method 'setDetailedResult' is not designed for extension - needs to be abstract, final or empty. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Info misc FinalParameters Parameter peer should be final. 54
 Info misc FinalParameters Parameter part should be final. 54
 Info misc FinalParameters Parameter result should be final. 55
 Error design DesignForExtension Method 'getDetailedResult' is not designed for extension - needs to be abstract, final or empty. 59
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Info misc FinalParameters Parameter id should be final. 59
 Info misc FinalParameters Parameter partId should be final. 59
 Error design DesignForExtension Method 'getDetailedResult' is not designed for extension - needs to be abstract, final or empty. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Info misc FinalParameters Parameter peer should be final. 67
 Info misc FinalParameters Parameter part should be final. 67
 Error design DesignForExtension Method 'getGlobalResult' is not designed for extension - needs to be abstract, final or empty. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Error design DesignForExtension Method 'setGlobalResult' is not designed for extension - needs to be abstract, final or empty. 75
 Error javadoc JavadocMethod Missing a Javadoc comment. 75
 Info misc FinalParameters Parameter global should be final. 75

org/universAAL/middleware/managers/api/Manager.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info modifier RedundantModifier Redundant 'public' modifier. 37
 Error javadoc JavadocStyle First sentence should end with a period. 39
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info modifier RedundantModifier Redundant 'public' modifier. 44
 Error javadoc JavadocStyle First sentence should end with a period. 46
 Info modifier RedundantModifier Redundant 'public' modifier. 49

org/universAAL/middleware/managers/api/MatchingResult.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 30
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info modifier RedundantModifier Redundant 'public' modifier. 44
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Info modifier RedundantModifier Redundant 'public' modifier. 53

org/universAAL/middleware/managers/api/TenantListener.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocMethod Missing a Javadoc comment. 33
 Info modifier RedundantModifier Redundant 'public' modifier. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 35
 Info modifier RedundantModifier Redundant 'public' modifier. 35

org/universAAL/middleware/managers/api/TenantManager.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Error javadoc JavadocStyle First sentence should end with a period. 34
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info modifier RedundantModifier Redundant 'public' modifier. 42
 Error javadoc JavadocStyle First sentence should end with a period. 44
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info modifier RedundantModifier Redundant 'public' modifier. 49
 Error javadoc JavadocMethod Expected @param tag for 'tenantID'. 49
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Error javadoc JavadocMethod Expected an @return tag. 56
 Info modifier RedundantModifier Redundant 'public' modifier. 56
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Info modifier RedundantModifier Redundant 'public' modifier. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 60
 Info modifier RedundantModifier Redundant 'public' modifier. 60

org/universAAL/middleware/managers/api/UAPPPackage.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 30
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Info misc FinalParameters Parameter serviceId should be final. 62
 Warning coding HiddenField 'serviceId' hides a field. 62
 Info misc FinalParameters Parameter id should be final. 62
 Warning coding HiddenField 'id' hides a field. 62
 Info misc FinalParameters Parameter folder should be final. 62
 Warning coding HiddenField 'folder' hides a field. 62
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 63
 Info misc FinalParameters Parameter layout should be final. 63
 Info regexp RegexpSingleline Line has trailing spaces. 72
 Error design DesignForExtension Method 'getServiceId' is not designed for extension - needs to be abstract, final or empty. 76
 Info regexp RegexpSingleline Line has trailing spaces. 81
 Error design DesignForExtension Method 'getFolder' is not designed for extension - needs to be abstract, final or empty. 84
 Info regexp RegexpSingleline Line has trailing spaces. 89
 Error design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 93
 Info regexp RegexpSingleline Line has trailing spaces. 98
 Error design DesignForExtension Method 'getDeploy' is not designed for extension - needs to be abstract, final or empty. 101

org/universAAL/middleware/managers/configuration/core/impl/ConfigurationManagerImpl.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 84). 32
 Info sizes LineLength Line is longer than 80 characters (found 109). 33
 Info sizes LineLength Line is longer than 80 characters (found 117). 37
 Info sizes LineLength Line is longer than 80 characters (found 103). 38
 Info sizes LineLength Line is longer than 80 characters (found 110). 39
 Info sizes LineLength Line is longer than 80 characters (found 118). 40
 Info sizes LineLength Line is longer than 80 characters (found 109). 41
 Info sizes LineLength Line is longer than 80 characters (found 106). 42
 Info sizes LineLength Line is longer than 80 characters (found 108). 43
 Info sizes LineLength Line is longer than 80 characters (found 90). 47
 Info sizes LineLength Line is longer than 80 characters (found 89). 48
 Info sizes LineLength Line is longer than 80 characters (found 108). 49
 Info sizes LineLength Line is longer than 80 characters (found 98). 50
 Info sizes LineLength Line is longer than 80 characters (found 99). 51
 Info sizes LineLength Line is longer than 80 characters (found 99). 52
 Info sizes LineLength Line is longer than 80 characters (found 107). 53
 Info sizes LineLength Line is longer than 80 characters (found 106). 54
 Info sizes LineLength Line is longer than 80 characters (found 113). 55
 Info sizes LineLength Line is longer than 80 characters (found 90). 56
 Info sizes LineLength Line is longer than 80 characters (found 83). 57
 Info sizes LineLength Line is longer than 80 characters (found 88). 58
 Info regexp RegexpSingleline Line has trailing spaces. 70
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 81
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error design VisibilityModifier Variable 'shared' must be private and have accessor methods. 86
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Error design VisibilityModifier Variable 'fileM' must be private and have accessor methods. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error design VisibilityModifier Variable 'manager' must be private and have accessor methods. 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 89
 Error javadoc JavadocVariable Missing a Javadoc comment. 90
 Error javadoc JavadocVariable Missing a Javadoc comment. 91
 Error javadoc JavadocVariable Missing a Javadoc comment. 95
 Error design VisibilityModifier Variable 'entitiesSources' must be private and have accessor methods. 95
 Error javadoc JavadocVariable Missing a Javadoc comment. 96
 Info regexp RegexpSingleline Line has trailing spaces. 99
 Info misc FinalParameters Parameter mc should be final. 101
 Error javadoc JavadocMethod Expected @param tag for 'mc'. 101
 Info misc FinalParameters Parameter fm should be final. 101
 Error javadoc JavadocMethod Expected @param tag for 'fm'. 101
 Error design DesignForExtension Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 115
 Error javadoc JavadocMethod Missing a Javadoc comment. 115
 Error design DesignForExtension Method 'finish' is not designed for extension - needs to be abstract, final or empty. 119
 Error javadoc JavadocMethod Missing a Javadoc comment. 119
 Error javadoc JavadocStyle First sentence should end with a period. 131
 Error design DesignForExtension Method 'register' is not designed for extension - needs to be abstract, final or empty. 132
 Info misc FinalParameters Parameter confPattern should be final. 132
 Error javadoc JavadocMethod Expected @param tag for 'confPattern'. 132
 Info misc FinalParameters Parameter listener should be final. 133
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 133
 Error javadoc JavadocStyle First sentence should end with a period. 165
 Error design DesignForExtension Method 'register' is not designed for extension - needs to be abstract, final or empty. 166
 Info misc FinalParameters Parameter confPattern should be final. 166
 Error javadoc JavadocMethod Expected @param tag for 'confPattern'. 166
 Info misc FinalParameters Parameter listener should be final. 167
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 167
 Error javadoc JavadocStyle First sentence should end with a period. 171
 Error design DesignForExtension Method 'unregister' is not designed for extension - needs to be abstract, final or empty. 172
 Info misc FinalParameters Parameter listener should be final. 172
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 172
 Info misc FinalParameters Parameter list should be final. 179
 Error javadoc JavadocMethod Expected @param tag for 'list'. 179
 Error javadoc JavadocMethod Expected an @return tag. 221
 Error design DesignForExtension Method 'updateLocalValue' is not designed for extension - needs to be abstract, final or empty. 221
 Info misc FinalParameters Parameter e should be final. 221
 Error javadoc JavadocMethod Expected @param tag for 'e'. 221
 Warning blocks NeedBraces 'if' construct must use '{}'s. 321
 Error design DesignForExtension Method 'updateLocalAndPropagate' is not designed for extension - needs to be abstract, final or empty. 327
 Error javadoc JavadocMethod Missing a Javadoc comment. 327
 Info misc FinalParameters Parameter e should be final. 327
 Error javadoc JavadocStyle First sentence should end with a period. 336
 Error design DesignForExtension Method 'updatedDescription' is not designed for extension - needs to be abstract, final or empty. 337
 Info misc FinalParameters Parameter dentity should be final. 337
 Error javadoc JavadocMethod Expected @param tag for 'dentity'. 337
 Error javadoc JavadocStyle First sentence should end with a period. 348
 Error design DesignForExtension Method 'updatedValue' is not designed for extension - needs to be abstract, final or empty. 349
 Info misc FinalParameters Parameter dentity should be final. 349
 Error javadoc JavadocMethod Expected @param tag for 'dentity'. 349
 Info misc FinalParameters Parameter value should be final. 349
 Error javadoc JavadocMethod Expected @param tag for 'value'. 349
 Info sizes LineLength Line is longer than 80 characters (found 82). 354
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 380
 Info sizes LineLength Line is longer than 80 characters (found 117). 401
 Error javadoc JavadocStyle First sentence should end with a period. 414
 Error javadoc JavadocMethod Expected an @return tag. 415
 Error design DesignForExtension Method 'getMatchingConfigurationEditors' is not designed for extension - needs to be abstract, final or empty. 415
 Info misc FinalParameters Parameter configPattern should be final. 416
 Error javadoc JavadocMethod Expected @param tag for 'configPattern'. 416
 Info misc FinalParameters Parameter locale should be final. 416
 Error javadoc JavadocMethod Expected @param tag for 'locale'. 416
 Error javadoc JavadocStyle First sentence should end with a period. 424
 Error design DesignForExtension Method 'registerConfigurableEntityManager' is not designed for extension - needs to be abstract, final or empty. 425
 Info misc FinalParameters Parameter cmanager should be final. 426
 Error javadoc JavadocMethod Expected @param tag for 'cmanager'. 426
 Info misc FinalParameters Parameter configPattern should be final. 427
 Error javadoc JavadocMethod Expected @param tag for 'configPattern'. 427
 Info misc FinalParameters Parameter locale should be final. 427
 Error javadoc JavadocMethod Expected @param tag for 'locale'. 427
 Error javadoc JavadocStyle First sentence should end with a period. 461
 Error design DesignForExtension Method 'unRegisterConfigurableEntityManager' is not designed for extension - needs to be abstract, final or empty. 462
 Info misc FinalParameters Parameter manager should be final. 463
 Warning coding HiddenField 'manager' hides a field. 463
 Error javadoc JavadocMethod Expected @param tag for 'manager'. 463
 Error design DesignForExtension Method 'propagate' is not designed for extension - needs to be abstract, final or empty. 467
 Error javadoc JavadocMethod Missing a Javadoc comment. 467
 Info misc FinalParameters Parameter singleEntity should be final. 467
 Info regexp RegexpSingleline Line has trailing spaces. 475
 Error javadoc JavadocMethod Expected an @return tag. 478
 Error design DesignForExtension Method 'localOnlyExpression' is not designed for extension - needs to be abstract, final or empty. 478
 Error javadoc JavadocMethod Missing a Javadoc comment. 487
 Info misc FinalParameters Parameter expr should be final. 487
 Error javadoc JavadocMethod Missing a Javadoc comment. 497
 Info misc FinalParameters Parameter filters should be final. 497
 Info misc FinalParameters Parameter locale should be final. 497
 Error javadoc JavadocMethod Missing a Javadoc comment. 509
 Info misc FinalParameters Parameter list should be final. 509
 Error javadoc JavadocStyle First sentence should end with a period. 525
 Error design DesignForExtension Method 'processPropagation' is not designed for extension - needs to be abstract, final or empty. 526
 Info misc FinalParameters Parameter message should be final. 526
 Error javadoc JavadocMethod Expected @param tag for 'message'. 526
 Error javadoc JavadocStyle First sentence should end with a period. 544
 Error design DesignForExtension Method 'processRequest' is not designed for extension - needs to be abstract, final or empty. 545
 Info misc FinalParameters Parameter message should be final. 545
 Error javadoc JavadocMethod Expected @param tag for 'message'. 545
 Error design DesignForExtension Method 'processResponse' is not designed for extension - needs to be abstract, final or empty. 579
 Error javadoc JavadocMethod Missing a Javadoc comment. 579
 Info misc FinalParameters Parameter message should be final. 579

org/universAAL/middleware/managers/configuration/core/impl/GenericConfigurationEntity.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 109). 23
 Info sizes LineLength Line is longer than 80 characters (found 117). 24
 Info sizes LineLength Line is longer than 80 characters (found 89). 26
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 37
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Error design VisibilityModifier Variable 'confManager' must be private and have accessor methods. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error design VisibilityModifier Variable 'uri' must be private and have accessor methods. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error design VisibilityModifier Variable 'listeners' must be private and have accessor methods. 44
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Info misc FinalParameters Parameter configurationManagerImpl should be final. 50
 Error javadoc JavadocMethod Expected @param tag for 'configurationManagerImpl'. 50
 Info misc FinalParameters Parameter uri should be final. 50
 Warning coding HiddenField 'uri' hides a field. 50
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 50
 Error design DesignForExtension Method 'getURI' is not designed for extension - needs to be abstract, final or empty. 56
 Error javadoc JavadocMethod Missing a Javadoc comment. 56
 Error javadoc JavadocStyle First sentence should end with a period. 60
 Error design DesignForExtension Method 'subscribe2Changes' is not designed for extension - needs to be abstract, final or empty. 61
 Info misc FinalParameters Parameter listener should be final. 61
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 61
 Error javadoc JavadocStyle First sentence should end with a period. 66
 Error design DesignForExtension Method 'unsubscribe2Changes' is not designed for extension - needs to be abstract, final or empty. 67
 Info misc FinalParameters Parameter listener should be final. 67
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 67
 Error javadoc JavadocStyle First sentence should end with a period. 71
 Error javadoc JavadocMethod Expected an @return tag. 72
 Error design DesignForExtension Method 'getScope' is not designed for extension - needs to be abstract, final or empty. 72
 Error design DesignForExtension Method 'updated' is not designed for extension - needs to be abstract, final or empty. 76
 Error javadoc JavadocMethod Missing a Javadoc comment. 76
 Info misc FinalParameters Parameter e should be final. 76

org/universAAL/middleware/managers/configuration/core/impl/LocalConfigurationEntity.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 103). 22
 Info sizes LineLength Line is longer than 80 characters (found 109). 23
 Info sizes LineLength Line is longer than 80 characters (found 90). 24
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 35
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info misc FinalParameters Parameter configurationManagerImpl should be final. 41
 Error javadoc JavadocMethod Expected @param tag for 'configurationManagerImpl'. 41
 Info misc FinalParameters Parameter uri should be final. 41
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 41
 Error javadoc JavadocStyle First sentence should end with a period. 45
 Error javadoc JavadocMethod Expected an @return tag. 46
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 46
 Info misc FinalParameters Parameter loc should be final. 46
 Error javadoc JavadocMethod Expected @param tag for 'loc'. 46
 Error design DesignForExtension Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 54

org/universAAL/middleware/managers/configuration/core/impl/LocalConfigurationFileEditor.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 109). 27
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. 27
 Info sizes LineLength Line is longer than 80 characters (found 108). 28
 Info sizes LineLength Line is longer than 80 characters (found 83). 29
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 40
 Info misc FinalParameters Parameter configurationManagerImpl should be final. 47
 Error javadoc JavadocMethod Expected @param tag for 'configurationManagerImpl'. 47
 Info misc FinalParameters Parameter uri should be final. 47
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 47
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Error javadoc JavadocMethod Expected an @return tag. 52
 Error design DesignForExtension Method 'getDefaultFileRef' is not designed for extension - needs to be abstract, final or empty. 52
 Error javadoc JavadocStyle First sentence should end with a period. 64
 Error javadoc JavadocMethod Expected an @return tag. 65
 Error design DesignForExtension Method 'getExtensionfilter' is not designed for extension - needs to be abstract, final or empty. 65
 Error javadoc JavadocStyle First sentence should end with a period. 73
 Error javadoc JavadocMethod Expected an @return tag. 74
 Error design DesignForExtension Method 'isDefaultValue' is not designed for extension - needs to be abstract, final or empty. 74
 Error javadoc JavadocStyle First sentence should end with a period. 92
 Error javadoc JavadocMethod Expected an @return tag. 93
 Error design DesignForExtension Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. 93
 Error javadoc JavadocStyle First sentence should end with a period. 109
 Error javadoc JavadocMethod Expected an @return tag. 110
 Error design DesignForExtension Method 'pullFile' is not designed for extension - needs to be abstract, final or empty. 110
 Error javadoc JavadocStyle First sentence should end with a period. 132
 Error javadoc JavadocMethod Expected an @return tag. 133
 Error design DesignForExtension Method 'pushFile' is not designed for extension - needs to be abstract, final or empty. 133
 Info misc FinalParameters Parameter file should be final. 133
 Error javadoc JavadocMethod Expected @param tag for 'file'. 133

org/universAAL/middleware/managers/configuration/core/impl/LocalConfigurationParameterEditor.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 109). 20
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. 20
 Info sizes LineLength Line is longer than 80 characters (found 113). 21
 Info sizes LineLength Line is longer than 80 characters (found 88). 22
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Info misc FinalParameters Parameter configurationManagerImpl should be final. 37
 Info misc FinalParameters Parameter uri should be final. 37
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Error javadoc JavadocMethod Expected an @return tag. 42
 Error design DesignForExtension Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. 42
 Error javadoc JavadocStyle First sentence should end with a period. 50
 Error javadoc JavadocMethod Expected an @return tag. 51
 Error design DesignForExtension Method 'getType' is not designed for extension - needs to be abstract, final or empty. 51
 Error javadoc JavadocStyle First sentence should end with a period. 59
 Error javadoc JavadocMethod Expected an @return tag. 60
 Error design DesignForExtension Method 'isDefaultValue' is not designed for extension - needs to be abstract, final or empty. 60
 Error javadoc JavadocStyle First sentence should end with a period. 69
 Error javadoc JavadocMethod Expected an @return tag. 70
 Error design DesignForExtension Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. 70
 Error javadoc JavadocMethod Expected an @return tag. 84
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 84
 Info misc FinalParameters Parameter e should be final. 84
 Error javadoc JavadocMethod Expected @param tag for 'e'. 84
 Info misc FinalParameters Parameter val should be final. 84
 Error javadoc JavadocMethod Expected @param tag for 'val'. 84
 Error javadoc JavadocStyle First sentence should end with a period. 92
 Error javadoc JavadocMethod Expected an @return tag. 93
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 93
 Info misc FinalParameters Parameter value should be final. 93
 Error javadoc JavadocMethod Expected @param tag for 'value'. 93
 Error javadoc JavadocStyle First sentence should end with a period. 101
 Error javadoc JavadocMethod Expected an @return tag. 102
 Error design DesignForExtension Method 'getConfiguredValue' is not designed for extension - needs to be abstract, final or empty. 102

org/universAAL/middleware/managers/configuration/core/impl/RemoteConfigurationEntity.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 84). 24
 Info sizes LineLength Line is longer than 80 characters (found 109). 25
 Info sizes LineLength Line is longer than 80 characters (found 109). 26
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error design VisibilityModifier Variable 'entity' must be private and have accessor methods. 41
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info misc FinalParameters Parameter configurationManagerImpl should be final. 47
 Error javadoc JavadocMethod Expected @param tag for 'configurationManagerImpl'. 47
 Info misc FinalParameters Parameter remote should be final. 47
 Error javadoc JavadocMethod Expected @param tag for 'remote'. 47
 Error design DesignForExtension Method 'updateRemoteEntity' is not designed for extension - needs to be abstract, final or empty. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Info misc FinalParameters Parameter remote should be final. 52
 Error javadoc JavadocStyle First sentence should end with a period. 56
 Error javadoc JavadocMethod Expected an @return tag. 57
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 57
 Info misc FinalParameters Parameter loc should be final. 57
 Error javadoc JavadocMethod Expected @param tag for 'loc'. 57
 Error design DesignForExtension Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Error javadoc JavadocStyle First sentence should end with a period. 71
 Error design DesignForExtension Method 'updated' is not designed for extension - needs to be abstract, final or empty. 72
 Info misc FinalParameters Parameter e should be final. 73
 Info regexp RegexpSingleline Line has trailing spaces. 82
 Error design DesignForExtension Method 'sendRequestFor' is not designed for extension - needs to be abstract, final or empty. 86
 Info misc FinalParameters Parameter e should be final. 86
 Error javadoc JavadocMethod Expected @param tag for 'e'. 86
 Info misc FinalParameters Parameter loc should be final. 86
 Error javadoc JavadocMethod Expected @param tag for 'loc'. 86

org/universAAL/middleware/managers/configuration/core/impl/RemoteConfigurationFileEditor.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 109). 24
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. 24
 Info sizes LineLength Line is longer than 80 characters (found 108). 25
 Info sizes LineLength Line is longer than 80 characters (found 83). 26
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 36
 Info misc FinalParameters Parameter configurationManagerImpl should be final. 43
 Error javadoc JavadocMethod Expected @param tag for 'configurationManagerImpl'. 43
 Info misc FinalParameters Parameter entity should be final. 43
 Error javadoc JavadocMethod Expected @param tag for 'entity'. 43
 Error javadoc JavadocStyle First sentence should end with a period. 47
 Error javadoc JavadocMethod Expected an @return tag. 48
 Error design DesignForExtension Method 'getDefaultFileRef' is not designed for extension - needs to be abstract, final or empty. 48
 Error javadoc JavadocStyle First sentence should end with a period. 60
 Error javadoc JavadocMethod Expected an @return tag. 61
 Error design DesignForExtension Method 'getExtensionfilter' is not designed for extension - needs to be abstract, final or empty. 61
 Error javadoc JavadocStyle First sentence should end with a period. 69
 Error javadoc JavadocMethod Expected an @return tag. 70
 Error design DesignForExtension Method 'isDefaultValue' is not designed for extension - needs to be abstract, final or empty. 70
 Error javadoc JavadocStyle First sentence should end with a period. 80
 Error javadoc JavadocMethod Expected an @return tag. 81
 Error design DesignForExtension Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. 81
 Error javadoc JavadocStyle First sentence should end with a period. 94
 Error javadoc JavadocMethod Expected an @return tag. 95
 Error design DesignForExtension Method 'pullFile' is not designed for extension - needs to be abstract, final or empty. 95
 Error javadoc JavadocStyle First sentence should end with a period. 107
 Error javadoc JavadocMethod Expected an @return tag. 108
 Error design DesignForExtension Method 'pushFile' is not designed for extension - needs to be abstract, final or empty. 108
 Info misc FinalParameters Parameter file should be final. 108
 Error javadoc JavadocMethod Expected @param tag for 'file'. 108

org/universAAL/middleware/managers/configuration/core/impl/RemoteConfigurationParamaterEditor.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 109). 20
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. 20
 Info sizes LineLength Line is longer than 80 characters (found 113). 21
 Info sizes LineLength Line is longer than 80 characters (found 88). 22
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 34
 Info misc FinalParameters Parameter configurationManagerImpl should be final. 41
 Error javadoc JavadocMethod Expected @param tag for 'configurationManagerImpl'. 41
 Info misc FinalParameters Parameter remote should be final. 41
 Error javadoc JavadocMethod Expected @param tag for 'remote'. 41
 Error javadoc JavadocStyle First sentence should end with a period. 45
 Error javadoc JavadocMethod Expected an @return tag. 46
 Error design DesignForExtension Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. 46
 Error javadoc JavadocStyle First sentence should end with a period. 54
 Error javadoc JavadocMethod Expected an @return tag. 55
 Error design DesignForExtension Method 'getType' is not designed for extension - needs to be abstract, final or empty. 55
 Error javadoc JavadocStyle First sentence should end with a period. 63
 Error javadoc JavadocMethod Expected an @return tag. 64
 Error design DesignForExtension Method 'isDefaultValue' is not designed for extension - needs to be abstract, final or empty. 64
 Error javadoc JavadocStyle First sentence should end with a period. 73
 Error javadoc JavadocMethod Expected an @return tag. 74
 Error design DesignForExtension Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. 74
 Error javadoc JavadocMethod Expected an @return tag. 88
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 88
 Info misc FinalParameters Parameter e should be final. 88
 Error javadoc JavadocMethod Expected @param tag for 'e'. 88
 Info misc FinalParameters Parameter val should be final. 88
 Error javadoc JavadocMethod Expected @param tag for 'val'. 88
 Error javadoc JavadocStyle First sentence should end with a period. 97
 Error javadoc JavadocMethod Expected an @return tag. 98
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 98
 Info misc FinalParameters Parameter value should be final. 98
 Error javadoc JavadocMethod Expected @param tag for 'value'. 98
 Error javadoc JavadocStyle First sentence should end with a period. 106
 Error javadoc JavadocMethod Expected an @return tag. 107
 Error design DesignForExtension Method 'getConfiguredValue' is not designed for extension - needs to be abstract, final or empty. 107

org/universAAL/middleware/managers/configuration/core/impl/factories/EntityFactory.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 105). 23
 Info sizes LineLength Line is longer than 80 characters (found 110). 24
 Info sizes LineLength Line is longer than 80 characters (found 103). 25
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 36
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info misc FinalParameters Parameter dentity should be final. 47
 Info misc FinalParameters Parameter loc should be final. 47
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 48
 Info sizes LineLength Line is longer than 80 characters (found 183). 56
 Info sizes LineLength Line is longer than 80 characters (found 173). 69
 Info regexp RegexpSingleline Line has trailing spaces. 88
 Info misc FinalParameters Parameter OldEntity should be final. 99
 Warning naming ParameterName Name 'OldEntity' must match pattern '^[a-z][a-zA-Z0-9]*$'. 99
 Info misc FinalParameters Parameter dentity should be final. 100
 Info misc FinalParameters Parameter loc should be final. 100
 Info sizes LineLength Line is longer than 80 characters (found 188). 124
 Info sizes LineLength Line is longer than 80 characters (found 178). 142
 Info sizes LineLength Line is longer than 80 characters (found 82). 146

org/universAAL/middleware/managers/configuration/core/impl/factories/ScopeFactory.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 81). 22
 Info imports UnusedImports Unused import - org.universAAL.middleware.managers.configuration.core.owl.Entity. 26
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 33
 Error javadoc JavadocStyle First sentence should end with a period. 35
 Error javadoc JavadocStyle First sentence should end with a period. 39
 Error javadoc JavadocStyle First sentence should end with a period. 47
 Error javadoc JavadocStyle First sentence should end with a period. 55
 Info regexp RegexpSingleline Line has trailing spaces. 63
 Info misc FinalParameters Parameter scope should be final. 67
 Error javadoc JavadocMethod Expected @param tag for 'scope'. 67
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 68
 Info regexp RegexpSingleline Line has trailing spaces. 95
 Info misc FinalParameters Parameter urn should be final. 100
 Warning coding MagicNumber '3' is a magic number. 105
 Warning coding MagicNumber '5' is a magic number. 108
 Warning coding MagicNumber '3' is a magic number. 109
 Warning coding MagicNumber '4' is a magic number. 110
 Warning coding MagicNumber '3' is a magic number. 112
 Warning coding MagicNumber '4' is a magic number. 113
 Warning coding MagicNumber '7' is a magic number. 116
 Warning coding MagicNumber '3' is a magic number. 118
 Warning coding MagicNumber '5' is a magic number. 118
 Warning coding MagicNumber '4' is a magic number. 119
 Warning coding MagicNumber '6' is a magic number. 119
 Warning coding MagicNumber '3' is a magic number. 121
 Warning coding MagicNumber '5' is a magic number. 121
 Warning coding MagicNumber '4' is a magic number. 122
 Warning coding MagicNumber '6' is a magic number. 122

org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/ConfigurationEditorPool.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 85). 18
 Info sizes LineLength Line is longer than 80 characters (found 109). 24
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. 24
 Info sizes LineLength Line is longer than 80 characters (found 108). 25
 Info sizes LineLength Line is longer than 80 characters (found 103). 26
 Info sizes LineLength Line is longer than 80 characters (found 91). 27
 Info sizes LineLength Line is longer than 80 characters (found 93). 28
 Info sizes LineLength Line is longer than 80 characters (found 95). 29
 Info sizes LineLength Line is longer than 80 characters (found 100). 30
 Info sizes LineLength Line is longer than 80 characters (found 96). 31
 Info sizes LineLength Line is longer than 80 characters (found 101). 32
 Info sizes LineLength Line is longer than 80 characters (found 83). 33
 Info sizes LineLength Line is longer than 80 characters (found 88). 34
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Info regexp RegexpSingleline Line has trailing spaces. 56
 Info misc FinalParameters Parameter confManager should be final. 58
 Warning coding HiddenField 'confManager' hides a field. 58
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 59
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Error design DesignForExtension Method 'get' is not designed for extension - needs to be abstract, final or empty. 70
 Info misc FinalParameters Parameter e should be final. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 81
 Info misc FinalParameters Parameter configEditor should be final. 81
 Info sizes LineLength Line is longer than 80 characters (found 102). 82
 Error javadoc JavadocMethod Missing a Javadoc comment. 88
 Info misc FinalParameters Parameter cEditor should be final. 88
 Info regexp RegexpSingleline Line has trailing spaces. 96
 Error design DesignForExtension Method 'entityUpdated' is not designed for extension - needs to be abstract, final or empty. 100
 Info misc FinalParameters Parameter e should be final. 100
 Error javadoc JavadocMethod Missing a Javadoc comment. 112
 Info misc FinalParameters Parameter e should be final. 112
 Info sizes LineLength Line is longer than 80 characters (found 81). 115
 Info regexp RegexpSingleline Line has trailing spaces. 132
 Info misc FinalParameters Parameter e should be final. 137

org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/EntityManager.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 85). 18
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.scope.Scope. 36
 Info sizes LineLength Line is longer than 80 characters (found 89). 37
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info sizes LineLength Line is longer than 80 characters (found 82). 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Info misc FinalParameters Parameter connector should be final. 63
 Error javadoc JavadocMethod Expected @param tag for 'connector'. 63
 Info misc FinalParameters Parameter file should be final. 63
 Warning coding HiddenField 'file' hides a field. 63
 Error javadoc JavadocMethod Expected @param tag for 'file'. 63
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 69
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 74
 Info regexp RegexpSingleline Line has trailing spaces. 81
 Error javadoc JavadocMethod Expected an @return tag. 85
 Error javadoc JavadocMethod Expected @throws tag for 'FileNotFoundException'. 85
 Warning coding MagicNumber '5' is a magic number. 106
 Info regexp RegexpSingleline Line has trailing spaces. 115
 Error javadoc JavadocMethod Expected an @return tag. 118
 Info regexp RegexpSingleline Line has trailing spaces. 134
 Info misc FinalParameters Parameter entities should be final. 137
 Error javadoc JavadocMethod Expected @param tag for 'entities'. 137
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 151
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 154
 Info regexp RegexpSingleline Line has trailing spaces. 160
 Error design DesignForExtension Method 'addEntity' is not designed for extension - needs to be abstract, final or empty. 166
 Info misc FinalParameters Parameter ent should be final. 166
 Info regexp RegexpSingleline Line has trailing spaces. 188
 Error javadoc JavadocMethod Expected an @return tag. 193
 Info misc FinalParameters Parameter newEnt should be final. 193
 Error javadoc JavadocMethod Expected @param tag for 'newEnt'. 193
 Info misc FinalParameters Parameter emap should be final. 193
 Error javadoc JavadocMethod Expected @param tag for 'emap'. 193
 Info regexp RegexpSingleline Line has trailing spaces. 207
 Error design DesignForExtension Method 'mergeProbe' is not designed for extension - needs to be abstract, final or empty. 212
 Info misc FinalParameters Parameter news should be final. 212
 Info regexp RegexpSingleline Line has trailing spaces. 220
 Error javadoc JavadocMethod Expected an @return tag. 225
 Info sizes LineLength Line is longer than 80 characters (found 82). 225
 Info misc FinalParameters Parameter news should be final. 225
 Error javadoc JavadocMethod Expected @param tag for 'news'. 225
 Info misc FinalParameters Parameter emap should be final. 225
 Error javadoc JavadocMethod Expected @param tag for 'emap'. 225
 Info regexp RegexpSingleline Line has trailing spaces. 247
 Error design DesignForExtension Method 'mergeAdd' is not designed for extension - needs to be abstract, final or empty. 252
 Info misc FinalParameters Parameter news should be final. 252
 Info regexp RegexpSingleline Line has trailing spaces. 263
 Error design DesignForExtension Method 'find' is not designed for extension - needs to be abstract, final or empty. 268
 Info misc FinalParameters Parameter uri should be final. 268
 Info sizes LineLength Line is longer than 80 characters (found 81). 269
 Info regexp RegexpSingleline Line has trailing spaces. 278
 Error design DesignForExtension Method 'find' is not designed for extension - needs to be abstract, final or empty. 284
 Info misc FinalParameters Parameter filters should be final. 284
 Info regexp RegexpSingleline Line has trailing spaces. 297
 Error javadoc JavadocMethod Expected an @return tag. 302
 Info misc FinalParameters Parameter list should be final. 302
 Error javadoc JavadocMethod Expected @param tag for 'list'. 302
 Info misc FinalParameters Parameter filters should be final. 303
 Error javadoc JavadocMethod Expected @param tag for 'filters'. 303

org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/FileManagement.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 85). 18
 Info sizes LineLength Line is longer than 80 characters (found 105). 23
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.ConfigurationFile. 23
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Error javadoc JavadocMethod Expected an @return tag. 39
 Info modifier RedundantModifier Redundant 'public' modifier. 39
 Error javadoc JavadocMethod Expected @param tag for 'url'. 39
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Error javadoc JavadocMethod Expected an @return tag. 47
 Info modifier RedundantModifier Redundant 'public' modifier. 47
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Error javadoc JavadocMethod Expected an @return tag. 56
 Info modifier RedundantModifier Redundant 'public' modifier. 56
 Error javadoc JavadocMethod Expected @param tag for 'id'. 56
 Info regexp RegexpSingleline Line has trailing spaces. 61
 Error javadoc JavadocMethod Expected an @return tag. 64
 Info modifier RedundantModifier Redundant 'public' modifier. 64

org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/ModuleRegistry.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 85). 17
 Info sizes LineLength Line is longer than 80 characters (found 89). 30
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error design VisibilityModifier Variable 'moduleRegistry' must be private and have accessor methods. 38
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info sizes LineLength Line is longer than 80 characters (found 87). 44
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 44
 Error design DesignForExtension Method 'put' is not designed for extension - needs to be abstract, final or empty. 47
 Error javadoc JavadocMethod Missing a Javadoc comment. 47
 Info misc FinalParameters Parameter uri should be final. 47
 Info misc FinalParameters Parameter module should be final. 47
 Info sizes LineLength Line is longer than 80 characters (found 86). 48
 Info sizes LineLength Line is longer than 80 characters (found 104). 53
 Info regexp RegexpSingleline Line has trailing spaces. 60
 Error design DesignForExtension Method 'clear' is not designed for extension - needs to be abstract, final or empty. 62
 Error design DesignForExtension Method 'remove' is not designed for extension - needs to be abstract, final or empty. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Info misc FinalParameters Parameter module should be final. 66
 Info sizes LineLength Line is longer than 80 characters (found 87). 68
 Info sizes LineLength Line is longer than 80 characters (found 93). 73
 Error javadoc JavadocMethod Expected an @return tag. 93
 Error design DesignForExtension Method 'contains' is not designed for extension - needs to be abstract, final or empty. 93
 Info misc FinalParameters Parameter uri should be final. 93
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 93
 Error javadoc JavadocMethod Expected an @return tag. 102
 Error design DesignForExtension Method 'configurationChanged' is not designed for extension - needs to be abstract, final or empty. 102
 Info misc FinalParameters Parameter scope should be final. 102
 Error javadoc JavadocMethod Expected @param tag for 'scope'. 102
 Info misc FinalParameters Parameter value should be final. 102
 Error javadoc JavadocMethod Expected @param tag for 'value'. 102
 Info sizes LineLength Line is longer than 80 characters (found 110). 109

org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/PendingRequestsManager.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 85). 18
 Info sizes LineLength Line is longer than 80 characters (found 92). 25
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Info misc FinalParameters Parameter editorPool should be final. 45
 Warning coding HiddenField 'editorPool' hides a field. 45
 Error javadoc JavadocMethod Expected @param tag for 'editorPool'. 45
 Info sizes LineLength Line is longer than 80 characters (found 101). 46
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 46
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Info sizes LineLength Line is longer than 80 characters (found 82). 56
 Error design DesignForExtension Method 'add' is not designed for extension - needs to be abstract, final or empty. 56
 Info misc FinalParameters Parameter mngr should be final. 56
 Error javadoc JavadocMethod Expected @param tag for 'mngr'. 56
 Info misc FinalParameters Parameter filter should be final. 56
 Error javadoc JavadocMethod Expected @param tag for 'filter'. 56
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Error design DesignForExtension Method 'remove' is not designed for extension - needs to be abstract, final or empty. 70
 Info misc FinalParameters Parameter manager should be final. 70
 Error javadoc JavadocMethod Expected @param tag for 'manager'. 70
 Info regexp RegexpSingleline Line has trailing spaces. 78
 Error design DesignForExtension Method 'processResponse' is not designed for extension - needs to be abstract, final or empty. 81
 Info misc FinalParameters Parameter ents should be final. 81
 Error javadoc JavadocMethod Expected @param tag for 'ents'. 81
 Info sizes LineLength Line is longer than 80 characters (found 83). 82
 Error design DesignForExtension Method 'clear' is not designed for extension - needs to be abstract, final or empty. 95

org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/SharedObjectConnector.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 85). 18
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error design DesignForExtension Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 40
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 41
 Info modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 47
 Info modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 60
 Info sizes LineLength Line is longer than 80 characters (found 86). 73
 Info modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 73
 Info regexp RegexpSingleline Line has trailing spaces. 84
 Info misc FinalParameters Parameter mc should be final. 86
 Error javadoc JavadocMethod Expected @param tag for 'mc'. 86
 Error javadoc JavadocMethod Missing a Javadoc comment. 93
 Info misc FinalParameters Parameter shr should be final. 93
 Error javadoc JavadocMethod Missing a Javadoc comment. 106
 Info misc FinalParameters Parameter clazzName should be final. 106
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 108
 Error javadoc JavadocStyle First sentence should end with a period. 114
 Error design DesignForExtension Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. 115
 Info misc FinalParameters Parameter sharedObj should be final. 115
 Error javadoc JavadocMethod Expected @param tag for 'sharedObj'. 115
 Info misc FinalParameters Parameter removeHook should be final. 115
 Error javadoc JavadocMethod Expected @param tag for 'removeHook'. 115
 Error javadoc JavadocStyle First sentence should end with a period. 121
 Error design DesignForExtension Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. 122
 Info misc FinalParameters Parameter removeHook should be final. 122
 Error javadoc JavadocMethod Expected @param tag for 'removeHook'. 122
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 132
 Error javadoc JavadocMethod Missing a Javadoc comment. 132

org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/SynchronousConfEntityManager.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 85). 18
 Info sizes LineLength Line is longer than 80 characters (found 109). 23
 Info sizes LineLength Line is longer than 80 characters (found 92). 24
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning naming StaticVariableName Name 'WAIT_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
 Warning coding MagicNumber '1000' is a magic number. 36
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 42
 Error javadoc JavadocStyle First sentence should end with a period. 45
 Error design DesignForExtension Method 'addConfigurableEntity' is not designed for extension - needs to be abstract, final or empty. 46
 Info misc FinalParameters Parameter cent should be final. 46
 Error javadoc JavadocMethod Expected @param tag for 'cent'. 46
 Error design DesignForExtension Method 'getList' is not designed for extension - needs to be abstract, final or empty. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 50

org/universAAL/middleware/managers/configuration/core/owl/AALConfigurationOntology.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocType Missing a Javadoc comment. 36
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 38
 Error design DesignForExtension Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Info misc FinalParameters Parameter classURI should be final. 38
 Info misc FinalParameters Parameter instanceURI should be final. 38
 Info misc FinalParameters Parameter factoryIndex should be final. 39
 Warning coding MissingSwitchDefault switch without "default" clause. 41
 Warning coding MagicNumber '3' is a magic number. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Info sizes LineLength Line is longer than 80 characters (found 102). 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 56
 Error javadoc JavadocMethod Missing a Javadoc comment. 60
 Info sizes LineLength Line is longer than 80 characters (found 87). 62
 Warning naming LocalVariableName Name 'oci_Entity' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
 Warning naming LocalVariableName Name 'oci_ConfigurationFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. 69
 Warning naming LocalVariableName Name 'oci_ConfigurationParameter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
 Warning coding MagicNumber '3' is a magic number. 72
 Info sizes LineLength Line is longer than 80 characters (found 84). 114

org/universAAL/middleware/managers/configuration/core/owl/ConfigurationFile.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 39
 Info sizes LineLength Line is longer than 80 characters (found 82). 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Info sizes LineLength Line is longer than 80 characters (found 84). 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Info sizes LineLength Line is longer than 80 characters (found 89). 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Info misc FinalParameters Parameter uri should be final. 53
 Error design DesignForExtension Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 61
 Info misc FinalParameters Parameter propURI should be final. 61
 Warning blocks NeedBraces 'if' construct must use '{}'s. 62
 Warning blocks NeedBraces 'if' construct must use '{}'s. 64
 Warning blocks NeedBraces 'if' construct must use '{}'s. 66
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Error design DesignForExtension Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 76
 Error javadoc JavadocMethod Missing a Javadoc comment. 76
 Error design DesignForExtension Method 'setContent' is not designed for extension - needs to be abstract, final or empty. 80
 Error javadoc JavadocMethod Missing a Javadoc comment. 80
 Info misc FinalParameters Parameter newPropValue should be final. 80
 Error design DesignForExtension Method 'getDefaultURL' is not designed for extension - needs to be abstract, final or empty. 84
 Error javadoc JavadocMethod Missing a Javadoc comment. 84
 Error design DesignForExtension Method 'setDefaultURL' is not designed for extension - needs to be abstract, final or empty. 88
 Error javadoc JavadocMethod Missing a Javadoc comment. 88
 Info misc FinalParameters Parameter newPropValue should be final. 88
 Warning blocks NeedBraces 'if' construct must use '{}'s. 89
 Error design DesignForExtension Method 'getLocalURL' is not designed for extension - needs to be abstract, final or empty. 93
 Error javadoc JavadocMethod Missing a Javadoc comment. 93
 Error design DesignForExtension Method 'setLocalURL' is not designed for extension - needs to be abstract, final or empty. 97
 Error javadoc JavadocMethod Missing a Javadoc comment. 97
 Info misc FinalParameters Parameter newPropValue should be final. 97
 Error design DesignForExtension Method 'getExtensionFilter' is not designed for extension - needs to be abstract, final or empty. 101
 Error javadoc JavadocMethod Missing a Javadoc comment. 101
 Error design DesignForExtension Method 'setExtensionFilter' is not designed for extension - needs to be abstract, final or empty. 105
 Error javadoc JavadocMethod Missing a Javadoc comment. 105
 Info misc FinalParameters Parameter newPropValue should be final. 105
 Warning blocks NeedBraces 'if' construct must use '{}'s. 106
 Error design DesignForExtension Method 'loadContentFromLocalURL' is not designed for extension - needs to be abstract, final or empty. 110
 Error javadoc JavadocMethod Missing a Javadoc comment. 110
 Error design DesignForExtension Method 'loadContentFromDefaultURL' is not designed for extension - needs to be abstract, final or empty. 114
 Error javadoc JavadocMethod Missing a Javadoc comment. 114
 Error design DesignForExtension Method 'loadContentFormURL' is not designed for extension - needs to be abstract, final or empty. 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Info misc FinalParameters Parameter u should be final. 118
 Error javadoc JavadocMethod Expected an @return tag. 134
 Info misc FinalParameters Parameter content should be final. 134
 Error javadoc JavadocMethod Expected @param tag for 'content'. 134
 Info misc FinalParameters Parameter f should be final. 134
 Error javadoc JavadocMethod Expected @param tag for 'f'. 134

org/universAAL/middleware/managers/configuration/core/owl/ConfigurationParameter.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 35
 Info sizes LineLength Line is longer than 80 characters (found 86). 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Info sizes LineLength Line is longer than 80 characters (found 165). 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 47
 Info misc FinalParameters Parameter uri should be final. 47
 Error design DesignForExtension Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. 51
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 55
 Info misc FinalParameters Parameter propURI should be final. 55
 Warning blocks NeedBraces 'if' construct must use '{}'s. 56
 Warning blocks NeedBraces 'if' construct must use '{}'s. 58
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 68
 Error javadoc JavadocMethod Missing a Javadoc comment. 68
 Error javadoc JavadocMethod Missing a Javadoc comment. 72
 Info misc FinalParameters Parameter newPropValue should be final. 72
 Warning blocks NeedBraces 'if' construct must use '{}'s. 77
 Warning blocks NeedBraces 'else' construct must use '{}'s. 79
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 83
 Error javadoc JavadocMethod Missing a Javadoc comment. 83
 Info misc FinalParameters Parameter newPropValue should be final. 83
 Error design DesignForExtension Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. 90
 Error javadoc JavadocMethod Missing a Javadoc comment. 90
 Error design DesignForExtension Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. 94
 Error javadoc JavadocMethod Missing a Javadoc comment. 94
 Info misc FinalParameters Parameter newPropValue should be final. 94
 Warning blocks NeedBraces 'if' construct must use '{}'s. 95
 Error design DesignForExtension Method 'changeParameterRestriction' is not designed for extension - needs to be abstract, final or empty. 99
 Error javadoc JavadocMethod Missing a Javadoc comment. 99
 Info misc FinalParameters Parameter r should be final. 99
 Warning blocks NeedBraces 'if' construct must use '{}'s. 100
 Warning blocks NeedBraces 'if' construct must use '{}'s. 108
 Error design DesignForExtension Method 'getParameterRestriction' is not designed for extension - needs to be abstract, final or empty. 115
 Error javadoc JavadocMethod Missing a Javadoc comment. 115

org/universAAL/middleware/managers/configuration/core/owl/Entity.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 47
 Info misc FinalParameters Parameter uri should be final. 47
 Error design DesignForExtension Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. 51
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 55
 Info misc FinalParameters Parameter propURI should be final. 55
 Warning blocks NeedBraces 'if' construct must use '{}'s. 56
 Warning blocks NeedBraces 'if' construct must use '{}'s. 58
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 69
 Error design DesignForExtension Method 'isNewerThan' is not designed for extension - needs to be abstract, final or empty. 72
 Error javadoc JavadocMethod Missing a Javadoc comment. 72
 Info misc FinalParameters Parameter other should be final. 72
 Error design DesignForExtension Method 'incrementVersion' is not designed for extension - needs to be abstract, final or empty. 85
 Error javadoc JavadocMethod Missing a Javadoc comment. 85
 Error design DesignForExtension Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 89
 Error javadoc JavadocMethod Missing a Javadoc comment. 89
 Info misc FinalParameters Parameter newPropValue should be final. 89
 Error design DesignForExtension Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 97
 Info misc FinalParameters Parameter description should be final. 97
 Error javadoc JavadocMethod Expected @param tag for 'description'. 97
 Info misc FinalParameters Parameter loc should be final. 97
 Error javadoc JavadocMethod Expected @param tag for 'loc'. 97
 Warning blocks NeedBraces 'if' construct must use '{}'s. 98
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 101
 Error javadoc JavadocMethod Expected an @return tag. 108
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 108
 Info misc FinalParameters Parameter loc should be final. 108
 Error javadoc JavadocMethod Expected @param tag for 'loc'. 108
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 110
 Error javadoc JavadocMethod Missing a Javadoc comment. 113
 Info misc FinalParameters Parameter loc should be final. 113
 Error javadoc JavadocMethod Expected an @return tag. 121
 Error design DesignForExtension Method 'containsDescriptionIn' is not designed for extension - needs to be abstract, final or empty. 121
 Info misc FinalParameters Parameter loc should be final. 121
 Error javadoc JavadocMethod Expected @param tag for 'loc'. 121
 Warning blocks NeedBraces 'if' construct must use '{}'s. 124
 Warning blocks NeedBraces 'if' construct must use '{}'s. 132
 Warning blocks NeedBraces 'if' construct must use '{}'s. 139

org/universAAL/middleware/managers/configuration/osgi/ConfigurationActivator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 91). 27
 Error javadoc JavadocType Missing a Javadoc comment. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error design VisibilityModifier Variable 'context' must be private and have accessor methods. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error design VisibilityModifier Variable 'cm' must be private and have accessor methods. 33
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 35
 Error javadoc JavadocMethod Missing a Javadoc comment. 35
 Info misc FinalParameters Parameter arg0 should be final. 35
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 36
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 37
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 49
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 56
 Error javadoc JavadocMethod Missing a Javadoc comment. 56
 Info misc FinalParameters Parameter arg0 should be final. 56

org/universAAL/middleware/managers/configuration/osgi/FileProvider.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 99). 24
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Info misc FinalParameters Parameter mainFolder should be final. 36
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 37
 Error javadoc JavadocStyle First sentence should end with a period. 40
 Error javadoc JavadocMethod Expected an @return tag. 41
 Error design DesignForExtension Method 'cache' is not designed for extension - needs to be abstract, final or empty. 41
 Info misc FinalParameters Parameter url should be final. 41
 Error javadoc JavadocMethod Expected @param tag for 'url'. 41
 Error javadoc JavadocStyle First sentence should end with a period. 45
 Error javadoc JavadocMethod Expected an @return tag. 46
 Error design DesignForExtension Method 'getMasterFile' is not designed for extension - needs to be abstract, final or empty. 46
 Error javadoc JavadocStyle First sentence should end with a period. 52
 Error javadoc JavadocMethod Expected an @return tag. 53
 Error design DesignForExtension Method 'getLocalFile' is not designed for extension - needs to be abstract, final or empty. 53
 Info misc FinalParameters Parameter id should be final. 53
 Error javadoc JavadocMethod Expected @param tag for 'id'. 53
 Error javadoc JavadocStyle First sentence should end with a period. 59
 Error javadoc JavadocMethod Expected an @return tag. 60
 Error design DesignForExtension Method 'getTemporalFile' is not designed for extension - needs to be abstract, final or empty. 60

org/universAAL/middleware/managers/configuration/osgi/ResourceMapper.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 82). 2
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error design VisibilityModifier Variable 'mc' must be private and have accessor methods. 40
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Info misc FinalParameters Parameter cacheFolder should be final. 58
 Info misc FinalParameters Parameter resource should be final. 58
 Warning blocks NeedBraces 'if' construct must use '{}'s. 59
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 59
 Warning blocks NeedBraces 'if' construct must use '{}'s. 77
 Info sizes LineLength Line is longer than 80 characters (found 90). 82
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 82
 Info regexp RegexpSingleline Line has trailing spaces. 91
 Info regexp RegexpSingleline Line has trailing spaces. 93
 Info modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 95
 Error javadoc JavadocVariable Missing a Javadoc comment. 97
 Error javadoc JavadocVariable Missing a Javadoc comment. 98
 Error javadoc JavadocVariable Missing a Javadoc comment. 99
 Info misc FinalParameters Parameter is should be final. 105
 Warning coding HiddenField 'is' hides a field. 105
 Error javadoc JavadocMethod Expected @param tag for 'is'. 105
 Info misc FinalParameters Parameter file should be final. 105
 Warning coding HiddenField 'file' hides a field. 105
 Error javadoc JavadocMethod Expected @param tag for 'file'. 105
 Error javadoc JavadocStyle First sentence should end with a period. 112
 Error design DesignForExtension Method 'finalize' is not designed for extension - needs to be abstract, final or empty. 113
 Error javadoc JavadocMethod Expected @throws tag for 'Throwable'. 113
 Error javadoc JavadocStyle First sentence should end with a period. 118
 Error design DesignForExtension Method 'run' is not designed for extension - needs to be abstract, final or empty. 119
 Warning coding MagicNumber '4096' is a magic number. 124
 Warning coding InnerAssignment Inner assignments should be avoided. 126
 Warning blocks NeedBraces 'if' construct must use '{}'s. 137
 Info sizes LineLength Line is longer than 80 characters (found 81). 142
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 142
 Warning blocks NeedBraces 'if' construct must use '{}'s. 146
 Info sizes LineLength Line is longer than 80 characters (found 90). 151
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 151
 Error design DesignForExtension Method 'finish' is not designed for extension - needs to be abstract, final or empty. 163
 Error javadoc JavadocMethod Missing a Javadoc comment. 163

org/universAAL/middleware/managers/deploy/DeployManagerImpl.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info imports UnusedImports Unused import - javax.swing.LayoutFocusTraversalPolicy. 43
 Error javadoc JavadocStyle First sentence should end with a period. 73
 Info regexp RegexpSingleline Line has trailing spaces. 75
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 89
 Error javadoc JavadocVariable Missing a Javadoc comment. 92
 Error javadoc JavadocVariable Missing a Javadoc comment. 93
 Error javadoc JavadocVariable Missing a Javadoc comment. 96
 Error javadoc JavadocVariable Missing a Javadoc comment. 97
 Error javadoc JavadocVariable Missing a Javadoc comment. 98
 Error javadoc JavadocVariable Missing a Javadoc comment. 100
 Info sizes LineLength Line is longer than 80 characters (found 82). 101
 Error javadoc JavadocVariable Missing a Javadoc comment. 101
 Error javadoc JavadocVariable Missing a Javadoc comment. 102
 Info sizes LineLength Line is longer than 80 characters (found 82). 103
 Error javadoc JavadocVariable Missing a Javadoc comment. 103
 Error javadoc JavadocVariable Missing a Javadoc comment. 104
 Error javadoc JavadocVariable Missing a Javadoc comment. 105
 Error javadoc JavadocVariable Missing a Javadoc comment. 107
 Warning naming MemberName Name 'TIMEOUT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 107
 Error javadoc JavadocMethod Missing a Javadoc comment. 109
 Info misc FinalParameters Parameter context should be final. 109
 Warning coding HiddenField 'context' hides a field. 109
 Warning coding MagicNumber '5' is a magic number. 111
 Warning coding MagicNumber '60' is a magic number. 111
 Warning coding MagicNumber '1000' is a magic number. 111
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 115
 Info sizes LineLength Line is longer than 80 characters (found 81). 126
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 126
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 132
 Error javadoc JavadocMethod Missing a Javadoc comment. 132
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 136
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 140
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 144
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 163
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 170
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 175
 Info sizes LineLength Line is longer than 80 characters (found 82). 178
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 183
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 190
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 193
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 198
 Warning blocks NeedBraces 'if' construct must use '{}'s. 199
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 208
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 215
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 220
 Info sizes LineLength Line is longer than 80 characters (found 81). 226
 Error design DesignForExtension Method 'requestToInstall' is not designed for extension - needs to be abstract, final or empty. 226
 Error javadoc JavadocMethod Missing a Javadoc comment. 226
 Info misc FinalParameters Parameter application should be final. 226
 Info sizes LineLength Line is longer than 80 characters (found 81). 230
 Info sizes LineLength Line is longer than 80 characters (found 82). 238
 Error javadoc JavadocMethod Missing a Javadoc comment. 247
 Warning naming MethodName Name 'm_requestToInstall' must match pattern '^[a-z][a-zA-Z0-9]*$'. 247
 Info misc FinalParameters Parameter application should be final. 247
 Info misc FinalParameters Parameter result should be final. 248
 Info sizes LineLength Line is longer than 80 characters (found 81). 257
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 257
 Info sizes LineLength Line is longer than 80 characters (found 98). 275
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 275
 Info sizes LineLength Line is longer than 80 characters (found 92). 283
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 283
 Info sizes LineLength Line is longer than 80 characters (found 87). 293
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 293
 Warning blocks NeedBraces 'if' construct must use '{}'s. 298
 Warning coding SimplifyBooleanExpression Expression can be simplified. 302
 Info sizes LineLength Line is longer than 80 characters (found 83). 318
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 318
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 325
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 333
 Warning coding SimplifyBooleanExpression Expression can be simplified. 337
 Info sizes LineLength Line is longer than 80 characters (found 111). 342
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 342
 Info sizes LineLength Line is longer than 80 characters (found 81). 361
 Error javadoc JavadocMethod Missing a Javadoc comment. 382
 Info misc FinalParameters Parameter card should be final. 382
 Info misc FinalParameters Parameter peer should be final. 383
 Info misc FinalParameters Parameter content should be final. 383
 Warning coding SimplifyBooleanExpression Expression can be simplified. 384
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 389
 Error javadoc JavadocMethod Missing a Javadoc comment. 401
 Warning coding SimplifyBooleanExpression Expression can be simplified. 405
 Error javadoc JavadocMethod Missing a Javadoc comment. 423
 Info misc FinalParameters Parameter reg should be final. 423
 Warning coding SimplifyBooleanExpression Expression can be simplified. 425
 Info sizes LineLength Line is longer than 80 characters (found 85). 439
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 439
 Error javadoc JavadocMethod Missing a Javadoc comment. 445
 Warning blocks NeedBraces 'if' construct must use '{}'s. 446
 Info sizes LineLength Line is longer than 80 characters (found 89). 449
 Info sizes LineLength Line is longer than 80 characters (found 149). 452
 Error javadoc JavadocMethod Missing a Javadoc comment. 458
 Info misc FinalParameters Parameter app should be final. 458
 Info sizes LineLength Line is longer than 80 characters (found 86). 479
 Info sizes LineLength Line is longer than 80 characters (found 81). 482
 Info sizes LineLength Line is longer than 80 characters (found 83). 490
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 490
 Error javadoc JavadocMethod Missing a Javadoc comment. 495
 Info misc FinalParameters Parameter serviceId should be final. 495
 Info misc FinalParameters Parameter id should be final. 495
 Error javadoc JavadocMethod Missing a Javadoc comment. 500
 Info misc FinalParameters Parameter serviceId should be final. 500
 Info misc FinalParameters Parameter id should be final. 500
 Warning coding SimplifyBooleanExpression Expression can be simplified. 504
 Info sizes LineLength Line is longer than 80 characters (found 97). 512
 Error javadoc JavadocMethod Missing a Javadoc comment. 517
 Info misc FinalParameters Parameter serviceId should be final. 517
 Info misc FinalParameters Parameter id should be final. 517
 Info sizes LineLength Line is longer than 80 characters (found 82). 522
 Info sizes LineLength Line is longer than 80 characters (found 92). 531
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 531
 Error javadoc JavadocMethod Missing a Javadoc comment. 538
 Info misc FinalParameters Parameter peerId should be final. 538
 Error design DesignForExtension Method 'requestToUninstall' is not designed for extension - needs to be abstract, final or empty. 549
 Error javadoc JavadocMethod Missing a Javadoc comment. 549
 Info misc FinalParameters Parameter serviceId should be final. 549
 Info misc FinalParameters Parameter id should be final. 550
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 551
 Warning coding SimplifyBooleanExpression Expression can be simplified. 554
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 556
 Info sizes LineLength Line is longer than 80 characters (found 82). 558
 Warning coding SimplifyBooleanExpression Expression can be simplified. 568
 Info sizes LineLength Line is longer than 80 characters (found 110). 573
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 573
 Info sizes LineLength Line is longer than 80 characters (found 82). 589
 Info sizes LineLength Line is longer than 80 characters (found 82). 610
 Info sizes LineLength Line is longer than 80 characters (found 112). 612
 Error javadoc JavadocMethod Missing a Javadoc comment. 620
 Info misc FinalParameters Parameter broker should be final. 620
 Info misc FinalParameters Parameter target should be final. 621
 Info misc FinalParameters Parameter card should be final. 621
 Info misc FinalParameters Parameter timeout should be final. 621
 Info sizes LineLength Line is longer than 80 characters (found 81). 629
 Error javadoc JavadocMethod Missing a Javadoc comment. 639
 Info misc FinalParameters Parameter monitor should be final. 639
 Info misc FinalParameters Parameter item should be final. 640
 Info misc FinalParameters Parameter timeout should be final. 640
 Warning blocks NeedBraces 'if' construct must use '{}'s. 648
 Info sizes LineLength Line is longer than 80 characters (found 88). 657
 Info sizes LineLength Line is longer than 80 characters (found 84). 662
 Warning blocks NeedBraces 'if' construct must use '{}'s. 671
 Error javadoc JavadocMethod Missing a Javadoc comment. 678
 Info misc FinalParameters Parameter broker should be final. 678
 Info misc FinalParameters Parameter content should be final. 679
 Info misc FinalParameters Parameter peer should be final. 679
 Info misc FinalParameters Parameter card should be final. 679
 Info misc FinalParameters Parameter timeout should be final. 679
 Error javadoc JavadocMethod Missing a Javadoc comment. 698
 Info misc FinalParameters Parameter v should be final. 698
 Info sizes LineLength Line is longer than 80 characters (found 81). 700
 Warning blocks NeedBraces 'if' construct must use '{}'s. 704
 Error javadoc JavadocMethod Missing a Javadoc comment. 709
 Info misc FinalParameters Parameter app should be final. 709
 Error design DesignForExtension Method 'installationPartNotification' is not designed for extension - needs to be abstract, final or empty. 719
 Error javadoc JavadocMethod Missing a Javadoc comment. 719
 Info misc FinalParameters Parameter card should be final. 719
 Info misc FinalParameters Parameter partID should be final. 719
 Info misc FinalParameters Parameter peer should be final. 720
 Info misc FinalParameters Parameter status should be final. 720
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 723
 Warning coding SimplifyBooleanExpression Expression can be simplified. 728
 Warning coding SimplifyBooleanExpression Expression can be simplified. 729
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 734
 Info sizes LineLength Line is longer than 80 characters (found 96). 740
 Warning coding MissingSwitchDefault switch without "default" clause. 744
 Error javadoc JavadocMethod Missing a Javadoc comment. 768
 Info misc FinalParameters Parameter out should be final. 768
 Info misc FinalParameters Parameter dir should be final. 768
 Info misc FinalParameters Parameter name should be final. 768
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 769
 Warning coding MagicNumber '1000' is a magic number. 770
 Warning coding SimplifyBooleanExpression Expression can be simplified. 775
 Info sizes LineLength Line is longer than 80 characters (found 87). 791
 Warning coding MagicNumber '1000' is a magic number. 805
 Warning coding MagicNumber '1000' is a magic number. 808
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 813
 Info sizes LineLength Line is longer than 80 characters (found 90). 823
 Info sizes LineLength Line is longer than 80 characters (found 100). 832
 Error javadoc JavadocStyle First sentence should end with a period. 840
 Info regexp RegexpSingleline Line has trailing spaces. 842
 Error javadoc JavadocMethod Expected an @return tag. 847
 Info misc FinalParameters Parameter applicationFolder should be final. 847
 Error javadoc JavadocMethod Expected @param tag for 'applicationFolder'. 847
 Info misc FinalParameters Parameter part should be final. 847
 Error javadoc JavadocMethod Expected @param tag for 'part'. 847
 Warning naming LocalFinalVariableName Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 848
 Warning coding MagicNumber '1024' is a magic number. 851
 Info sizes LineLength Line is longer than 80 characters (found 87). 878
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 878
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 883
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 888
 Info misc FinalParameters Parameter f should be final. 906
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 918
 Info sizes LineLength Line is longer than 80 characters (found 91). 930
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 930
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 935
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 940
 Error design DesignForExtension Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. 947
 Error javadoc JavadocMethod Missing a Javadoc comment. 947
 Info misc FinalParameters Parameter sharedObj should be final. 947
 Info misc FinalParameters Parameter arg1 should be final. 947
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 951
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 956
 Info sizes LineLength Line is longer than 80 characters (found 83). 964
 Info sizes LineLength Line is longer than 80 characters (found 81). 971
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 971
 Error design DesignForExtension Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. 979
 Error javadoc JavadocMethod Missing a Javadoc comment. 979
 Info misc FinalParameters Parameter sharedObj should be final. 979
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 983
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 989
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 995
 Info regexp RegexpSingleline Line has trailing spaces. 1006
 Info regexp RegexpSingleline Line has trailing spaces. 1008
 Info sizes LineLength Line is longer than 80 characters (found 122). 1024
 Info regexp RegexpSingleline Line has trailing spaces. 1044
 Info regexp RegexpSingleline Line has trailing spaces. 1046
 Info regexp RegexpSingleline Line has trailing spaces. 1052
 Info regexp RegexpSingleline Line has trailing spaces. 1055
 Info regexp RegexpSingleline Line has trailing spaces. 1065
 Info misc TodoComment Comment matches to-do format 'TODO:'. 1066
 Error javadoc JavadocStyle First sentence should end with a period. 1073
 Info regexp RegexpSingleline Line has trailing spaces. 1076
 Error javadoc JavadocMethod Unused @param tag for 'mpa'. 1077
 Error javadoc JavadocMethod Unused Javadoc tag. 1079
 Info regexp RegexpSingleline Line has trailing spaces. 1080
 Info regexp RegexpSingleline Line has trailing spaces. 1091
 Info sizes LineLength Line is longer than 80 characters (found 85). 1107
 Info regexp RegexpSingleline Line has trailing spaces. 1109
 Error design DesignForExtension Method 'aalSpaceJoined' is not designed for extension - needs to be abstract, final or empty. 1113
 Info misc FinalParameters Parameter spaceDescriptor should be final. 1113
 Error javadoc JavadocMethod Expected @param tag for 'spaceDescriptor'. 1113
 Info sizes LineLength Line is longer than 80 characters (found 98). 1118
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1118
 Error javadoc JavadocMethod Missing a Javadoc comment. 1128
 Info misc FinalParameters Parameter spaceDescriptor should be final. 1128
 Error design DesignForExtension Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 1133
 Error javadoc JavadocMethod Missing a Javadoc comment. 1133
 Error design DesignForExtension Method 'loadConfigurations' is not designed for extension - needs to be abstract, final or empty. 1140
 Error javadoc JavadocMethod Missing a Javadoc comment. 1140
 Info misc FinalParameters Parameter configurations should be final. 1140
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1143
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1147
 Warning blocks EmptyBlock Must have at least one statement. 1149
 Error javadoc JavadocMethod Missing a Javadoc comment. 1155
 Info misc FinalParameters Parameter peer should be final. 1155
 Error javadoc JavadocMethod Missing a Javadoc comment. 1160
 Info misc FinalParameters Parameter peer should be final. 1160
 Error design DesignForExtension Method 'isDeployCoordinator' is not designed for extension - needs to be abstract, final or empty. 1165
 Error javadoc JavadocMethod Missing a Javadoc comment. 1165
 Error javadoc JavadocMethod Missing a Javadoc comment. 1169
 Info misc FinalParameters Parameter status should be final. 1169

org/universAAL/middleware/managers/deploy/osgi/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Warning naming StaticVariableName Name 'SERVICE_PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Info misc FinalParameters Parameter context should be final. 58
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 60
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 62
 Warning blocks NeedBraces 'if' construct must use '{}'s. 74
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 88
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 91
 Error javadoc JavadocMethod Missing a Javadoc comment. 91
 Info misc FinalParameters Parameter context should be final. 91
 Error design DesignForExtension Method 'updated' is not designed for extension - needs to be abstract, final or empty. 96
 Error javadoc JavadocMethod Missing a Javadoc comment. 96
 Info misc FinalParameters Parameter properties should be final. 96
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 103
 Info sizes LineLength Line is longer than 80 characters (found 88). 104
 Warning coding MagicNumber '20' is a magic number. 106
 Warning coding MagicNumber '500' is a magic number. 110
 Warning blocks NeedBraces 'if' construct must use '{}'s. 116

org/universAAL/middleware/managers/deploy/util/Consts.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36

org/universAAL/middleware/managers/distributedmw/api/DistributedBusMemberListener.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Error javadoc JavadocMethod Unused @param tag for 'member'. 39
 Error javadoc JavadocMethod Unused @param tag for 'type'. 41
 Info modifier RedundantModifier Redundant 'public' modifier. 44
 Error javadoc JavadocMethod Expected @param tag for 'busMemberID'. 44
 Error javadoc JavadocMethod Expected @param tag for 'busName'. 45
 Error javadoc JavadocMethod Expected @param tag for 'memberType'. 45
 Error javadoc JavadocMethod Expected @param tag for 'label'. 45
 Error javadoc JavadocMethod Expected @param tag for 'comment'. 46
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Error javadoc JavadocMethod Unused @param tag for 'member'. 53
 Error javadoc JavadocMethod Unused @param tag for 'type'. 55
 Info modifier RedundantModifier Redundant 'public' modifier. 58
 Error javadoc JavadocMethod Expected @param tag for 'busMemberID'. 58
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Info modifier RedundantModifier Redundant 'public' modifier. 74
 Info regexp RegexpSingleline Line has trailing spaces. 82
 Info modifier RedundantModifier Redundant 'public' modifier. 91

org/universAAL/middleware/managers/distributedmw/api/DistributedBusMemberManager.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info sizes LineLength Line is longer than 80 characters (found 82). 49
 Info regexp RegexpSingleline Line has trailing spaces. 53

org/universAAL/middleware/managers/distributedmw/api/DistributedLogListener.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Info modifier RedundantModifier Redundant 'public' modifier. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Info modifier RedundantModifier Redundant 'public' modifier. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Info modifier RedundantModifier Redundant 'public' modifier. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Info modifier RedundantModifier Redundant 'public' modifier. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Info modifier RedundantModifier Redundant 'public' modifier. 38
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info modifier RedundantModifier Redundant 'public' modifier. 67
 Info sizes ParameterNumber More than 7 parameters (found 8). 67

org/universAAL/middleware/managers/distributedmw/api/DistributedLogManager.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 39

org/universAAL/middleware/managers/distributedmw/impl/BusMemberListenerHandler.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info sizes LineLength Line is longer than 80 characters (found 89). 31
 Info sizes LineLength Line is longer than 80 characters (found 94). 32
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info sizes LineLength Line is longer than 80 characters (found 95). 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Info sizes LineLength Line is longer than 80 characters (found 98). 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Info sizes LineLength Line is longer than 80 characters (found 88). 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Info sizes LineLength Line is longer than 80 characters (found 90). 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Info sizes LineLength Line is longer than 80 characters (found 95). 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Info sizes LineLength Line is longer than 80 characters (found 97). 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Info sizes LineLength Line is longer than 80 characters (found 81). 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Info sizes LineLength Line is longer than 80 characters (found 84). 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Info sizes LineLength Line is longer than 80 characters (found 86). 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error javadoc JavadocType Missing a Javadoc comment. 71
 Error design DesignForExtension Method 'handle' is not designed for extension - needs to be abstract, final or empty. 72
 Error javadoc JavadocMethod Missing a Javadoc comment. 72
 Info misc FinalParameters Parameter sender should be final. 72
 Info misc FinalParameters Parameter r should be final. 72
 Warning blocks NeedBraces 'if' construct must use '{}'s. 86
 Error javadoc JavadocType Missing a Javadoc comment. 97
 Error design DesignForExtension Method 'handle' is not designed for extension - needs to be abstract, final or empty. 98
 Error javadoc JavadocMethod Missing a Javadoc comment. 98
 Info misc FinalParameters Parameter sender should be final. 98
 Info misc FinalParameters Parameter r should be final. 98
 Warning blocks NeedBraces 'if' construct must use '{}'s. 104
 Error javadoc JavadocType Missing a Javadoc comment. 114
 Error design DesignForExtension Method 'handle' is not designed for extension - needs to be abstract, final or empty. 115
 Error javadoc JavadocMethod Missing a Javadoc comment. 115
 Info misc FinalParameters Parameter sender should be final. 115
 Info misc FinalParameters Parameter r should be final. 115
 Warning blocks NeedBraces 'if' construct must use '{}'s. 121
 Error javadoc JavadocMethod Missing a Javadoc comment. 131
 Info misc FinalParameters Parameter r should be final. 131
 Warning blocks NeedBraces 'if' construct must use '{}'s. 133
 Error javadoc JavadocType Missing a Javadoc comment. 138
 Error design DesignForExtension Method 'handle' is not designed for extension - needs to be abstract, final or empty. 139
 Error javadoc JavadocMethod Missing a Javadoc comment. 139
 Info misc FinalParameters Parameter sender should be final. 139
 Info misc FinalParameters Parameter r should be final. 139
 Warning blocks NeedBraces 'if' construct must use '{}'s. 145
 Error javadoc JavadocType Missing a Javadoc comment. 155
 Error design DesignForExtension Method 'busMemberAdded' is not designed for extension - needs to be abstract, final or empty. 156
 Error javadoc JavadocMethod Missing a Javadoc comment. 156
 Info misc FinalParameters Parameter member should be final. 156
 Info misc FinalParameters Parameter type should be final. 156
 Info misc TodoComment Comment matches to-do format 'TODO:'. 160
 Warning coding MissingSwitchDefault switch without "default" clause. 161
 Error design DesignForExtension Method 'busMemberRemoved' is not designed for extension - needs to be abstract, final or empty. 205
 Error javadoc JavadocMethod Missing a Javadoc comment. 205
 Info misc FinalParameters Parameter member should be final. 205
 Info misc FinalParameters Parameter type should be final. 205
 Error design DesignForExtension Method 'regParamsAdded' is not designed for extension - needs to be abstract, final or empty. 224
 Error javadoc JavadocMethod Missing a Javadoc comment. 224
 Info misc FinalParameters Parameter busMemberID should be final. 224
 Info misc FinalParameters Parameter params should be final. 224
 Error design DesignForExtension Method 'regParamsRemoved' is not designed for extension - needs to be abstract, final or empty. 247
 Error javadoc JavadocMethod Missing a Javadoc comment. 247
 Info misc FinalParameters Parameter busMemberID should be final. 247
 Info misc FinalParameters Parameter params should be final. 247
 Error javadoc JavadocMethod Missing a Javadoc comment. 271
 Error design DesignForExtension Method 'addListenerLocally' is not designed for extension - needs to be abstract, final or empty. 275
 Info sizes LineLength Line is longer than 80 characters (found 95). 278
 Error design DesignForExtension Method 'removeListenerLocally' is not designed for extension - needs to be abstract, final or empty. 286
 Info sizes LineLength Line is longer than 80 characters (found 95). 289

org/universAAL/middleware/managers/distributedmw/impl/DistributedMWManagerImpl.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info sizes LineLength Line is longer than 80 characters (found 84). 28
 Info sizes LineLength Line is longer than 80 characters (found 89). 33
 Info sizes LineLength Line is longer than 80 characters (found 83). 34
 Info sizes LineLength Line is longer than 80 characters (found 88). 35
 Info sizes LineLength Line is longer than 80 characters (found 82). 36
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info misc TodoComment Comment matches to-do format 'TODO:'. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error design VisibilityModifier Variable 'myPeer' must be private and have accessor methods. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error design VisibilityModifier Variable 'context' must be private and have accessor methods. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error design VisibilityModifier Variable 'shared' must be private and have accessor methods. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocType Missing a Javadoc comment. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error javadoc JavadocType Missing a Javadoc comment. 67
 Info sizes LineLength Line is longer than 80 characters (found 82). 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error design VisibilityModifier Variable 'handlers' must be private and have accessor methods. 69
 Info sizes LineLength Line is longer than 80 characters (found 81). 85
 Info sizes LineLength Line is longer than 80 characters (found 83). 88
 Info sizes LineLength Line is longer than 80 characters (found 81). 90
 Info sizes LineLength Line is longer than 80 characters (found 83). 93
 Error javadoc JavadocMethod Missing a Javadoc comment. 96
 Info misc FinalParameters Parameter sender should be final. 96
 Info misc FinalParameters Parameter msg should be final. 96
 Info sizes LineLength Line is longer than 80 characters (found 83). 102
 Error javadoc JavadocMethod Missing a Javadoc comment. 119
 Info misc FinalParameters Parameter context should be final. 119
 Warning coding HiddenField 'context' hides a field. 119
 Info misc FinalParameters Parameter shareParamsBMLMgmt should be final. 120
 Info misc FinalParameters Parameter removeParamsBMLMgmt should be final. 120
 Warning coding HiddenField 'removeParamsBMLMgmt' hides a field. 120
 Info misc FinalParameters Parameter shareParamsLLMgmt should be final. 121
 Info misc FinalParameters Parameter removeParamsLLMgmt should be final. 121
 Warning coding HiddenField 'removeParamsLLMgmt' hides a field. 121
 Info misc FinalParameters Parameter shareParamsEvtH should be final. 122
 Info misc FinalParameters Parameter removeParamsEvtH should be final. 122
 Warning coding HiddenField 'removeParamsEvtH' hides a field. 122
 Error design DesignForExtension Method 'addListener' is not designed for extension - needs to be abstract, final or empty. 140
 Error javadoc JavadocMethod Missing a Javadoc comment. 140
 Info misc FinalParameters Parameter listener should be final. 140
 Info misc FinalParameters Parameter nodes should be final. 141
 Error design DesignForExtension Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. 145
 Error javadoc JavadocMethod Missing a Javadoc comment. 145
 Info misc FinalParameters Parameter listener should be final. 145
 Info misc FinalParameters Parameter nodes should be final. 146
 Error design DesignForExtension Method 'addListener' is not designed for extension - needs to be abstract, final or empty. 150
 Error javadoc JavadocMethod Missing a Javadoc comment. 150
 Info misc FinalParameters Parameter listener should be final. 150
 Info misc FinalParameters Parameter nodes should be final. 151
 Error design DesignForExtension Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. 155
 Error javadoc JavadocMethod Missing a Javadoc comment. 155
 Info misc FinalParameters Parameter listener should be final. 155
 Info misc FinalParameters Parameter nodes should be final. 156
 Error javadoc JavadocMethod Missing a Javadoc comment. 160
 Info misc FinalParameters Parameter configurations should be final. 161
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 164
 Error javadoc JavadocMethod Missing a Javadoc comment. 164
 Error design DesignForExtension Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 168
 Error javadoc JavadocMethod Missing a Javadoc comment. 168
 Error javadoc JavadocMethod Missing a Javadoc comment. 178
 Info misc FinalParameters Parameter r should be final. 178
 Info misc FinalParameters Parameter receivers should be final. 178
 Error javadoc JavadocMethod Missing a Javadoc comment. 182
 Info misc FinalParameters Parameter r should be final. 182
 Info misc FinalParameters Parameter receivers should be final. 182
 Warning blocks NeedBraces 'if' construct must use '{}'s. 183
 Error javadoc JavadocMethod Missing a Javadoc comment. 192
 Info misc FinalParameters Parameter r should be final. 192
 Info misc FinalParameters Parameter receiver should be final. 192

org/universAAL/middleware/managers/distributedmw/impl/ListenerHandler.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info sizes LineLength Line is longer than 80 characters (found 94). 33
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Error javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning naming MemberName Name 'TYPE_ADD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning naming MemberName Name 'TYPE_REMOVE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
 Error design VisibilityModifier Variable 'listeners' must be private and have accessor methods. 49
 Error design VisibilityModifier Variable 'localListeners' must be private and have accessor methods. 55
 Error design VisibilityModifier Variable 'subscribers' must be private and have accessor methods. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Info misc FinalParameters Parameter add should be final. 70
 Info misc FinalParameters Parameter remove should be final. 70
 Error javadoc JavadocType Missing a Javadoc comment. 80
 Error design DesignForExtension Method 'handle' is not designed for extension - needs to be abstract, final or empty. 81
 Error javadoc JavadocMethod Missing a Javadoc comment. 81
 Info misc FinalParameters Parameter sender should be final. 81
 Info misc FinalParameters Parameter r should be final. 81
 Error javadoc JavadocType Missing a Javadoc comment. 98
 Error design DesignForExtension Method 'handle' is not designed for extension - needs to be abstract, final or empty. 99
 Error javadoc JavadocMethod Missing a Javadoc comment. 99
 Info misc FinalParameters Parameter sender should be final. 99
 Info misc FinalParameters Parameter r should be final. 99
 Error design DesignForExtension Method 'addListener' is not designed for extension - needs to be abstract, final or empty. 116
 Error javadoc JavadocMethod Missing a Javadoc comment. 116
 Info misc FinalParameters Parameter listener should be final. 116
 Info misc FinalParameters Parameter nodes should be final. 116
 Warning blocks NeedBraces 'if' construct must use '{}'s. 150
 Warning blocks NeedBraces 'if' construct must use '{}'s. 155
 Warning blocks NeedBraces 'if' construct must use '{}'s. 165
 Error design DesignForExtension Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. 179
 Error javadoc JavadocMethod Missing a Javadoc comment. 179
 Info misc FinalParameters Parameter listener should be final. 179
 Info misc FinalParameters Parameter nodes should be final. 179
 Error javadoc JavadocMethod Missing a Javadoc comment. 234
 Info misc FinalParameters Parameter peers should be final. 234
 Warning blocks NeedBraces 'if' construct must use '{}'s. 235
 Warning blocks NeedBraces 'if' construct must use '{}'s. 237
 Error javadoc JavadocMethod Missing a Javadoc comment. 244
 Info misc FinalParameters Parameter peers should be final. 244
 Warning blocks NeedBraces 'if' construct must use '{}'s. 245
 Warning blocks NeedBraces 'if' construct must use '{}'s. 247
 Error javadoc JavadocMethod Missing a Javadoc comment. 254
 Error javadoc JavadocMethod Missing a Javadoc comment. 256
 Error javadoc JavadocMethod Missing a Javadoc comment. 258
 Info misc FinalParameters Parameter spaceDescriptor should be final. 258
 Info misc TodoComment Comment matches to-do format 'TODO:'. 259
 Error design DesignForExtension Method 'aalSpaceLost' is not designed for extension - needs to be abstract, final or empty. 263
 Error javadoc JavadocMethod Missing a Javadoc comment. 263
 Info misc FinalParameters Parameter spaceDescriptor should be final. 263
 Warning blocks NeedBraces 'if' construct must use '{}'s. 270
 Error design DesignForExtension Method 'newPeerJoined' is not designed for extension - needs to be abstract, final or empty. 277
 Error javadoc JavadocMethod Missing a Javadoc comment. 277
 Warning blocks NeedBraces 'if' construct must use '{}'s. 279
 Warning coding MagicNumber '5000' is a magic number. 288
 Error design DesignForExtension Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. 316
 Error javadoc JavadocMethod Missing a Javadoc comment. 316
 Info misc FinalParameters Parameter peer should be final. 316
 Error javadoc JavadocMethod Missing a Javadoc comment. 335
 Info misc FinalParameters Parameter status should be final. 335

org/universAAL/middleware/managers/distributedmw/impl/LogListenerHandler.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info sizes LineLength Line is longer than 80 characters (found 83). 32
 Info sizes LineLength Line is longer than 80 characters (found 94). 33
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info sizes LineLength Line is longer than 80 characters (found 81). 41
 Info sizes LineLength Line is longer than 80 characters (found 88). 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Info sizes LineLength Line is longer than 80 characters (found 91). 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Info sizes LineLength Line is longer than 80 characters (found 92). 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error javadoc JavadocType Missing a Javadoc comment. 67
 Error design DesignForExtension Method 'handle' is not designed for extension - needs to be abstract, final or empty. 68
 Error javadoc JavadocMethod Missing a Javadoc comment. 68
 Info misc FinalParameters Parameter sender should be final. 68
 Info misc FinalParameters Parameter r should be final. 68
 Info misc TodoComment Comment matches to-do format 'TODO:'. 84
 Error javadoc JavadocType Missing a Javadoc comment. 100
 Error design DesignForExtension Method 'log' is not designed for extension - needs to be abstract, final or empty. 101
 Error javadoc JavadocMethod Missing a Javadoc comment. 101
 Info misc FinalParameters Parameter logLevel should be final. 101
 Info misc FinalParameters Parameter module should be final. 101
 Info misc FinalParameters Parameter pkg should be final. 101
 Info misc FinalParameters Parameter cls should be final. 101
 Info misc FinalParameters Parameter method should be final. 102
 Info misc FinalParameters Parameter msgPart should be final. 102
 Info misc FinalParameters Parameter t should be final. 102
 Error javadoc JavadocMethod Missing a Javadoc comment. 138
 Error design DesignForExtension Method 'setSharingParams' is not designed for extension - needs to be abstract, final or empty. 142
 Error javadoc JavadocMethod Missing a Javadoc comment. 142
 Info misc FinalParameters Parameter sharingParams should be final. 142
 Warning coding HiddenField 'sharingParams' hides a field. 142
 Error design DesignForExtension Method 'shareObject' is not designed for extension - needs to be abstract, final or empty. 146
 Error javadoc JavadocMethod Missing a Javadoc comment. 146
 Info misc FinalParameters Parameter objToShare should be final. 146
 Error design DesignForExtension Method 'removeSharedObject' is not designed for extension - needs to be abstract, final or empty. 151
 Error javadoc JavadocMethod Missing a Javadoc comment. 151
 Info misc FinalParameters Parameter objToRemove should be final. 151
 Error design DesignForExtension Method 'addListenerLocally' is not designed for extension - needs to be abstract, final or empty. 156
 Error design DesignForExtension Method 'removeListenerLocally' is not designed for extension - needs to be abstract, final or empty. 166

org/universAAL/middleware/managers/distributedmw/impl/SharedObjectConnector.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error design DesignForExtension Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 40
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 41
 Info modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 47
 Info modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 60
 Info sizes LineLength Line is longer than 80 characters (found 86). 73
 Info modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 73
 Info regexp RegexpSingleline Line has trailing spaces. 84
 Info misc FinalParameters Parameter mc should be final. 86
 Error javadoc JavadocMethod Expected @param tag for 'mc'. 86
 Error javadoc JavadocMethod Missing a Javadoc comment. 93
 Info misc FinalParameters Parameter shr should be final. 93
 Error javadoc JavadocMethod Missing a Javadoc comment. 106
 Info misc FinalParameters Parameter clazzName should be final. 106
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 108
 Error javadoc JavadocStyle First sentence should end with a period. 114
 Error design DesignForExtension Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. 115
 Info misc FinalParameters Parameter sharedObj should be final. 115
 Error javadoc JavadocMethod Expected @param tag for 'sharedObj'. 115
 Info misc FinalParameters Parameter removeHook should be final. 115
 Error javadoc JavadocMethod Expected @param tag for 'removeHook'. 115
 Error javadoc JavadocStyle First sentence should end with a period. 121
 Error design DesignForExtension Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. 122
 Info misc FinalParameters Parameter removeHook should be final. 122
 Error javadoc JavadocMethod Expected @param tag for 'removeHook'. 122
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 132
 Error javadoc JavadocMethod Missing a Javadoc comment. 132

org/universAAL/middleware/managers/distributedmw/impl/SpaceListener.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Error design FinalClass Class SpaceListener should be declared as final. 19
 Error javadoc JavadocVariable Missing a Javadoc comment. 21
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Info sizes LineLength Line is longer than 80 characters (found 81). 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 26
 Error javadoc JavadocMethod Missing a Javadoc comment. 28
 Error javadoc JavadocMethod Missing a Javadoc comment. 31
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 32
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Info misc FinalParameters Parameter l should be final. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Error javadoc JavadocMethod Missing a Javadoc comment. 73
 Info misc FinalParameters Parameter spaceDescriptor should be final. 73
 Error javadoc JavadocMethod Missing a Javadoc comment. 81
 Info misc FinalParameters Parameter spaceDescriptor should be final. 81
 Error javadoc JavadocMethod Missing a Javadoc comment. 89
 Info misc FinalParameters Parameter peer should be final. 89
 Error javadoc JavadocMethod Missing a Javadoc comment. 97
 Info misc FinalParameters Parameter peer should be final. 97
 Error javadoc JavadocMethod Missing a Javadoc comment. 105
 Info misc FinalParameters Parameter status should be final. 105
 Info regexp RegexpSingleline Line has trailing spaces. 111
 Error javadoc JavadocMethod Expected an @return tag. 114
 Error javadoc JavadocMethod Missing a Javadoc comment. 127
 Info misc FinalParameters Parameter sharedObj should be final. 127
 Info misc FinalParameters Parameter removeHook should be final. 127
 Error javadoc JavadocMethod Missing a Javadoc comment. 136
 Info misc FinalParameters Parameter removeHook should be final. 136

org/universAAL/middleware/managers/distributedmw/osgi/DistributedMWActivator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info sizes LineLength Line is longer than 80 characters (found 88). 28
 Info sizes LineLength Line is longer than 80 characters (found 82). 29
 Info sizes LineLength Line is longer than 80 characters (found 86). 30
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error design VisibilityModifier Variable 'context' must be private and have accessor methods. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error design VisibilityModifier Variable 'mm' must be private and have accessor methods. 39
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Info misc FinalParameters Parameter arg0 should be final. 41
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 43
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 47
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 49
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 51
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 59
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Info misc FinalParameters Parameter arg0 should be final. 59

org/universAAL/middleware/managers/tenant/TenantManagerImpl.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 33
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 47
 Info misc FinalParameters Parameter module should be final. 47
 Error javadoc JavadocMethod Missing a Javadoc comment. 50
 Info misc FinalParameters Parameter configurations should be final. 50
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 51
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 56
 Error javadoc JavadocMethod Missing a Javadoc comment. 56
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Error design DesignForExtension Method 'registerTenant' is not designed for extension - needs to be abstract, final or empty. 69
 Error javadoc JavadocMethod Missing a Javadoc comment. 69
 Info misc FinalParameters Parameter tenantID should be final. 69
 Info misc FinalParameters Parameter tenantDescription should be final. 69
 Error javadoc JavadocMethod Missing a Javadoc comment. 81
 Info misc FinalParameters Parameter tenantID should be final. 81
 Error javadoc JavadocMethod Missing a Javadoc comment. 95
 Info misc FinalParameters Parameter tenantID should be final. 95
 Info misc FinalParameters Parameter tenantDescription should be final. 96
 Info misc TodoComment Comment matches to-do format 'TODO:'. 101
 Error design DesignForExtension Method 'unregisterTenant' is not designed for extension - needs to be abstract, final or empty. 112
 Error javadoc JavadocMethod Missing a Javadoc comment. 112
 Info misc FinalParameters Parameter tenantID should be final. 112
 Error design DesignForExtension Method 'getTenants' is not designed for extension - needs to be abstract, final or empty. 121
 Error javadoc JavadocMethod Missing a Javadoc comment. 121
 Error design DesignForExtension Method 'addTenantListener' is not designed for extension - needs to be abstract, final or empty. 125
 Error javadoc JavadocMethod Missing a Javadoc comment. 125
 Info misc FinalParameters Parameter tenantListener should be final. 125
 Warning blocks NeedBraces 'if' construct must use '{}'s. 130
 Error design DesignForExtension Method 'removeTenantListener' is not designed for extension - needs to be abstract, final or empty. 136
 Error javadoc JavadocMethod Missing a Javadoc comment. 136
 Info misc FinalParameters Parameter tenantListener should be final. 136

org/universAAL/middleware/managers/tenant/osgi/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 3
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Error javadoc JavadocStyle First sentence should end with a period. 32
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Info misc FinalParameters Parameter context should be final. 46
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 48
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 50
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 56
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 59
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Info misc FinalParameters Parameter context should be final. 59

org/universAAL/middleware/modules/AALSpaceModule.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Error javadoc JavadocStyle First sentence should end with a period. 38
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info modifier RedundantModifier Redundant 'public' modifier. 43
 Error javadoc JavadocStyle First sentence should end with a period. 45
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Error javadoc JavadocMethod Expected an @return tag. 52
 Info modifier RedundantModifier Redundant 'public' modifier. 52
 Error javadoc JavadocStyle First sentence should end with a period. 54
 Info regexp RegexpSingleline Line has trailing spaces. 56
 Error javadoc JavadocMethod Unused @param tag for 'configurations'. 57
 Info modifier RedundantModifier Redundant 'public' modifier. 61
 Error javadoc JavadocMethod Expected @param tag for 'aalSpaceCard'. 61
 Error javadoc JavadocStyle First sentence should end with a period. 63
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Info modifier RedundantModifier Redundant 'public' modifier. 68
 Error javadoc JavadocMethod Expected @param tag for 'aalSpaceCard'. 68
 Error javadoc JavadocStyle First sentence should end with a period. 70
 Info regexp RegexpSingleline Line has trailing spaces. 72
 Error javadoc JavadocMethod Unused @param tag for 'spaceCard'. 73
 Info modifier RedundantModifier Redundant 'public' modifier. 76
 Error javadoc JavadocMethod Expected @param tag for 'aalSpaceCard'. 76
 Error javadoc JavadocStyle First sentence should end with a period. 78
 Info regexp RegexpSingleline Line has trailing spaces. 80
 Error javadoc JavadocMethod Unused @param tag for 'spaceCard'. 84
 Info modifier RedundantModifier Redundant 'public' modifier. 87
 Error javadoc JavadocMethod Expected @param tag for 'aalSpaceCard'. 88
 Error javadoc JavadocStyle First sentence should end with a period. 90
 Info regexp RegexpSingleline Line has trailing spaces. 92
 Error javadoc JavadocMethod Unused @param tag for 'spaceCard'. 93
 Info modifier RedundantModifier Redundant 'public' modifier. 96
 Error javadoc JavadocMethod Expected @param tag for 'spaceCoordinator'. 96
 Error javadoc JavadocMethod Expected @param tag for 'aalSpaceCard'. 97
 Error javadoc JavadocStyle First sentence should end with a period. 99
 Info regexp RegexpSingleline Line has trailing spaces. 101
 Info modifier RedundantModifier Redundant 'public' modifier. 104
 Error javadoc JavadocMethod Expected @param tag for 'aalSpaceDescriptor'. 104
 Error javadoc JavadocStyle First sentence should end with a period. 106
 Info regexp RegexpSingleline Line has trailing spaces. 109
 Info modifier RedundantModifier Redundant 'public' modifier. 115
 Error javadoc JavadocStyle First sentence should end with a period. 118
 Info regexp RegexpSingleline Line has trailing spaces. 120
 Info modifier RedundantModifier Redundant 'public' modifier. 123
 Error javadoc JavadocMethod Expected @param tag for 'message'. 123
 Error javadoc JavadocMethod Expected @param tag for 'sender'. 123
 Info regexp RegexpSingleline Line has trailing spaces. 127
 Error javadoc JavadocMethod Unused @param tag for 'spaceDescriptor'. 128
 Info modifier RedundantModifier Redundant 'public' modifier. 133
 Error javadoc JavadocMethod Expected @param tag for 'aalSpaceDescriptor'. 133
 Error javadoc JavadocStyle First sentence should end with a period. 135
 Info regexp RegexpSingleline Line has trailing spaces. 137
 Error javadoc JavadocMethod Unused @param tag for 'spaceCard'. 138
 Info modifier RedundantModifier Redundant 'public' modifier. 143
 Error javadoc JavadocMethod Expected @param tag for 'aalSpaceCard'. 143
 Error javadoc JavadocStyle First sentence should end with a period. 145
 Info modifier RedundantModifier Redundant 'public' modifier. 149
 Error javadoc JavadocStyle First sentence should end with a period. 151
 Info regexp RegexpSingleline Line has trailing spaces. 154
 Info modifier RedundantModifier Redundant 'public' modifier. 158

org/universAAL/middleware/modules/CommunicationModule.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info modifier RedundantModifier Redundant 'public' modifier. 45
 Error javadoc JavadocMethod Expected @param tag for 'channelMessage'. 45
 Error javadoc JavadocStyle First sentence should end with a period. 47
 Info regexp RegexpSingleline Line has trailing spaces. 49
 Info modifier RedundantModifier Redundant 'public' modifier. 57
 Error javadoc JavadocMethod Expected @throws tag for 'CommunicationModuleException'. 58
 Info regexp RegexpSingleline Line has trailing spaces. 63
 Info modifier RedundantModifier Redundant 'public' modifier. 67
 Error javadoc JavadocMethod Expected @param tag for 'message'. 67
 Error javadoc JavadocMethod Expected @param tag for 'receivers'. 67
 Error javadoc JavadocMethod Expected @throws tag for 'CommunicationModuleException'. 68
 Error javadoc JavadocStyle First sentence should end with a period. 70
 Info regexp RegexpSingleline Line has trailing spaces. 72
 Info modifier RedundantModifier Redundant 'public' modifier. 77
 Error javadoc JavadocMethod Expected @param tag for 'message'. 77
 Error javadoc JavadocMethod Expected @throws tag for 'CommunicationModuleException'. 78
 Error javadoc JavadocStyle First sentence should end with a period. 80
 Info regexp RegexpSingleline Line has trailing spaces. 82
 Info modifier RedundantModifier Redundant 'public' modifier. 85
 Error javadoc JavadocMethod Expected @param tag for 'message'. 85
 Error javadoc JavadocMethod Expected @throws tag for 'CommunicationModuleException'. 86
 Error javadoc JavadocStyle First sentence should end with a period. 88
 Info regexp RegexpSingleline Line has trailing spaces. 90
 Info modifier RedundantModifier Redundant 'public' modifier. 96
 Error javadoc JavadocMethod Expected @param tag for 'message'. 96
 Error javadoc JavadocMethod Expected @param tag for 'receiver'. 97
 Error javadoc JavadocMethod Expected @throws tag for 'CommunicationModuleException'. 97
 Error javadoc JavadocStyle First sentence should end with a period. 99
 Info regexp RegexpSingleline Line has trailing spaces. 101
 Info modifier RedundantModifier Redundant 'public' modifier. 106
 Error javadoc JavadocMethod Expected @param tag for 'message'. 106
 Error javadoc JavadocMethod Expected @param tag for 'receiver'. 106
 Error javadoc JavadocMethod Expected @throws tag for 'CommunicationModuleException'. 107
 Error javadoc JavadocStyle First sentence should end with a period. 109
 Info regexp RegexpSingleline Line has trailing spaces. 111
 Info sizes LineLength Line is longer than 80 characters (found 81). 115
 Info modifier RedundantModifier Redundant 'public' modifier. 115
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 115
 Error javadoc JavadocMethod Expected @param tag for 'channelName'. 115
 Error javadoc JavadocStyle First sentence should end with a period. 117
 Info regexp RegexpSingleline Line has trailing spaces. 120
 Info modifier RedundantModifier Redundant 'public' modifier. 124
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 124
 Error javadoc JavadocMethod Expected @param tag for 'channelName'. 125
 Info regexp RegexpSingleline Line has trailing spaces. 130
 Error javadoc JavadocMethod Expected an @return tag. 134
 Info modifier RedundantModifier Redundant 'public' modifier. 134
 Error javadoc JavadocMethod Expected @param tag for 'name'. 134
 Error javadoc JavadocMethod Expected @param tag for 'clz'. 134
 Info regexp RegexpSingleline Line has trailing spaces. 138
 Info modifier RedundantModifier Redundant 'public' modifier. 143

org/universAAL/middleware/modules/ConfigurableCommunicationModule.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocStyle First sentence should end with a period. 34
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info modifier RedundantModifier Redundant 'public' modifier. 40
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 41
 Error javadoc JavadocMethod Expected @param tag for 'communicationChannels'. 41
 Error javadoc JavadocMethod Expected @param tag for 'peerName'. 41
 Error javadoc JavadocStyle First sentence should end with a period. 43
 Info regexp RegexpSingleline Line has trailing spaces. 45
 Info modifier RedundantModifier Redundant 'public' modifier. 48
 Error javadoc JavadocMethod Expected @param tag for 'communicationChannels'. 48
 Error javadoc JavadocStyle First sentence should end with a period. 50
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Info modifier RedundantModifier Redundant 'public' modifier. 56
 Error javadoc JavadocMethod Expected @param tag for 'groupName'. 56

org/universAAL/middleware/modules/DeployModule.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error javadoc JavadocStyle First sentence should end with a period. 31
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info modifier RedundantModifier Redundant 'public' modifier. 39
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info modifier RedundantModifier Redundant 'public' modifier. 49

org/universAAL/middleware/modules/Module.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocMethod Missing a Javadoc comment. 31
 Info modifier RedundantModifier Redundant 'public' modifier. 31
 Error javadoc JavadocMethod Missing a Javadoc comment. 33
 Info modifier RedundantModifier Redundant 'public' modifier. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 35
 Info modifier RedundantModifier Redundant 'public' modifier. 35
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Info modifier RedundantModifier Redundant 'public' modifier. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Info modifier RedundantModifier Redundant 'public' modifier. 39
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Info modifier RedundantModifier Redundant 'public' modifier. 44
 Info regexp RegexpSingleline Line has trailing spaces. 49
 Error javadoc JavadocMethod Expected an @return tag. 52
 Info modifier RedundantModifier Redundant 'public' modifier. 52

org/universAAL/middleware/modules/aalspace/AALSpaceModuleImpl.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 95). 32
 Info sizes LineLength Line is longer than 80 characters (found 83). 33
 Info sizes LineLength Line is longer than 80 characters (found 86). 37
 Info sizes LineLength Line is longer than 80 characters (found 82). 38
 Error javadoc JavadocStyle First sentence should end with a period. 55
 Info regexp RegexpSingleline Line has trailing spaces. 57
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error javadoc JavadocStyle First sentence should end with a period. 76
 Info regexp RegexpSingleline Line has trailing spaces. 80
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 84
 Info sizes LineLength Line is longer than 80 characters (found 82). 94
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 94
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 99
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 103
 Info sizes LineLength Line is longer than 80 characters (found 82). 108
 Info sizes LineLength Line is longer than 80 characters (found 85). 110
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 116
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 121
 Info sizes LineLength Line is longer than 80 characters (found 83). 132
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 132
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 136
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 142
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 149
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 159
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 163
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 168
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 172
 Info sizes LineLength Line is longer than 80 characters (found 81). 176
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 176
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 182
 Info sizes LineLength Line is longer than 80 characters (found 86). 193
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 193
 Info sizes LineLength Line is longer than 80 characters (found 109). 201
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 201
 Warning blocks NeedBraces 'if' construct must use '{}'s. 206
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 209
 Error javadoc JavadocMethod Missing a Javadoc comment. 213
 Info misc FinalParameters Parameter context should be final. 213
 Warning coding HiddenField 'context' hides a field. 213
 Error design DesignForExtension Method 'getAALSpaces' is not designed for extension - needs to be abstract, final or empty. 218
 Error javadoc JavadocMethod Missing a Javadoc comment. 218
 Error design DesignForExtension Method 'getAALSpaces' is not designed for extension - needs to be abstract, final or empty. 222
 Error javadoc JavadocMethod Missing a Javadoc comment. 222
 Info misc FinalParameters Parameter filters should be final. 222
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 228
 Warning blocks NeedBraces 'if' construct must use '{}'s. 233
 Warning blocks NeedBraces 'else' construct must use '{}'s. 235
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 243
 Info sizes LineLength Line is longer than 80 characters (found 87). 246
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 251
 Info sizes LineLength Line is longer than 80 characters (found 100). 259
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 259
 Info sizes LineLength Line is longer than 80 characters (found 84). 263
 Error design DesignForExtension Method 'newAALSpace' is not designed for extension - needs to be abstract, final or empty. 268
 Error javadoc JavadocMethod Missing a Javadoc comment. 268
 Info misc FinalParameters Parameter aalSpaceCard should be final. 268
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 273
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 283
 Info sizes LineLength Line is longer than 80 characters (found 91). 287
 Info sizes LineLength Line is longer than 80 characters (found 99). 298
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 298
 Info sizes LineLength Line is longer than 80 characters (found 84). 302
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 306
 Error javadoc JavadocMethod Missing a Javadoc comment. 306
 Error design DesignForExtension Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. 310
 Error javadoc JavadocMethod Missing a Javadoc comment. 310
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 314
 Error javadoc JavadocMethod Missing a Javadoc comment. 314
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 318
 Error javadoc JavadocMethod Missing a Javadoc comment. 318
 Error design DesignForExtension Method 'loadConfigurations' is not designed for extension - needs to be abstract, final or empty. 322
 Error javadoc JavadocMethod Missing a Javadoc comment. 322
 Info misc FinalParameters Parameter configurations should be final. 322
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 325
 Info sizes LineLength Line is longer than 80 characters (found 81). 329
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 329
 Info sizes LineLength Line is longer than 80 characters (found 84). 335
 Info sizes LineLength Line is longer than 80 characters (found 87). 337
 Info sizes LineLength Line is longer than 80 characters (found 91). 339
 Info sizes LineLength Line is longer than 80 characters (found 88). 341
 Info sizes LineLength Line is longer than 80 characters (found 85). 347
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 347
 Info sizes LineLength Line is longer than 80 characters (found 85). 354
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 354
 Info sizes LineLength Line is longer than 80 characters (found 85). 361
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 361
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 366
 Info sizes LineLength Line is longer than 80 characters (found 82). 369
 Error design DesignForExtension Method 'leaveAALSpace' is not designed for extension - needs to be abstract, final or empty. 369
 Error javadoc JavadocMethod Missing a Javadoc comment. 369
 Info misc FinalParameters Parameter spaceCoordinator should be final. 369
 Info misc FinalParameters Parameter spaceCard should be final. 369
 Info sizes LineLength Line is longer than 80 characters (found 81). 374
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 374
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 389
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 395
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 401
 Error design DesignForExtension Method 'requestToLeave' is not designed for extension - needs to be abstract, final or empty. 409
 Error javadoc JavadocMethod Missing a Javadoc comment. 409
 Info misc FinalParameters Parameter spaceDescriptor should be final. 409
 Info sizes LineLength Line is longer than 80 characters (found 81). 414
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 414
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 428
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 433
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 439
 Error design DesignForExtension Method 'requestPeerCard' is not designed for extension - needs to be abstract, final or empty. 447
 Error javadoc JavadocMethod Missing a Javadoc comment. 447
 Info misc FinalParameters Parameter spaceDescriptor should be final. 447
 Info misc FinalParameters Parameter peerAddress should be final. 448
 Info sizes LineLength Line is longer than 80 characters (found 81). 453
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 453
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 469
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 475
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 481
 Error design DesignForExtension Method 'newAALSpacesFound' is not designed for extension - needs to be abstract, final or empty. 489
 Error javadoc JavadocMethod Missing a Javadoc comment. 489
 Info misc FinalParameters Parameter spaceCards should be final. 489
 Warning blocks NeedBraces 'if' construct must use '{}'s. 491
 Warning blocks NeedBraces 'else' construct must use '{}'s. 493
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 496
 Warning blocks NeedBraces 'else' construct must use '{}'s. 497
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 500
 Error design DesignForExtension Method 'joinAALSpace' is not designed for extension - needs to be abstract, final or empty. 503
 Error javadoc JavadocMethod Missing a Javadoc comment. 503
 Info misc FinalParameters Parameter spaceCoordinator should be final. 503
 Info misc FinalParameters Parameter spaceCard should be final. 504
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 511
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 518
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 536
 Info sizes LineLength Line is longer than 80 characters (found 81). 542
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 542
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 548
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 554
 Info sizes LineLength Line is longer than 80 characters (found 81). 559
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 559
 Error design DesignForExtension Method 'addPeer' is not designed for extension - needs to be abstract, final or empty. 566
 Error javadoc JavadocMethod Missing a Javadoc comment. 566
 Info misc FinalParameters Parameter spaceDescriptor should be final. 566
 Info misc FinalParameters Parameter newPeer should be final. 566
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 572
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 579
 Info sizes LineLength Line is longer than 80 characters (found 81). 584
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 595
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 600
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 607
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 613
 Info sizes LineLength Line is longer than 80 characters (found 81). 618
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 618
 Error design DesignForExtension Method 'announceNewPeer' is not designed for extension - needs to be abstract, final or empty. 625
 Error javadoc JavadocMethod Missing a Javadoc comment. 625
 Info misc FinalParameters Parameter spaceCard should be final. 625
 Info misc FinalParameters Parameter peerCard should be final. 625
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 631
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 649
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 653
 Info sizes LineLength Line is longer than 80 characters (found 108). 660
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 660
 Info sizes LineLength Line is longer than 80 characters (found 92). 664
 Error design DesignForExtension Method 'messageFromSpace' is not designed for extension - needs to be abstract, final or empty. 668
 Info sizes MethodLength Method length is 250 lines (max allowed is 150). 668
 Error javadoc JavadocMethod Missing a Javadoc comment. 668
 Info misc FinalParameters Parameter message should be final. 668
 Info misc FinalParameters Parameter sender should be final. 668
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 672
 Warning blocks AvoidNestedBlocks Avoid nested blocks. 676
 Info sizes LineLength Line is longer than 80 characters (found 89). 688
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 688
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 693
 Warning blocks AvoidNestedBlocks Avoid nested blocks. 700
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 703
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 710
 Info sizes LineLength Line is longer than 80 characters (found 92). 713
 Warning blocks AvoidNestedBlocks Avoid nested blocks. 719
 Info sizes LineLength Line is longer than 80 characters (found 89). 731
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 731
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 736
 Info sizes LineLength Line is longer than 80 characters (found 91). 745
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 745
 Warning blocks AvoidNestedBlocks Avoid nested blocks. 754
 Info sizes LineLength Line is longer than 80 characters (found 89). 766
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 766
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 771
 Info sizes LineLength Line is longer than 80 characters (found 86). 780
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 780
 Warning blocks AvoidNestedBlocks Avoid nested blocks. 788
 Info sizes LineLength Line is longer than 80 characters (found 89). 800
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 800
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 808
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 815
 Warning blocks AvoidNestedBlocks Avoid nested blocks. 824
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 829
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 835
 Info sizes LineLength Line is longer than 80 characters (found 83). 851
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 851
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 871
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 875
 Warning blocks AvoidNestedBlocks Avoid nested blocks. 878
 Info sizes LineLength Line is longer than 80 characters (found 89). 890
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 890
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 898
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 917
 Error design DesignForExtension Method 'configureAALSpaceChannel' is not designed for extension - needs to be abstract, final or empty. 920
 Error javadoc JavadocMethod Missing a Javadoc comment. 920
 Info sizes LineLength Line is longer than 80 characters (found 83). 925
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 925
 Error design DesignForExtension Method 'messageReceived' is not designed for extension - needs to be abstract, final or empty. 935
 Error javadoc JavadocMethod Missing a Javadoc comment. 935
 Info misc FinalParameters Parameter message should be final. 935
 Info sizes LineLength Line is longer than 80 characters (found 88). 941
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 941
 Info sizes LineLength Line is longer than 80 characters (found 92). 955
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 955
 Warning coding MissingSwitchDefault switch without "default" clause. 959
 Info sizes LineLength Line is longer than 80 characters (found 83). 961
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 965
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 975
 Error design DesignForExtension Method 'handleSendError' is not designed for extension - needs to be abstract, final or empty. 980
 Error javadoc JavadocMethod Missing a Javadoc comment. 980
 Info misc FinalParameters Parameter message should be final. 980
 Info misc FinalParameters Parameter exception should be final. 981
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 986
 Info sizes LineLength Line is longer than 80 characters (found 81). 1007
 Info sizes LineLength Line is longer than 80 characters (found 84). 1012
 Info sizes LineLength Line is longer than 80 characters (found 85). 1023
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1023
 Info sizes LineLength Line is longer than 80 characters (found 85). 1031
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1031
 Error design DesignForExtension Method 'destroyAALSpace' is not designed for extension - needs to be abstract, final or empty. 1036
 Error javadoc JavadocMethod Missing a Javadoc comment. 1036
 Info misc FinalParameters Parameter spaceCard should be final. 1036
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1038
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1049
 Error javadoc JavadocMethod Missing a Javadoc comment. 1055
 Info misc FinalParameters Parameter spaceCard should be final. 1055
 Error design DesignForExtension Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. 1058
 Error javadoc JavadocMethod Missing a Javadoc comment. 1058
 Info misc FinalParameters Parameter arg0 should be final. 1058
 Info misc FinalParameters Parameter arg1 should be final. 1058
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1071
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1077
 Error design DesignForExtension Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. 1083
 Error javadoc JavadocMethod Missing a Javadoc comment. 1083
 Info misc FinalParameters Parameter arg0 should be final. 1083
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1089
 Info sizes LineLength Line is longer than 80 characters (found 81). 1098
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1098
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1104
 Error design DesignForExtension Method 'getBrokerName' is not designed for extension - needs to be abstract, final or empty. 1111
 Error javadoc JavadocMethod Missing a Javadoc comment. 1111
 Error design DesignForExtension Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 1115
 Error javadoc JavadocMethod Missing a Javadoc comment. 1115
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1118
 Error design DesignForExtension Method 'getPeersAddress' is not designed for extension - needs to be abstract, final or empty. 1127
 Error javadoc JavadocMethod Missing a Javadoc comment. 1127
 Info sizes LineLength Line is longer than 80 characters (found 110). 1129
 Error design DesignForExtension Method 'renewAALSpace' is not designed for extension - needs to be abstract, final or empty. 1136
 Error javadoc JavadocMethod Missing a Javadoc comment. 1136
 Info misc FinalParameters Parameter spaceCard should be final. 1136
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1144
 Error design DesignForExtension Method 'unmarshall' is not designed for extension - needs to be abstract, final or empty. 1151
 Error javadoc JavadocMethod Missing a Javadoc comment. 1151
 Info misc FinalParameters Parameter message should be final. 1151

org/universAAL/middleware/modules/aalspace/osgi/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 42
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning naming StaticVariableName Name 'SERVICE_PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Info misc FinalParameters Parameter context should be final. 53
 Info sizes LineLength Line is longer than 80 characters (found 91). 55
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 56
 Warning blocks NeedBraces 'if' construct must use '{}'s. 67
 Warning blocks NeedBraces 'else' construct must use '{}'s. 76
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 83
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 85
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 89
 Error javadoc JavadocMethod Missing a Javadoc comment. 89
 Info misc FinalParameters Parameter arg0 should be final. 89
 Warning blocks NeedBraces 'if' construct must use '{}'s. 90
 Error design DesignForExtension Method 'updated' is not designed for extension - needs to be abstract, final or empty. 95
 Error javadoc JavadocMethod Missing a Javadoc comment. 95
 Info misc FinalParameters Parameter properties should be final. 95

org/universAAL/middleware/modules/communication/BroadcastExecutor.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 86). 24
 Error javadoc JavadocStyle First sentence should end with a period. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Info misc FinalParameters Parameter message should be final. 44
 Warning coding HiddenField 'message' hides a field. 44
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 45
 Info misc FinalParameters Parameter communicationConnector should be final. 45
 Warning coding HiddenField 'communicationConnector' hides a field. 45
 Info misc FinalParameters Parameter listener should be final. 46
 Warning coding HiddenField 'listener' hides a field. 46
 Info misc FinalParameters Parameter moduleContext should be final. 46
 Error design DesignForExtension Method 'run' is not designed for extension - needs to be abstract, final or empty. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 56

org/universAAL/middleware/modules/communication/CommunicationModuleImpl.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 47
 Info regexp RegexpSingleline Line has trailing spaces. 49
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error javadoc JavadocStyle First sentence should end with a period. 74
 Error javadoc JavadocMethod Expected an @return tag. 78
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 78
 Info sizes LineLength Line is longer than 80 characters (found 86). 89
 Info sizes LineLength Line is longer than 80 characters (found 82). 98
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 98
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 103
 Info sizes LineLength Line is longer than 80 characters (found 84). 107
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 110
 Info sizes LineLength Line is longer than 80 characters (found 81). 111
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 116
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 127
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 135
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 140
 Info sizes LineLength Line is longer than 80 characters (found 91). 148
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 148
 Error design DesignForExtension Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 157
 Error javadoc JavadocMethod Missing a Javadoc comment. 157
 Info misc FinalParameters Parameter channels should be final. 157
 Error design DesignForExtension Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 161
 Error javadoc JavadocMethod Missing a Javadoc comment. 161
 Error javadoc JavadocMethod Missing a Javadoc comment. 165
 Info misc FinalParameters Parameter context should be final. 165
 Warning coding HiddenField 'context' hides a field. 165
 Error javadoc JavadocStyle First sentence should end with a period. 169
 Info regexp RegexpSingleline Line has trailing spaces. 172
 Error javadoc JavadocMethod Expected an @return tag. 176
 Info sizes LineLength Line is longer than 80 characters (found 82). 176
 Info misc FinalParameters Parameter channelNames should be final. 176
 Error javadoc JavadocMethod Expected @param tag for 'channelNames'. 176
 Warning blocks NeedBraces 'if' construct must use '{}'s. 180
 Error design DesignForExtension Method 'messageReceived' is not designed for extension - needs to be abstract, final or empty. 186
 Error javadoc JavadocMethod Missing a Javadoc comment. 186
 Info misc FinalParameters Parameter channelMessage should be final. 186
 Info sizes LineLength Line is longer than 80 characters (found 81). 195
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 195
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 207
 Info sizes LineLength Line is longer than 80 characters (found 82). 216
 Error design DesignForExtension Method 'addMessageListener' is not designed for extension - needs to be abstract, final or empty. 216
 Error javadoc JavadocMethod Missing a Javadoc comment. 216
 Info misc FinalParameters Parameter listener should be final. 216
 Info misc FinalParameters Parameter channelName should be final. 216
 Info sizes LineLength Line is longer than 80 characters (found 89). 219
 Warning blocks NeedBraces 'if' construct must use '{}'s. 224
 Warning blocks NeedBraces 'else' construct must use '{}'s. 228
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 231
 Error design DesignForExtension Method 'getListenerByNameAndType' is not designed for extension - needs to be abstract, final or empty. 235
 Error javadoc JavadocMethod Missing a Javadoc comment. 235
 Info misc FinalParameters Parameter name should be final. 235
 Warning coding HiddenField 'name' hides a field. 235
 Info misc FinalParameters Parameter clz should be final. 235
 Warning blocks NeedBraces 'for' construct must use '{}'s. 236
 Warning blocks NeedBraces 'if' construct must use '{}'s. 237
 Error design DesignForExtension Method 'removeMessageListener' is not designed for extension - needs to be abstract, final or empty. 242
 Error javadoc JavadocMethod Missing a Javadoc comment. 242
 Info misc FinalParameters Parameter listener should be final. 242
 Info misc FinalParameters Parameter channelName should be final. 243
 Warning blocks NeedBraces 'else' construct must use '{}'s. 248
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 253
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 257
 Error javadoc JavadocMethod Missing a Javadoc comment. 257
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 261
 Error javadoc JavadocMethod Missing a Javadoc comment. 261
 Error design DesignForExtension Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. 265
 Error javadoc JavadocMethod Missing a Javadoc comment. 265
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 269
 Error javadoc JavadocMethod Missing a Javadoc comment. 269
 Error javadoc JavadocMethod Missing a Javadoc comment. 273
 Info misc FinalParameters Parameter configurations should be final. 273
 Error design DesignForExtension Method 'rejectedExecution' is not designed for extension - needs to be abstract, final or empty. 276
 Error javadoc JavadocMethod Missing a Javadoc comment. 276
 Info misc FinalParameters Parameter r should be final. 276
 Info misc FinalParameters Parameter executor should be final. 276
 Info sizes LineLength Line is longer than 80 characters (found 125). 281
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 281
 Info sizes LineLength Line is longer than 80 characters (found 109). 285
 Error design DesignForExtension Method 'configureChannels' is not designed for extension - needs to be abstract, final or empty. 288
 Error javadoc JavadocMethod Missing a Javadoc comment. 288
 Info misc FinalParameters Parameter channels should be final. 288
 Info misc FinalParameters Parameter peerName should be final. 289
 Warning blocks NeedBraces 'if' construct must use '{}'s. 290
 Warning blocks NeedBraces 'else' construct must use '{}'s. 292
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 295
 Error javadoc JavadocStyle First sentence should end with a period. 298
 Error design DesignForExtension Method 'send' is not designed for extension - needs to be abstract, final or empty. 301
 Info misc FinalParameters Parameter message should be final. 301
 Error javadoc JavadocMethod Expected @param tag for 'message'. 301
 Info misc FinalParameters Parameter listener should be final. 301
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 301
 Info misc FinalParameters Parameter receiver should be final. 302
 Error javadoc JavadocMethod Expected @param tag for 'receiver'. 302
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 318
 Info sizes LineLength Line is longer than 80 characters (found 93). 322
 Error javadoc JavadocStyle First sentence should end with a period. 327
 Error design DesignForExtension Method 'send' is not designed for extension - needs to be abstract, final or empty. 330
 Info misc FinalParameters Parameter message should be final. 330
 Error javadoc JavadocMethod Expected @param tag for 'message'. 330
 Info misc FinalParameters Parameter receiver should be final. 330
 Error javadoc JavadocMethod Expected @param tag for 'receiver'. 330
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 343
 Info sizes LineLength Line is longer than 80 characters (found 93). 354
 Error javadoc JavadocStyle First sentence should end with a period. 359
 Info misc FinalParameters Parameter message should be final. 362
 Error javadoc JavadocMethod Expected @param tag for 'message'. 362
 Info misc FinalParameters Parameter receivers should be final. 362
 Error javadoc JavadocMethod Expected @param tag for 'receivers'. 362
 Info misc FinalParameters Parameter listener should be final. 363
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 363
 Error javadoc JavadocStyle First sentence should end with a period. 367
 Info misc FinalParameters Parameter message should be final. 370
 Error javadoc JavadocMethod Expected @param tag for 'message'. 370
 Info misc FinalParameters Parameter recipients should be final. 370
 Error javadoc JavadocMethod Expected @param tag for 'recipients'. 370
 Error javadoc JavadocStyle First sentence should end with a period. 374
 Info misc FinalParameters Parameter message should be final. 377
 Error javadoc JavadocMethod Expected @param tag for 'message'. 377
 Error javadoc JavadocStyle First sentence should end with a period. 381
 Error design DesignForExtension Method 'sendAll' is not designed for extension - needs to be abstract, final or empty. 384
 Info misc FinalParameters Parameter message should be final. 384
 Error javadoc JavadocMethod Expected @param tag for 'message'. 384
 Info misc FinalParameters Parameter listener should be final. 384
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 384
 Info sizes LineLength Line is longer than 80 characters (found 93). 399
 Error design DesignForExtension Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. 404
 Error javadoc JavadocMethod Missing a Javadoc comment. 404
 Info misc FinalParameters Parameter sharedObj should be final. 404
 Info misc FinalParameters Parameter removeHook should be final. 404
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 408
 Error design DesignForExtension Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. 414
 Error javadoc JavadocMethod Missing a Javadoc comment. 414
 Info misc FinalParameters Parameter removeHook should be final. 414
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 418
 Error design DesignForExtension Method 'getGroupMembers' is not designed for extension - needs to be abstract, final or empty. 424
 Error javadoc JavadocMethod Missing a Javadoc comment. 424
 Info misc FinalParameters Parameter group should be final. 424
 Error design DesignForExtension Method 'hasChannel' is not designed for extension - needs to be abstract, final or empty. 428
 Error javadoc JavadocMethod Missing a Javadoc comment. 428
 Info misc FinalParameters Parameter channelName should be final. 428

org/universAAL/middleware/modules/communication/UnicastExecutor.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 86). 26
 Error javadoc JavadocStyle First sentence should end with a period. 34
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Info misc FinalParameters Parameter message should be final. 51
 Warning coding HiddenField 'message' hides a field. 51
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 52
 Info misc FinalParameters Parameter communicationConnector should be final. 52
 Warning coding HiddenField 'communicationConnector' hides a field. 52
 Info misc FinalParameters Parameter receiver should be final. 52
 Warning coding HiddenField 'receiver' hides a field. 52
 Info misc FinalParameters Parameter listeners should be final. 53
 Warning coding HiddenField 'listeners' hides a field. 53
 Info misc FinalParameters Parameter moduleContext should be final. 53
 Error design DesignForExtension Method 'run' is not designed for extension - needs to be abstract, final or empty. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 62
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 69
 Warning blocks NeedBraces 'for' construct must use '{}'s. 74
 Info sizes LineLength Line is longer than 80 characters (found 90). 78
 Warning blocks NeedBraces 'for' construct must use '{}'s. 80

org/universAAL/middleware/modules/communication/osgi/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 32
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error design VisibilityModifier Variable 'communicationModule' must be private and have accessor methods. 40
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Info misc FinalParameters Parameter context should be final. 42
 Info sizes LineLength Line is longer than 80 characters (found 91). 44
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 45
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 47
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 52
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 55
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 59
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Info misc FinalParameters Parameter context should be final. 59
 Warning blocks NeedBraces 'if' construct must use '{}'s. 60

org/universAAL/middleware/modules/exception/AALSpaceModuleErrorCode.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 44

org/universAAL/middleware/modules/exception/AALSpaceModuleException.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Info misc FinalParameters Parameter errorCode should be final. 38
 Warning coding HiddenField 'errorCode' hides a field. 38
 Info misc FinalParameters Parameter description should be final. 38
 Warning coding HiddenField 'description' hides a field. 38
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 44

org/universAAL/middleware/modules/exception/CommunicationModuleErrorCode.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34

org/universAAL/middleware/modules/exception/CommunicationModuleException.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 34
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 35
 Error design DesignForExtension Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Info misc FinalParameters Parameter description should be final. 38
 Warning coding HiddenField 'description' hides a field. 38
 Error design DesignForExtension Method 'getErrorCode' is not designed for extension - needs to be abstract, final or empty. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Error design DesignForExtension Method 'setErrorCode' is not designed for extension - needs to be abstract, final or empty. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Info misc FinalParameters Parameter errorCode should be final. 46
 Warning coding HiddenField 'errorCode' hides a field. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Info misc FinalParameters Parameter errorCode should be final. 52
 Warning coding HiddenField 'errorCode' hides a field. 52
 Info misc FinalParameters Parameter description should be final. 52
 Warning coding HiddenField 'description' hides a field. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Info misc FinalParameters Parameter errorCode should be final. 58
 Warning coding HiddenField 'errorCode' hides a field. 58
 Info misc FinalParameters Parameter description should be final. 58
 Warning coding HiddenField 'description' hides a field. 58
 Info misc FinalParameters Parameter t should be final. 59

org/universAAL/middleware/modules/listener/MessageListener.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info sizes LineLength Line is longer than 80 characters (found 86). 23
 Error javadoc JavadocStyle First sentence should end with a period. 26
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocStyle First sentence should end with a period. 35
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info modifier RedundantModifier Redundant 'public' modifier. 40
 Error javadoc JavadocMethod Expected @param tag for 'message'. 40
 Error javadoc JavadocStyle First sentence should end with a period. 42
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info modifier RedundantModifier Redundant 'public' modifier. 48
 Error javadoc JavadocMethod Expected @param tag for 'message'. 48
 Error javadoc JavadocMethod Expected @param tag for 'e'. 49

org/universAAL/middleware/modules/util/Consts.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning naming StaticVariableName Name 'MODULE_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
 Error design VisibilityModifier Variable 'MODULE_NAME' must be private and have accessor methods. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning naming StaticVariableName Name 'MODULE_VERSION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
 Error design VisibilityModifier Variable 'MODULE_VERSION' must be private and have accessor methods. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning naming StaticVariableName Name 'MODULE_PROVIDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
 Error design VisibilityModifier Variable 'MODULE_PROVIDER' must be private and have accessor methods. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning naming StaticVariableName Name 'MODULE_DESCRIPTION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
 Error design VisibilityModifier Variable 'MODULE_DESCRIPTION' must be private and have accessor methods. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning naming StaticVariableName Name 'PEER_SCAN_PERIOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
 Error design VisibilityModifier Variable 'PEER_SCAN_PERIOD' must be private and have accessor methods. 35

org/universAAL/middleware/owl/AllValuesFromRestriction.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.rdf.TypeMapper. 27
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info regexp RegexpSingleline Line has trailing spaces. 49
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Info regexp RegexpSingleline Line has trailing spaces. 56
 Info regexp RegexpSingleline Line has trailing spaces. 61
 Info regexp RegexpSingleline Line has trailing spaces. 80
 Info misc FinalParameters Parameter propURI should be final. 87
 Info misc FinalParameters Parameter expr should be final. 87
 Warning blocks NeedBraces 'if' construct must use '{}'s. 88
 Info regexp RegexpSingleline Line has trailing spaces. 96
 Info sizes LineLength Line is longer than 80 characters (found 99). 102
 Info misc FinalParameters Parameter propURI should be final. 105
 Info misc FinalParameters Parameter typeURI should be final. 105
 Error javadoc JavadocMethod Expected an @return tag. 110
 Info sizes LineLength Line is longer than 80 characters (found 81). 114
 Error javadoc JavadocMethod Expected an @return tag. 115
 Error javadoc JavadocMethod Expected an @return tag. 120
 Error javadoc JavadocMethod Expected an @return tag. 128
 Info misc FinalParameters Parameter member should be final. 128
 Error javadoc JavadocMethod Expected @param tag for 'member'. 128
 Info misc FinalParameters Parameter context should be final. 128
 Error javadoc JavadocMethod Expected @param tag for 'context'. 128
 Info misc FinalParameters Parameter ttl should be final. 128
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 128
 Info misc FinalParameters Parameter log should be final. 129
 Error javadoc JavadocMethod Expected @param tag for 'log'. 129
 Warning blocks NeedBraces 'if' construct must use '{}'s. 131
 Warning blocks NeedBraces 'if' construct must use '{}'s. 135
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 144
 Warning blocks NeedBraces 'if' construct must use '{}'s. 147
 Warning blocks NeedBraces 'for' construct must use '{}'s. 148
 Warning blocks NeedBraces 'if' construct must use '{}'s. 149
 Info sizes LineLength Line is longer than 80 characters (found 87). 157
 Error javadoc JavadocMethod Expected an @return tag. 160
 Info misc FinalParameters Parameter other should be final. 160
 Error javadoc JavadocMethod Expected @param tag for 'other'. 160
 Info misc FinalParameters Parameter context should be final. 160
 Error javadoc JavadocMethod Expected @param tag for 'context'. 160
 Info misc FinalParameters Parameter ttl should be final. 161
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 161
 Info misc FinalParameters Parameter log should be final. 161
 Error javadoc JavadocMethod Expected @param tag for 'log'. 161
 Warning blocks NeedBraces 'if' construct must use '{}'s. 163
 Warning blocks NeedBraces 'if' construct must use '{}'s. 168
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 171
 Info sizes LineLength Line is longer than 80 characters (found 89). 173
 Error javadoc JavadocMethod Expected an @return tag. 186
 Error javadoc JavadocMethod Expected an @return tag. 195
 Info misc FinalParameters Parameter subset should be final. 195
 Error javadoc JavadocMethod Expected @param tag for 'subset'. 195
 Info misc FinalParameters Parameter context should be final. 195
 Error javadoc JavadocMethod Expected @param tag for 'context'. 195
 Info misc FinalParameters Parameter ttl should be final. 195
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 195
 Info misc FinalParameters Parameter log should be final. 196
 Error javadoc JavadocMethod Expected @param tag for 'log'. 196
 Warning blocks NeedBraces 'if' construct must use '{}'s. 198
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 204
 Info sizes LineLength Line is longer than 80 characters (found 87). 206
 Info sizes LineLength Line is longer than 80 characters (found 89). 207
 Info sizes LineLength Line is longer than 80 characters (found 82). 220
 Error javadoc JavadocMethod Expected an @return tag. 221
 Info misc FinalParameters Parameter propURI should be final. 221
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 221
 Info misc FinalParameters Parameter o should be final. 221
 Error javadoc JavadocMethod Expected @param tag for 'o'. 221
 Warning blocks NeedBraces 'if' construct must use '{}'s. 222
 Info sizes LineLength Line is longer than 80 characters (found 88). 227
 Warning blocks NeedBraces 'if' construct must use '{}'s. 228
 Warning blocks NeedBraces 'if' construct must use '{}'s. 231
 Warning blocks NeedBraces 'if' construct must use '{}'s. 234
 Warning blocks NeedBraces 'if' construct must use '{}'s. 240

org/universAAL/middleware/owl/Base64Restriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info imports UnusedImports Unused import - org.universAAL.middleware.rdf.Variable. 22
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info sizes LineLength Line is longer than 80 characters (found 92). 35
 Error design DesignForExtension Method 'copy' is not designed for extension - needs to be abstract, final or empty. 43
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Error design DesignForExtension Method 'getMemberLen' is not designed for extension - needs to be abstract, final or empty. 58
 Info misc FinalParameters Parameter member should be final. 59
 Info sizes LineLength Line is longer than 80 characters (found 85). 61
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 61

org/universAAL/middleware/owl/BoundedValueRestriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info regexp RegexpSingleline Line has trailing spaces. 90
 Info misc FinalParameters Parameter datatypeURI should be final. 95
 Info regexp RegexpSingleline Line has trailing spaces. 101
 Info misc FinalParameters Parameter datatypeURI should be final. 118
 Info misc FinalParameters Parameter min should be final. 118
 Warning coding HiddenField 'min' hides a field. 118
 Info misc FinalParameters Parameter minInclusive should be final. 119
 Warning coding HiddenField 'minInclusive' hides a field. 119
 Info misc FinalParameters Parameter max should be final. 119
 Warning coding HiddenField 'max' hides a field. 119
 Info misc FinalParameters Parameter maxInclusive should be final. 119
 Warning coding HiddenField 'maxInclusive' hides a field. 119
 Warning blocks NeedBraces 'if' construct must use '{}'s. 122
 Warning blocks NeedBraces 'if' construct must use '{}'s. 127
 Info regexp RegexpSingleline Line has trailing spaces. 139
 Error design DesignForExtension Method 'checkType' is not designed for extension - needs to be abstract, final or empty. 144
 Info misc FinalParameters Parameter o should be final. 144
 Info regexp RegexpSingleline Line has trailing spaces. 150
 Info misc FinalParameters Parameter min should be final. 164
 Warning coding HiddenField 'min' hides a field. 164
 Info misc FinalParameters Parameter minInclusive should be final. 164
 Warning coding HiddenField 'minInclusive' hides a field. 164
 Info misc FinalParameters Parameter max should be final. 164
 Warning coding HiddenField 'max' hides a field. 164
 Info misc FinalParameters Parameter maxInclusive should be final. 165
 Warning coding HiddenField 'maxInclusive' hides a field. 165
 Info regexp RegexpSingleline Line has trailing spaces. 172
 Info misc FinalParameters Parameter min should be final. 180
 Warning coding HiddenField 'min' hides a field. 180
 Info misc FinalParameters Parameter minInclusive should be final. 180
 Warning coding HiddenField 'minInclusive' hides a field. 180
 Warning blocks NeedBraces 'if' construct must use '{}'s. 181
 Warning blocks NeedBraces 'if' construct must use '{}'s. 184
 Warning blocks NeedBraces 'else' construct must use '{}'s. 186
 Info regexp RegexpSingleline Line has trailing spaces. 195
 Info misc FinalParameters Parameter max should be final. 203
 Warning coding HiddenField 'max' hides a field. 203
 Info misc FinalParameters Parameter maxInclusive should be final. 203
 Warning coding HiddenField 'maxInclusive' hides a field. 203
 Warning blocks NeedBraces 'if' construct must use '{}'s. 204
 Warning blocks NeedBraces 'if' construct must use '{}'s. 207
 Warning blocks NeedBraces 'else' construct must use '{}'s. 209
 Info regexp RegexpSingleline Line has trailing spaces. 219
 Error design DesignForExtension Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. 225
 Info misc FinalParameters Parameter copy should be final. 225
 Info regexp RegexpSingleline Line has trailing spaces. 232
 Error design DesignForExtension Method 'getLowerbound' is not designed for extension - needs to be abstract, final or empty. 236
 Warning blocks NeedBraces 'if' construct must use '{}'s. 237
 Info regexp RegexpSingleline Line has trailing spaces. 244
 Error design DesignForExtension Method 'getUpperbound' is not designed for extension - needs to be abstract, final or empty. 248
 Warning blocks NeedBraces 'if' construct must use '{}'s. 249
 Info sizes LineLength Line is longer than 80 characters (found 82). 255
 Error javadoc JavadocMethod Expected an @return tag. 256
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 256
 Info misc FinalParameters Parameter propURI should be final. 256
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 256
 Info misc FinalParameters Parameter o should be final. 256
 Error javadoc JavadocMethod Expected @param tag for 'o'. 256
 Warning blocks NeedBraces 'if' construct must use '{}'s. 257
 Info sizes LineLength Line is longer than 80 characters (found 81). 278
 Error javadoc JavadocMethod Expected an @return tag. 308
 Info sizes LineLength Line is longer than 80 characters (found 96). 308
 Error design DesignForExtension Method 'hasMember' is not designed for extension - needs to be abstract, final or empty. 308
 Info misc FinalParameters Parameter member should be final. 308
 Error javadoc JavadocMethod Expected @param tag for 'member'. 308
 Info misc FinalParameters Parameter context should be final. 308
 Error javadoc JavadocMethod Expected @param tag for 'context'. 308
 Info misc FinalParameters Parameter ttl should be final. 308
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 308
 Info misc FinalParameters Parameter log should be final. 308
 Error javadoc JavadocMethod Expected @param tag for 'log'. 308
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 309
 Warning blocks NeedBraces 'if' construct must use '{}'s. 311
 Info sizes LineLength Line is longer than 80 characters (found 87). 311
 Warning blocks NeedBraces 'if' construct must use '{}'s. 314
 Info sizes LineLength Line is longer than 80 characters (found 87). 322
 Error javadoc JavadocMethod Expected an @return tag. 325
 Error design DesignForExtension Method 'isDisjointWith' is not designed for extension - needs to be abstract, final or empty. 325
 Info misc FinalParameters Parameter other should be final. 325
 Error javadoc JavadocMethod Expected @param tag for 'other'. 325
 Info misc FinalParameters Parameter context should be final. 325
 Error javadoc JavadocMethod Expected @param tag for 'context'. 325
 Info misc FinalParameters Parameter ttl should be final. 326
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 326
 Info misc FinalParameters Parameter log should be final. 326
 Error javadoc JavadocMethod Expected @param tag for 'log'. 326
 Info sizes LineLength Line is longer than 80 characters (found 100). 343
 Info sizes LineLength Line is longer than 80 characters (found 81). 347
 Info sizes LineLength Line is longer than 80 characters (found 81). 349
 Error javadoc JavadocMethod Expected an @return tag. 356
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 356
 Error javadoc JavadocMethod Expected an @return tag. 364
 Info sizes LineLength Line is longer than 80 characters (found 102). 364
 Error design DesignForExtension Method 'matches' is not designed for extension - needs to be abstract, final or empty. 364
 Info misc FinalParameters Parameter subset should be final. 364
 Error javadoc JavadocMethod Expected @param tag for 'subset'. 364
 Info misc FinalParameters Parameter context should be final. 364
 Error javadoc JavadocMethod Expected @param tag for 'context'. 364
 Info misc FinalParameters Parameter ttl should be final. 364
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 364
 Info misc FinalParameters Parameter log should be final. 364
 Error javadoc JavadocMethod Expected @param tag for 'log'. 364
 Info misc TodoComment Comment matches to-do format 'TODO:'. 367
 Warning blocks NeedBraces 'if' construct must use '{}'s. 369
 Warning blocks NeedBraces 'if' construct must use '{}'s. 373
 Info sizes LineLength Line is longer than 80 characters (found 108). 376

org/universAAL/middleware/owl/ComparableIndividual.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Info misc FinalParameters Parameter uri should be final. 49
 Error design DesignForExtension Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Info misc FinalParameters Parameter claz should be final. 57
 Info misc TodoComment Comment matches to-do format 'TODO:'. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Info misc FinalParameters Parameter claz should be final. 67
 Info misc TodoComment Comment matches to-do format 'TODO:'. 68
 Error javadoc JavadocMethod Expected an @return tag. 80
 Error javadoc JavadocMethod Expected an @return tag. 87
 Info regexp RegexpSingleline Line has trailing spaces. 93
 Error javadoc JavadocMethod Expected @param tag for 'arg0'. 103
 Error javadoc JavadocMethod Missing a Javadoc comment. 105
 Error javadoc JavadocMethod Missing a Javadoc comment. 115
 Info regexp RegexpSingleline Line has trailing spaces. 128
 Info regexp RegexpSingleline Line has trailing spaces. 136
 Error javadoc JavadocMethod Expected an @return tag. 142
 Info misc FinalParameters Parameter other should be final. 142
 Error javadoc JavadocMethod Expected @param tag for 'other'. 142
 Error javadoc JavadocMethod Expected an @return tag. 151
 Info misc FinalParameters Parameter other should be final. 151
 Error javadoc JavadocMethod Expected @param tag for 'other'. 151
 Error javadoc JavadocMethod Expected an @return tag. 160
 Info misc FinalParameters Parameter other should be final. 160
 Error javadoc JavadocMethod Expected @param tag for 'other'. 160
 Error javadoc JavadocMethod Expected an @return tag. 175
 Info misc FinalParameters Parameter other should be final. 175
 Error javadoc JavadocMethod Expected @param tag for 'other'. 175
 Error javadoc JavadocMethod Expected an @return tag. 184
 Info misc FinalParameters Parameter other should be final. 184
 Error javadoc JavadocMethod Expected @param tag for 'other'. 184
 Error javadoc JavadocMethod Expected an @return tag. 203

org/universAAL/middleware/owl/Complement.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info regexp RegexpSingleline Line has trailing spaces. 56
 Info misc FinalParameters Parameter toComplement should be final. 61
 Warning blocks NeedBraces 'if' construct must use '{}'s. 62
 Warning blocks NeedBraces 'if' construct must use '{}'s. 64
 Error javadoc JavadocMethod Expected an @return tag. 70
 Info regexp RegexpSingleline Line has trailing spaces. 76
 Info sizes LineLength Line is longer than 80 characters (found 83). 83
 Error javadoc JavadocMethod Expected an @return tag. 84
 Info sizes LineLength Line is longer than 80 characters (found 82). 88
 Error javadoc JavadocMethod Expected an @return tag. 89
 Error javadoc JavadocMethod Expected an @return tag. 97
 Info misc FinalParameters Parameter member should be final. 97
 Error javadoc JavadocMethod Expected @param tag for 'member'. 97
 Info misc FinalParameters Parameter context should be final. 97
 Error javadoc JavadocMethod Expected @param tag for 'context'. 97
 Info misc FinalParameters Parameter ttl should be final. 97
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 97
 Info misc FinalParameters Parameter log should be final. 98
 Error javadoc JavadocMethod Expected @param tag for 'log'. 98
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 100
 Warning blocks NeedBraces 'if' construct must use '{}'s. 101
 Warning blocks NeedBraces 'if' construct must use '{}'s. 102
 Info misc TodoComment Comment matches to-do format 'TODO:'. 104
 Error javadoc JavadocMethod Expected an @return tag. 113
 Info misc FinalParameters Parameter subtype should be final. 113
 Error javadoc JavadocMethod Expected @param tag for 'subtype'. 113
 Info misc FinalParameters Parameter context should be final. 113
 Error javadoc JavadocMethod Expected @param tag for 'context'. 113
 Info misc FinalParameters Parameter ttl should be final. 113
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 113
 Info misc FinalParameters Parameter log should be final. 114
 Error javadoc JavadocMethod Expected @param tag for 'log'. 114
 Info sizes LineLength Line is longer than 80 characters (found 87). 121
 Error javadoc JavadocMethod Expected an @return tag. 124
 Info misc FinalParameters Parameter other should be final. 124
 Error javadoc JavadocMethod Expected @param tag for 'other'. 124
 Info misc FinalParameters Parameter context should be final. 124
 Error javadoc JavadocMethod Expected @param tag for 'context'. 124
 Info misc FinalParameters Parameter ttl should be final. 125
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 125
 Info misc FinalParameters Parameter log should be final. 125
 Error javadoc JavadocMethod Expected @param tag for 'log'. 125
 Error javadoc JavadocMethod Expected an @return tag. 131
 Info sizes LineLength Line is longer than 80 characters (found 82). 135
 Error javadoc JavadocMethod Expected an @return tag. 136
 Info misc FinalParameters Parameter propURI should be final. 136
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 136
 Info misc FinalParameters Parameter o should be final. 136
 Error javadoc JavadocMethod Expected @param tag for 'o'. 136
 Warning blocks NeedBraces 'if' construct must use '{}'s. 138

org/universAAL/middleware/owl/DataRepOntology.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Info sizes LineLength Line is longer than 80 characters (found 91). 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Info sizes LineLength Line is longer than 80 characters (found 98). 62
 Info sizes LineLength Line is longer than 80 characters (found 97). 67
 Info sizes LineLength Line is longer than 80 characters (found 106). 74
 Info sizes LineLength Line is longer than 80 characters (found 122). 86
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 89
 Info sizes LineLength Line is longer than 80 characters (found 112). 95
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 99
 Info sizes LineLength Line is longer than 80 characters (found 81). 104
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 106
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 109

org/universAAL/middleware/owl/DatatypeProperty.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info modifier RedundantModifier Redundant 'public' modifier. 51
 Info misc FinalParameters Parameter prop should be final. 51
 Error javadoc JavadocMethod Expected @param tag for 'prop'. 51
 Info misc FinalParameters Parameter uri should be final. 61
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 61
 Info misc FinalParameters Parameter info should be final. 61
 Error javadoc JavadocMethod Expected @param tag for 'info'. 61
 Info regexp RegexpSingleline Line has trailing spaces. 69
 Info sizes LineLength Line is longer than 80 characters (found 83). 76
 Info misc FinalParameters Parameter propURI should be final. 76
 Info misc FinalParameters Parameter info should be final. 76

org/universAAL/middleware/owl/DatatypePropertySetup.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 42

org/universAAL/middleware/owl/DoubleRestriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.rdf.Variable. 23
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Info misc FinalParameters Parameter min should be final. 60
 Info misc FinalParameters Parameter minInclusive should be final. 60
 Info misc FinalParameters Parameter max should be final. 60
 Info misc FinalParameters Parameter maxInclusive should be final. 61
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Info misc FinalParameters Parameter min should be final. 79
 Info misc FinalParameters Parameter minInclusive should be final. 79
 Info misc FinalParameters Parameter max should be final. 79
 Info misc FinalParameters Parameter maxInclusive should be final. 80
 Info regexp RegexpSingleline Line has trailing spaces. 87
 Info misc FinalParameters Parameter min should be final. 101
 Info misc FinalParameters Parameter minInclusive should be final. 101
 Info misc FinalParameters Parameter max should be final. 101
 Info misc FinalParameters Parameter maxInclusive should be final. 102
 Error javadoc JavadocMethod Expected an @return tag. 108
 Info misc FinalParameters Parameter o should be final. 108
 Error javadoc JavadocMethod Expected @param tag for 'o'. 108
 Warning blocks NeedBraces 'if' construct must use '{}'s. 109
 Error javadoc JavadocMethod Expected an @return tag. 115
 Info misc FinalParameters Parameter c should be final. 115
 Error javadoc JavadocMethod Expected @param tag for 'c'. 115
 Error javadoc JavadocMethod Expected an @return tag. 121
 Info misc FinalParameters Parameter c should be final. 121
 Error javadoc JavadocMethod Expected @param tag for 'c'. 121
 Error javadoc JavadocMethod Expected an @return tag. 127

org/universAAL/middleware/owl/Enumeration.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.rdf.TypeMapper. 28
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info sizes LineLength Line is longer than 80 characters (found 163). 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Info regexp RegexpSingleline Line has trailing spaces. 69
 Info misc FinalParameters Parameter values should be final. 75
 Warning coding HiddenField 'values' hides a field. 75
 Warning blocks NeedBraces 'if' construct must use '{}'s. 78
 Warning blocks NeedBraces 'for' construct must use '{}'s. 79
 Warning blocks NeedBraces 'if' construct must use '{}'s. 81
 Info regexp RegexpSingleline Line has trailing spaces. 97
 Info misc FinalParameters Parameter o should be final. 102
 Warning blocks NeedBraces 'for' construct must use '{}'s. 105
 Error javadoc JavadocMethod Expected an @return tag. 120
 Warning blocks NeedBraces 'for' construct must use '{}'s. 122
 Info regexp RegexpSingleline Line has trailing spaces. 134
 Warning blocks NeedBraces 'if' construct must use '{}'s. 143
 Info regexp RegexpSingleline Line has trailing spaces. 155
 Warning blocks NeedBraces 'if' construct must use '{}'s. 164
 Info sizes LineLength Line is longer than 80 characters (found 83). 173
 Error javadoc JavadocMethod Expected an @return tag. 174
 Warning blocks NeedBraces 'for' construct must use '{}'s. 176
 Info sizes LineLength Line is longer than 80 characters (found 82). 181
 Error javadoc JavadocMethod Expected an @return tag. 182
 Warning blocks NeedBraces 'for' construct must use '{}'s. 184
 Error javadoc JavadocMethod Expected an @return tag. 193
 Info misc FinalParameters Parameter value should be final. 193
 Error javadoc JavadocMethod Expected @param tag for 'value'. 193
 Info misc FinalParameters Parameter context should be final. 193
 Error javadoc JavadocMethod Expected @param tag for 'context'. 193
 Info misc FinalParameters Parameter ttl should be final. 193
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 193
 Info misc FinalParameters Parameter log should be final. 194
 Error javadoc JavadocMethod Expected @param tag for 'log'. 194
 Warning blocks NeedBraces 'if' construct must use '{}'s. 197
 Info misc TodoComment Comment matches to-do format 'TODO:'. 199
 Error javadoc JavadocMethod Expected an @return tag. 207
 Info misc FinalParameters Parameter subtype should be final. 207
 Error javadoc JavadocMethod Expected @param tag for 'subtype'. 207
 Info misc FinalParameters Parameter context should be final. 207
 Error javadoc JavadocMethod Expected @param tag for 'context'. 207
 Info misc FinalParameters Parameter ttl should be final. 207
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 207
 Info misc FinalParameters Parameter log should be final. 208
 Error javadoc JavadocMethod Expected @param tag for 'log'. 208
 Warning blocks NeedBraces 'if' construct must use '{}'s. 210
 Warning blocks NeedBraces 'if' construct must use '{}'s. 213
 Info misc TodoComment Comment matches to-do format 'TODO:'. 214
 Warning blocks NeedBraces 'if' construct must use '{}'s. 219
 Warning blocks NeedBraces 'if' construct must use '{}'s. 225
 Info misc TodoComment Comment matches to-do format 'TODO:'. 228
 Info misc TodoComment Comment matches to-do format 'TODO:'. 234
 Warning blocks NeedBraces 'for' construct must use '{}'s. 235
 Warning blocks NeedBraces 'if' construct must use '{}'s. 236
 Info misc TodoComment Comment matches to-do format 'TODO:'. 240
 Error javadoc JavadocMethod Expected an @return tag. 249
 Info misc FinalParameters Parameter supertype should be final. 249
 Error javadoc JavadocMethod Expected @param tag for 'supertype'. 249
 Info misc FinalParameters Parameter context should be final. 249
 Error javadoc JavadocMethod Expected @param tag for 'context'. 249
 Info misc FinalParameters Parameter ttl should be final. 250
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 250
 Info misc FinalParameters Parameter log should be final. 250
 Error javadoc JavadocMethod Expected @param tag for 'log'. 250
 Warning blocks NeedBraces 'if' construct must use '{}'s. 251
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 254
 Warning blocks NeedBraces 'for' construct must use '{}'s. 255
 Warning blocks NeedBraces 'if' construct must use '{}'s. 256
 Info misc TodoComment Comment matches to-do format 'TODO:'. 259
 Info sizes LineLength Line is longer than 80 characters (found 87). 265
 Error javadoc JavadocMethod Expected an @return tag. 268
 Info misc FinalParameters Parameter other should be final. 268
 Error javadoc JavadocMethod Expected @param tag for 'other'. 268
 Info misc FinalParameters Parameter context should be final. 268
 Error javadoc JavadocMethod Expected @param tag for 'context'. 268
 Info misc FinalParameters Parameter ttl should be final. 269
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 269
 Info misc FinalParameters Parameter log should be final. 269
 Error javadoc JavadocMethod Expected @param tag for 'log'. 269
 Warning blocks NeedBraces 'if' construct must use '{}'s. 271
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 274
 Warning blocks NeedBraces 'if' construct must use '{}'s. 276
 Info misc TodoComment Comment matches to-do format 'TODO:'. 277
 Error javadoc JavadocMethod Expected an @return tag. 286
 Info sizes LineLength Line is longer than 80 characters (found 82). 290
 Error javadoc JavadocMethod Expected an @return tag. 291
 Info misc FinalParameters Parameter propURI should be final. 291
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 291
 Info misc FinalParameters Parameter o should be final. 291
 Error javadoc JavadocMethod Expected @param tag for 'o'. 291
 Info regexp RegexpSingleline Line has trailing spaces. 308
 Info regexp RegexpSingleline Line has trailing spaces. 317

org/universAAL/middleware/owl/ExactCardinalityRestriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info sizes LineLength Line is longer than 80 characters (found 119). 39
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Info misc FinalParameters Parameter propURI should be final. 72
 Info misc FinalParameters Parameter value should be final. 72
 Warning blocks NeedBraces 'if' construct must use '{}'s. 73
 Warning blocks NeedBraces 'if' construct must use '{}'s. 75
 Info sizes LineLength Line is longer than 80 characters (found 86). 77
 Error javadoc JavadocMethod Expected an @return tag. 92
 Error javadoc JavadocStyle First sentence should end with a period. 96
 Info regexp RegexpSingleline Line has trailing spaces. 98
 Warning blocks NeedBraces 'if' construct must use '{}'s. 104
 Error javadoc JavadocMethod Expected an @return tag. 110
 Error javadoc JavadocMethod Expected an @return tag. 118
 Info misc FinalParameters Parameter member should be final. 118
 Error javadoc JavadocMethod Expected @param tag for 'member'. 118
 Info misc FinalParameters Parameter context should be final. 118
 Error javadoc JavadocMethod Expected @param tag for 'context'. 118
 Info misc FinalParameters Parameter ttl should be final. 118
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 118
 Info misc FinalParameters Parameter log should be final. 119
 Error javadoc JavadocMethod Expected @param tag for 'log'. 119
 Warning blocks NeedBraces 'if' construct must use '{}'s. 122
 Warning blocks NeedBraces 'if' construct must use '{}'s. 127
 Warning blocks NeedBraces 'if' construct must use '{}'s. 130
 Warning blocks NeedBraces 'else' construct must use '{}'s. 132
 Info sizes LineLength Line is longer than 80 characters (found 87). 137
 Error javadoc JavadocMethod Expected an @return tag. 140
 Info misc FinalParameters Parameter other should be final. 140
 Error javadoc JavadocMethod Expected @param tag for 'other'. 140
 Info misc FinalParameters Parameter context should be final. 140
 Error javadoc JavadocMethod Expected @param tag for 'context'. 140
 Info misc FinalParameters Parameter ttl should be final. 141
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 141
 Info misc FinalParameters Parameter log should be final. 141
 Error javadoc JavadocMethod Expected @param tag for 'log'. 141
 Warning blocks NeedBraces 'if' construct must use '{}'s. 143
 Warning blocks NeedBraces 'if' construct must use '{}'s. 148
 Warning blocks NeedBraces 'if' construct must use '{}'s. 152
 Warning blocks NeedBraces 'if' construct must use '{}'s. 155
 Warning blocks NeedBraces 'if' construct must use '{}'s. 158
 Error javadoc JavadocMethod Expected an @return tag. 166
 Error javadoc JavadocMethod Expected an @return tag. 174
 Info misc FinalParameters Parameter subset should be final. 174
 Error javadoc JavadocMethod Expected @param tag for 'subset'. 174
 Info misc FinalParameters Parameter context should be final. 174
 Error javadoc JavadocMethod Expected @param tag for 'context'. 174
 Info misc FinalParameters Parameter ttl should be final. 174
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 174
 Info misc FinalParameters Parameter log should be final. 175
 Error javadoc JavadocMethod Expected @param tag for 'log'. 175
 Warning blocks NeedBraces 'if' construct must use '{}'s. 177
 Warning blocks NeedBraces 'if' construct must use '{}'s. 185
 Warning blocks NeedBraces 'if' construct must use '{}'s. 189
 Warning coding SimplifyBooleanReturn Conditional logic can be removed. 189
 Warning blocks NeedBraces 'else' construct must use '{}'s. 191
 Info sizes LineLength Line is longer than 80 characters (found 82). 198
 Error javadoc JavadocMethod Expected an @return tag. 199
 Info misc FinalParameters Parameter propURI should be final. 199
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 199
 Info misc FinalParameters Parameter o should be final. 199
 Error javadoc JavadocMethod Expected @param tag for 'o'. 199
 Warning blocks NeedBraces 'if' construct must use '{}'s. 200
 Info sizes LineLength Line is longer than 80 characters (found 90). 213
 Warning blocks NeedBraces 'if' construct must use '{}'s. 220

org/universAAL/middleware/owl/FloatRestriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.rdf.Variable. 23
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Info misc FinalParameters Parameter min should be final. 60
 Info misc FinalParameters Parameter minInclusive should be final. 60
 Info misc FinalParameters Parameter max should be final. 60
 Info misc FinalParameters Parameter maxInclusive should be final. 61
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Info misc FinalParameters Parameter min should be final. 79
 Info misc FinalParameters Parameter minInclusive should be final. 79
 Info misc FinalParameters Parameter max should be final. 79
 Info misc FinalParameters Parameter maxInclusive should be final. 80
 Info regexp RegexpSingleline Line has trailing spaces. 87
 Info misc FinalParameters Parameter min should be final. 101
 Info misc FinalParameters Parameter minInclusive should be final. 101
 Info misc FinalParameters Parameter max should be final. 101
 Info misc FinalParameters Parameter maxInclusive should be final. 102
 Error javadoc JavadocMethod Expected an @return tag. 108
 Info misc FinalParameters Parameter o should be final. 108
 Error javadoc JavadocMethod Expected @param tag for 'o'. 108
 Warning blocks NeedBraces 'if' construct must use '{}'s. 109
 Error javadoc JavadocMethod Expected an @return tag. 115
 Info misc FinalParameters Parameter c should be final. 115
 Error javadoc JavadocMethod Expected @param tag for 'c'. 115
 Error javadoc JavadocMethod Expected an @return tag. 121
 Info misc FinalParameters Parameter c should be final. 121
 Error javadoc JavadocMethod Expected @param tag for 'c'. 121
 Error javadoc JavadocMethod Expected an @return tag. 127

org/universAAL/middleware/owl/HasValueRestriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info sizes LineLength Line is longer than 80 characters (found 81). 38
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info regexp RegexpSingleline Line has trailing spaces. 60
 Info misc FinalParameters Parameter propURI should be final. 69
 Info misc FinalParameters Parameter o should be final. 69
 Warning blocks NeedBraces 'if' construct must use '{}'s. 70
 Warning blocks NeedBraces 'if' construct must use '{}'s. 73
 Error javadoc JavadocMethod Expected an @return tag. 79
 Info sizes LineLength Line is longer than 80 characters (found 81). 83
 Error javadoc JavadocMethod Expected an @return tag. 84
 Error javadoc JavadocMethod Expected an @return tag. 89
 Error javadoc JavadocMethod Expected an @return tag. 94
 Info misc FinalParameters Parameter l should be final. 94
 Error javadoc JavadocMethod Expected @param tag for 'l'. 94
 Info misc FinalParameters Parameter context should be final. 94
 Error javadoc JavadocMethod Expected @param tag for 'context'. 94
 Warning blocks NeedBraces 'for' construct must use '{}'s. 96
 Error javadoc JavadocMethod Expected an @return tag. 103
 Info misc FinalParameters Parameter first should be final. 103
 Error javadoc JavadocMethod Expected @param tag for 'first'. 103
 Info misc FinalParameters Parameter second should be final. 103
 Error javadoc JavadocMethod Expected @param tag for 'second'. 103
 Info misc FinalParameters Parameter context should be final. 103
 Error javadoc JavadocMethod Expected @param tag for 'context'. 103
 Warning blocks NeedBraces 'if' construct must use '{}'s. 104
 Warning blocks NeedBraces 'if' construct must use '{}'s. 110
 Warning blocks NeedBraces 'if' construct must use '{}'s. 130
 Warning blocks NeedBraces 'if' construct must use '{}'s. 149
 Warning blocks NeedBraces 'if' construct must use '{}'s. 156
 Warning blocks NeedBraces 'if' construct must use '{}'s. 166
 Warning blocks NeedBraces 'if' construct must use '{}'s. 170
 Warning blocks NeedBraces 'if' construct must use '{}'s. 172
 Warning blocks NeedBraces 'if' construct must use '{}'s. 173
 Error javadoc JavadocMethod Expected an @return tag. 187
 Info misc FinalParameters Parameter value should be final. 187
 Error javadoc JavadocMethod Expected @param tag for 'value'. 187
 Info misc FinalParameters Parameter context should be final. 187
 Error javadoc JavadocMethod Expected @param tag for 'context'. 187
 Warning blocks NeedBraces 'if' construct must use '{}'s. 188
 Warning blocks NeedBraces 'if' construct must use '{}'s. 192
 Warning blocks NeedBraces 'if' construct must use '{}'s. 196
 Warning blocks NeedBraces 'if' construct must use '{}'s. 227
 Error javadoc JavadocMethod Expected an @return tag. 242
 Info misc FinalParameters Parameter member should be final. 242
 Error javadoc JavadocMethod Expected @param tag for 'member'. 242
 Info misc FinalParameters Parameter context should be final. 242
 Error javadoc JavadocMethod Expected @param tag for 'context'. 242
 Info misc FinalParameters Parameter ttl should be final. 242
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 242
 Info misc FinalParameters Parameter log should be final. 243
 Error javadoc JavadocMethod Expected @param tag for 'log'. 243
 Warning blocks NeedBraces 'if' construct must use '{}'s. 246
 Warning blocks NeedBraces 'if' construct must use '{}'s. 250
 Info sizes LineLength Line is longer than 80 characters (found 87). 256
 Error javadoc JavadocMethod Expected an @return tag. 259
 Info misc FinalParameters Parameter other should be final. 259
 Error javadoc JavadocMethod Expected @param tag for 'other'. 259
 Info misc FinalParameters Parameter context should be final. 259
 Error javadoc JavadocMethod Expected @param tag for 'context'. 259
 Info misc FinalParameters Parameter ttl should be final. 260
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 260
 Info misc FinalParameters Parameter log should be final. 260
 Error javadoc JavadocMethod Expected @param tag for 'log'. 260
 Warning blocks NeedBraces 'if' construct must use '{}'s. 262
 Warning blocks NeedBraces 'if' construct must use '{}'s. 267
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 271
 Warning coding MissingSwitchDefault switch without "default" clause. 272
 Warning blocks NeedBraces 'if' construct must use '{}'s. 276
 Warning coding SimplifyBooleanReturn Conditional logic can be removed. 276
 Warning blocks NeedBraces 'else' construct must use '{}'s. 279
 Info misc TodoComment Comment matches to-do format 'TODO:'. 280
 Error javadoc JavadocMethod Expected an @return tag. 290
 Error javadoc JavadocMethod Expected an @return tag. 298
 Info misc FinalParameters Parameter subset should be final. 298
 Error javadoc JavadocMethod Expected @param tag for 'subset'. 298
 Info misc FinalParameters Parameter context should be final. 298
 Error javadoc JavadocMethod Expected @param tag for 'context'. 298
 Info misc FinalParameters Parameter ttl should be final. 298
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 298
 Info misc FinalParameters Parameter log should be final. 299
 Error javadoc JavadocMethod Expected @param tag for 'log'. 299
 Warning blocks NeedBraces 'if' construct must use '{}'s. 301
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 307
 Warning coding MissingSwitchDefault switch without "default" clause. 310
 Info sizes LineLength Line is longer than 80 characters (found 82). 323
 Error javadoc JavadocMethod Expected an @return tag. 324
 Info misc FinalParameters Parameter propURI should be final. 324
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 324
 Info misc FinalParameters Parameter o should be final. 324
 Error javadoc JavadocMethod Expected @param tag for 'o'. 324
 Warning blocks NeedBraces 'if' construct must use '{}'s. 325
 Warning blocks NeedBraces 'if' construct must use '{}'s. 331
 Warning blocks NeedBraces 'if' construct must use '{}'s. 340

org/universAAL/middleware/owl/IndividualRestriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.rdf.TypeMapper. 22
 Info imports UnusedImports Unused import - org.universAAL.middleware.rdf.Variable. 23
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Info misc FinalParameters Parameter min should be final. 59
 Info sizes LineLength Line is longer than 80 characters (found 83). 60
 Info misc FinalParameters Parameter minInclusive should be final. 60
 Info misc FinalParameters Parameter max should be final. 60
 Info misc FinalParameters Parameter maxInclusive should be final. 60
 Info sizes LineLength Line is longer than 80 characters (found 81). 61
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Info misc FinalParameters Parameter min should be final. 80
 Info misc FinalParameters Parameter minInclusive should be final. 80
 Info misc FinalParameters Parameter max should be final. 80
 Info misc FinalParameters Parameter maxInclusive should be final. 81
 Info sizes LineLength Line is longer than 80 characters (found 81). 82
 Error javadoc JavadocMethod Expected an @return tag. 86
 Info misc FinalParameters Parameter o should be final. 86
 Error javadoc JavadocMethod Expected @param tag for 'o'. 86
 Warning blocks NeedBraces 'if' construct must use '{}'s. 87
 Error javadoc JavadocMethod Expected an @return tag. 93
 Info misc FinalParameters Parameter c should be final. 93
 Error javadoc JavadocMethod Expected @param tag for 'c'. 93
 Error javadoc JavadocMethod Expected an @return tag. 98
 Info misc FinalParameters Parameter c should be final. 98
 Error javadoc JavadocMethod Expected @param tag for 'c'. 98
 Error javadoc JavadocMethod Expected an @return tag. 103

org/universAAL/middleware/owl/IntRestriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.rdf.Variable. 23
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Info misc FinalParameters Parameter min should be final. 59
 Info misc FinalParameters Parameter minInclusive should be final. 59
 Info misc FinalParameters Parameter max should be final. 59
 Info misc FinalParameters Parameter maxInclusive should be final. 60
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Info misc FinalParameters Parameter min should be final. 79
 Info misc FinalParameters Parameter minInclusive should be final. 79
 Info misc FinalParameters Parameter max should be final. 79
 Info misc FinalParameters Parameter maxInclusive should be final. 80
 Info regexp RegexpSingleline Line has trailing spaces. 87
 Info misc FinalParameters Parameter min should be final. 101
 Info misc FinalParameters Parameter minInclusive should be final. 101
 Info misc FinalParameters Parameter max should be final. 101
 Info misc FinalParameters Parameter maxInclusive should be final. 102
 Error javadoc JavadocMethod Expected an @return tag. 108
 Info misc FinalParameters Parameter o should be final. 108
 Error javadoc JavadocMethod Expected @param tag for 'o'. 108
 Warning blocks NeedBraces 'if' construct must use '{}'s. 109
 Error javadoc JavadocMethod Expected an @return tag. 115
 Info misc FinalParameters Parameter c should be final. 115
 Error javadoc JavadocMethod Expected @param tag for 'c'. 115
 Error javadoc JavadocMethod Expected an @return tag. 120
 Info misc FinalParameters Parameter c should be final. 120
 Error javadoc JavadocMethod Expected @param tag for 'c'. 120
 Error javadoc JavadocMethod Expected an @return tag. 125

org/universAAL/middleware/owl/Intersection.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info sizes LineLength Line is longer than 80 characters (found 89). 36
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info sizes LineLength Line is longer than 80 characters (found 163). 54
 Error design VisibilityModifier Variable 'types' must be private and have accessor methods. 62
 Info regexp RegexpSingleline Line has trailing spaces. 74
 Info misc FinalParameters Parameter additionalTypes should be final. 78
 Info regexp RegexpSingleline Line has trailing spaces. 88
 Info regexp RegexpSingleline Line has trailing spaces. 91
 Error design DesignForExtension Method 'addType' is not designed for extension - needs to be abstract, final or empty. 94
 Info misc FinalParameters Parameter type should be final. 94
 Warning blocks NeedBraces 'if' construct must use '{}'s. 95
 Error javadoc JavadocMethod Expected an @return tag. 109
 Error design DesignForExtension Method 'copy' is not designed for extension - needs to be abstract, final or empty. 109
 Warning blocks NeedBraces 'for' construct must use '{}'s. 111
 Info sizes LineLength Line is longer than 80 characters (found 83). 116
 Error javadoc JavadocMethod Expected an @return tag. 117
 Error design DesignForExtension Method 'getNamedSuperclasses' is not designed for extension - needs to be abstract, final or empty. 117
 Warning blocks NeedBraces 'if' construct must use '{}'s. 122
 Warning blocks NeedBraces 'for' construct must use '{}'s. 123
 Info sizes LineLength Line is longer than 80 characters (found 82). 129
 Error javadoc JavadocMethod Expected an @return tag. 130
 Error design DesignForExtension Method 'getUpperEnumeration' is not designed for extension - needs to be abstract, final or empty. 130
 Warning blocks NeedBraces 'if' construct must use '{}'s. 135
 Warning blocks NeedBraces 'if' construct must use '{}'s. 137
 Warning blocks NeedBraces 'else' construct must use '{}'s. 140
 Warning blocks NeedBraces 'for' construct must use '{}'s. 144
 Warning blocks NeedBraces 'if' construct must use '{}'s. 145
 Warning blocks NeedBraces 'if' construct must use '{}'s. 147
 Error javadoc JavadocMethod Expected an @return tag. 158
 Error design DesignForExtension Method 'hasMember' is not designed for extension - needs to be abstract, final or empty. 158
 Info misc FinalParameters Parameter value should be final. 158
 Error javadoc JavadocMethod Expected @param tag for 'value'. 158
 Info misc FinalParameters Parameter context should be final. 158
 Error javadoc JavadocMethod Expected @param tag for 'context'. 158
 Info misc FinalParameters Parameter ttl should be final. 158
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 158
 Info misc FinalParameters Parameter log should be final. 159
 Error javadoc JavadocMethod Expected @param tag for 'log'. 159
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 161
 Warning blocks NeedBraces 'if' construct must use '{}'s. 163
 Error javadoc JavadocMethod Expected an @return tag. 174
 Error design DesignForExtension Method 'matches' is not designed for extension - needs to be abstract, final or empty. 174
 Info misc FinalParameters Parameter subtype should be final. 174
 Error javadoc JavadocMethod Expected @param tag for 'subtype'. 174
 Info misc FinalParameters Parameter context should be final. 174
 Error javadoc JavadocMethod Expected @param tag for 'context'. 174
 Info misc FinalParameters Parameter ttl should be final. 174
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 174
 Info misc FinalParameters Parameter log should be final. 175
 Error javadoc JavadocMethod Expected @param tag for 'log'. 175
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 177
 Warning blocks NeedBraces 'if' construct must use '{}'s. 179
 Info sizes LineLength Line is longer than 80 characters (found 87). 187
 Error javadoc JavadocMethod Expected an @return tag. 190
 Error design DesignForExtension Method 'isDisjointWith' is not designed for extension - needs to be abstract, final or empty. 190
 Info misc FinalParameters Parameter other should be final. 190
 Error javadoc JavadocMethod Expected @param tag for 'other'. 190
 Info misc FinalParameters Parameter context should be final. 190
 Error javadoc JavadocMethod Expected @param tag for 'context'. 190
 Info misc FinalParameters Parameter ttl should be final. 191
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 191
 Info misc FinalParameters Parameter log should be final. 191
 Error javadoc JavadocMethod Expected @param tag for 'log'. 191
 Warning blocks NeedBraces 'if' construct must use '{}'s. 194
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 197
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 199
 Warning blocks NeedBraces 'if' construct must use '{}'s. 202
 Info misc TodoComment Comment matches to-do format 'TODO:'. 206
 Info misc TodoComment Comment matches to-do format 'TODO:'. 210
 Error javadoc JavadocMethod Expected an @return tag. 215
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 215
 Info sizes LineLength Line is longer than 80 characters (found 82). 219
 Error javadoc JavadocMethod Expected an @return tag. 220
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 220
 Info misc FinalParameters Parameter propURI should be final. 220
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 220
 Info misc FinalParameters Parameter o should be final. 220
 Error javadoc JavadocMethod Expected @param tag for 'o'. 220
 Warning blocks NeedBraces 'if' construct must use '{}'s. 228
 Warning blocks NeedBraces 'if' construct must use '{}'s. 230
 Warning blocks NeedBraces 'if' construct must use '{}'s. 240
 Warning blocks NeedBraces 'if' construct must use '{}'s. 242
 Info regexp RegexpSingleline Line has trailing spaces. 251
 Error design DesignForExtension Method 'types' is not designed for extension - needs to be abstract, final or empty. 254
 Info regexp RegexpSingleline Line has trailing spaces. 260
 Error design DesignForExtension Method 'elements' is not designed for extension - needs to be abstract, final or empty. 263
 Info regexp RegexpSingleline Line has trailing spaces. 269
 Error design DesignForExtension Method 'size' is not designed for extension - needs to be abstract, final or empty. 272

org/universAAL/middleware/owl/LengthRestriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Info regexp RegexpSingleline Line has trailing spaces. 88
 Info misc FinalParameters Parameter datatypeURI should be final. 93
 Info regexp RegexpSingleline Line has trailing spaces. 99
 Error javadoc JavadocMethod Expected an @return tag. 103
 Error design DesignForExtension Method 'setLen' is not designed for extension - needs to be abstract, final or empty. 103
 Info misc FinalParameters Parameter len should be final. 103
 Warning coding HiddenField 'len' hides a field. 103
 Info regexp RegexpSingleline Line has trailing spaces. 109
 Error javadoc JavadocMethod Expected an @return tag. 113
 Error design DesignForExtension Method 'setLen' is not designed for extension - needs to be abstract, final or empty. 113
 Info misc FinalParameters Parameter len should be final. 113
 Warning coding HiddenField 'len' hides a field. 113
 Warning blocks NeedBraces 'if' construct must use '{}'s. 114
 Info sizes LineLength Line is longer than 80 characters (found 95). 118
 Info regexp RegexpSingleline Line has trailing spaces. 130
 Error javadoc JavadocMethod Expected an @return tag. 134
 Error design DesignForExtension Method 'setLen' is not designed for extension - needs to be abstract, final or empty. 134
 Info misc FinalParameters Parameter len should be final. 134
 Warning coding HiddenField 'len' hides a field. 134
 Info sizes LineLength Line is longer than 80 characters (found 108). 136
 Info sizes LineLength Line is longer than 80 characters (found 95). 139
 Info sizes LineLength Line is longer than 80 characters (found 116). 140
 Info regexp RegexpSingleline Line has trailing spaces. 151
 Error javadoc JavadocMethod Expected an @return tag. 155
 Info misc FinalParameters Parameter len should be final. 155
 Warning coding HiddenField 'len' hides a field. 155
 Warning blocks NeedBraces 'if' construct must use '{}'s. 156
 Warning blocks NeedBraces 'if' construct must use '{}'s. 158
 Info regexp RegexpSingleline Line has trailing spaces. 166
 Error javadoc JavadocMethod Expected an @return tag. 170
 Error design DesignForExtension Method 'setMin' is not designed for extension - needs to be abstract, final or empty. 170
 Info misc FinalParameters Parameter min should be final. 170
 Warning coding HiddenField 'min' hides a field. 170
 Info regexp RegexpSingleline Line has trailing spaces. 176
 Error javadoc JavadocMethod Expected an @return tag. 180
 Error design DesignForExtension Method 'setMin' is not designed for extension - needs to be abstract, final or empty. 180
 Info misc FinalParameters Parameter min should be final. 180
 Warning coding HiddenField 'min' hides a field. 180
 Warning blocks NeedBraces 'if' construct must use '{}'s. 181
 Info sizes LineLength Line is longer than 80 characters (found 95). 185
 Info regexp RegexpSingleline Line has trailing spaces. 189
 Warning blocks NeedBraces 'if' construct must use '{}'s. 191
 Info sizes LineLength Line is longer than 80 characters (found 97). 193
 Info regexp RegexpSingleline Line has trailing spaces. 200
 Info regexp RegexpSingleline Line has trailing spaces. 203
 Error javadoc JavadocMethod Expected an @return tag. 207
 Error design DesignForExtension Method 'setMin' is not designed for extension - needs to be abstract, final or empty. 207
 Info misc FinalParameters Parameter min should be final. 207
 Warning coding HiddenField 'min' hides a field. 207
 Info sizes LineLength Line is longer than 80 characters (found 112). 209
 Info sizes LineLength Line is longer than 80 characters (found 95). 212
 Info sizes LineLength Line is longer than 80 characters (found 116). 213
 Info regexp RegexpSingleline Line has trailing spaces. 224
 Error javadoc JavadocMethod Expected an @return tag. 228
 Info misc FinalParameters Parameter min should be final. 228
 Warning coding HiddenField 'min' hides a field. 228
 Warning blocks NeedBraces 'if' construct must use '{}'s. 229
 Warning blocks NeedBraces 'if' construct must use '{}'s. 231
 Info regexp RegexpSingleline Line has trailing spaces. 236
 Info regexp RegexpSingleline Line has trailing spaces. 239
 Error javadoc JavadocMethod Expected an @return tag. 243
 Error design DesignForExtension Method 'setMax' is not designed for extension - needs to be abstract, final or empty. 243
 Info misc FinalParameters Parameter max should be final. 243
 Warning coding HiddenField 'max' hides a field. 243
 Info regexp RegexpSingleline Line has trailing spaces. 249
 Error javadoc JavadocMethod Expected an @return tag. 253
 Error design DesignForExtension Method 'setMax' is not designed for extension - needs to be abstract, final or empty. 253
 Info misc FinalParameters Parameter max should be final. 253
 Warning coding HiddenField 'max' hides a field. 253
 Warning blocks NeedBraces 'if' construct must use '{}'s. 254
 Info sizes LineLength Line is longer than 80 characters (found 95). 258
 Info regexp RegexpSingleline Line has trailing spaces. 262
 Warning blocks NeedBraces 'if' construct must use '{}'s. 264
 Info sizes LineLength Line is longer than 80 characters (found 97). 266
 Info regexp RegexpSingleline Line has trailing spaces. 276
 Error javadoc JavadocMethod Expected an @return tag. 280
 Error design DesignForExtension Method 'setMax' is not designed for extension - needs to be abstract, final or empty. 280
 Info misc FinalParameters Parameter max should be final. 280
 Warning coding HiddenField 'max' hides a field. 280
 Info sizes LineLength Line is longer than 80 characters (found 112). 282
 Info sizes LineLength Line is longer than 80 characters (found 95). 285
 Info sizes LineLength Line is longer than 80 characters (found 116). 286
 Info regexp RegexpSingleline Line has trailing spaces. 297
 Error javadoc JavadocMethod Expected an @return tag. 301
 Info misc FinalParameters Parameter max should be final. 301
 Warning coding HiddenField 'max' hides a field. 301
 Warning blocks NeedBraces 'if' construct must use '{}'s. 302
 Warning blocks NeedBraces 'if' construct must use '{}'s. 304
 Info regexp RegexpSingleline Line has trailing spaces. 312
 Error design DesignForExtension Method 'getLen' is not designed for extension - needs to be abstract, final or empty. 316
 Info regexp RegexpSingleline Line has trailing spaces. 322
 Error design DesignForExtension Method 'getMin' is not designed for extension - needs to be abstract, final or empty. 326
 Info regexp RegexpSingleline Line has trailing spaces. 332
 Error design DesignForExtension Method 'getMax' is not designed for extension - needs to be abstract, final or empty. 336
 Info regexp RegexpSingleline Line has trailing spaces. 342
 Error design DesignForExtension Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. 348
 Info misc FinalParameters Parameter copy should be final. 348
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 356
 Error javadoc JavadocMethod Expected an @return tag. 362
 Error design DesignForExtension Method 'getNext' is not designed for extension - needs to be abstract, final or empty. 362
 Info misc FinalParameters Parameter c should be final. 362
 Error javadoc JavadocMethod Expected @param tag for 'c'. 362
 Error javadoc JavadocMethod Expected an @return tag. 367
 Error design DesignForExtension Method 'getPrevious' is not designed for extension - needs to be abstract, final or empty. 367
 Info misc FinalParameters Parameter c should be final. 367
 Error javadoc JavadocMethod Expected @param tag for 'c'. 367
 Info regexp RegexpSingleline Line has trailing spaces. 374
 Error design DesignForExtension Method 'getMemberLen' is not designed for extension - needs to be abstract, final or empty. 380
 Info misc FinalParameters Parameter member should be final. 380
 Warning blocks NeedBraces 'if' construct must use '{}'s. 381
 Info regexp RegexpSingleline Line has trailing spaces. 385
 Error design DesignForExtension Method 'getMemberValueToCheck' is not designed for extension - needs to be abstract, final or empty. 387
 Info misc FinalParameters Parameter member should be final. 388
 Error design DesignForExtension Method 'hasMember' is not designed for extension - needs to be abstract, final or empty. 396
 Info misc FinalParameters Parameter member should be final. 397
 Info misc FinalParameters Parameter context should be final. 397
 Info misc FinalParameters Parameter ttl should be final. 397
 Info misc FinalParameters Parameter log should be final. 398
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 399
 Warning coding HiddenField 'min' hides a field. 401
 Warning coding HiddenField 'max' hides a field. 402
 Warning blocks NeedBraces 'if' construct must use '{}'s. 408
 Warning blocks NeedBraces 'if' construct must use '{}'s. 409
 Warning blocks NeedBraces 'if' construct must use '{}'s. 412
 Error design DesignForExtension Method 'matches' is not designed for extension - needs to be abstract, final or empty. 423
 Info misc FinalParameters Parameter subset should be final. 424
 Info misc FinalParameters Parameter context should be final. 424
 Info misc FinalParameters Parameter ttl should be final. 424
 Info misc FinalParameters Parameter log should be final. 425
 Info misc TodoComment Comment matches to-do format 'TODO:'. 428
 Warning blocks NeedBraces 'if' construct must use '{}'s. 430
 Warning blocks NeedBraces 'if' construct must use '{}'s. 434
 Warning coding HiddenField 'min' hides a field. 437
 Warning coding HiddenField 'max' hides a field. 438
 Warning naming LocalVariableName Name 'other_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. 444
 Warning naming LocalVariableName Name 'other_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. 445
 Info sizes LineLength Line is longer than 80 characters (found 98). 451
 Error design DesignForExtension Method 'isDisjointWith' is not designed for extension - needs to be abstract, final or empty. 457
 Info misc FinalParameters Parameter other should be final. 458
 Info misc FinalParameters Parameter context should be final. 458
 Info misc FinalParameters Parameter ttl should be final. 459
 Info misc FinalParameters Parameter log should be final. 459
 Info sizes LineLength Line is longer than 80 characters (found 82). 463
 Error javadoc JavadocMethod Expected an @return tag. 464
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 464
 Info misc FinalParameters Parameter propURI should be final. 464
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 464
 Info misc FinalParameters Parameter o should be final. 464
 Error javadoc JavadocMethod Expected @param tag for 'o'. 464
 Warning blocks NeedBraces 'if' construct must use '{}'s. 465
 Info sizes LineLength Line is longer than 80 characters (found 81). 483
 Info sizes LineLength Line is longer than 80 characters (found 81). 485

org/universAAL/middleware/owl/LongRestriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.rdf.Variable. 23
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info misc FinalParameters Parameter min should be final. 56
 Info misc FinalParameters Parameter minInclusive should be final. 56
 Info misc FinalParameters Parameter max should be final. 56
 Info misc FinalParameters Parameter maxInclusive should be final. 57
 Info regexp RegexpSingleline Line has trailing spaces. 63
 Info misc FinalParameters Parameter min should be final. 75
 Info misc FinalParameters Parameter minInclusive should be final. 75
 Info misc FinalParameters Parameter max should be final. 75
 Info misc FinalParameters Parameter maxInclusive should be final. 76
 Info regexp RegexpSingleline Line has trailing spaces. 80
 Info regexp RegexpSingleline Line has trailing spaces. 83
 Info misc FinalParameters Parameter min should be final. 97
 Info misc FinalParameters Parameter minInclusive should be final. 97
 Info misc FinalParameters Parameter max should be final. 97
 Info misc FinalParameters Parameter maxInclusive should be final. 98
 Error javadoc JavadocMethod Expected an @return tag. 104
 Info misc FinalParameters Parameter o should be final. 104
 Error javadoc JavadocMethod Expected @param tag for 'o'. 104
 Warning blocks NeedBraces 'if' construct must use '{}'s. 105
 Error javadoc JavadocMethod Expected an @return tag. 111
 Info misc FinalParameters Parameter c should be final. 111
 Error javadoc JavadocMethod Expected @param tag for 'c'. 111
 Error javadoc JavadocMethod Expected an @return tag. 116
 Info misc FinalParameters Parameter c should be final. 116
 Error javadoc JavadocMethod Expected @param tag for 'c'. 116
 Error javadoc JavadocMethod Expected an @return tag. 121

org/universAAL/middleware/owl/ManagedIndividual.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Info misc TodoComment Comment matches to-do format 'TODO:'. 62
 Info regexp RegexpSingleline Line has trailing spaces. 89
 Info misc FinalParameters Parameter uri should be final. 93
 Info regexp RegexpSingleline Line has trailing spaces. 104
 Info misc FinalParameters Parameter uriPrefix should be final. 111
 Info misc FinalParameters Parameter numProps should be final. 111
 Warning blocks NeedBraces 'if' construct must use '{}'s. 120
 Warning blocks NeedBraces 'if' construct must use '{}'s. 124
 Info regexp RegexpSingleline Line has trailing spaces. 133
 Info misc FinalParameters Parameter supertypeURI should be final. 142
 Info misc FinalParameters Parameter subtypeURI should be final. 143
 Warning blocks NeedBraces 'if' construct must use '{}'s. 144
 Warning blocks NeedBraces 'if' construct must use '{}'s. 147
 Warning blocks NeedBraces 'if' construct must use '{}'s. 153
 Info regexp RegexpSingleline Line has trailing spaces. 163
 Info misc FinalParameters Parameter typeURI should be final. 172
 Info misc FinalParameters Parameter value should be final. 172
 Warning blocks NeedBraces 'if' construct must use '{}'s. 173
 Warning blocks NeedBraces 'if' construct must use '{}'s. 175
 Warning blocks NeedBraces 'if' construct must use '{}'s. 185
 Warning blocks NeedBraces 'if' construct must use '{}'s. 189
 Info regexp RegexpSingleline Line has trailing spaces. 199
 Error javadoc JavadocMethod Expected an @return tag. 205
 Info misc FinalParameters Parameter classURI should be final. 206
 Info misc FinalParameters Parameter propURI should be final. 206
 Warning blocks NeedBraces 'if' construct must use '{}'s. 209
 Error javadoc JavadocMethod Expected an @return tag. 221
 Info misc FinalParameters Parameter classURI should be final. 221
 Error javadoc JavadocMethod Expected @param tag for 'classURI'. 221
 Info misc FinalParameters Parameter instanceURI should be final. 222
 Error javadoc JavadocMethod Expected @param tag for 'instanceURI'. 222
 Warning blocks NeedBraces 'if' construct must use '{}'s. 226
 Error javadoc JavadocMethod Missing a Javadoc comment. 231
 Info misc FinalParameters Parameter indi should be final. 232
 Info misc TodoComment Comment matches to-do format 'TODO:'. 233
 Warning blocks NeedBraces 'if' construct must use '{}'s. 236
 Warning blocks NeedBraces 'if' construct must use '{}'s. 243
 Warning blocks NeedBraces 'for' construct must use '{}'s. 248
 Error javadoc JavadocStyle First sentence should end with a period. 254
 Info regexp RegexpSingleline Line has trailing spaces. 257
 Info misc FinalParameters Parameter classURI should be final. 262
 Warning blocks NeedBraces 'if' construct must use '{}'s. 263
 Warning blocks NeedBraces 'if' construct must use '{}'s. 268
 Info regexp RegexpSingleline Line has trailing spaces. 278
 Info misc FinalParameters Parameter o should be final. 283
 Warning blocks NeedBraces 'if' construct must use '{}'s. 285
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 290
 Error javadoc JavadocMethod Expected an @return tag. 297
 Info misc FinalParameters Parameter classURI should be final. 297
 Error javadoc JavadocMethod Expected @param tag for 'classURI'. 297
 Info sizes LineLength Line is longer than 80 characters (found 127). 302
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 302
 Info regexp RegexpSingleline Line has trailing spaces. 312
 Info misc FinalParameters Parameter classURI should be final. 320
 Info misc FinalParameters Parameter pr should be final. 320
 Warning blocks NeedBraces 'if' construct must use '{}'s. 321
 Warning blocks NeedBraces 'if' construct must use '{}'s. 324
 Warning blocks NeedBraces 'if' construct must use '{}'s. 329
 Info regexp RegexpSingleline Line has trailing spaces. 339
 Error design DesignForExtension Method 'copy' is not designed for extension - needs to be abstract, final or empty. 344
 Info misc FinalParameters Parameter isXMLLiteral should be final. 344
 Error javadoc JavadocMethod Expected @param tag for 'isXMLLiteral'. 344
 Warning blocks NeedBraces 'if' construct must use '{}'s. 346
 Info regexp RegexpSingleline Line has trailing spaces. 360
 Info regexp RegexpSingleline Line has trailing spaces. 362
 Info misc TodoComment Comment matches to-do format 'TODO:'. 365
 Info misc TodoComment Comment matches to-do format 'TODO:'. 366
 Error design DesignForExtension Method 'deepCopy' is not designed for extension - needs to be abstract, final or empty. 367
 Warning blocks NeedBraces 'if' construct must use '{}'s. 369
 Warning blocks NeedBraces 'if' construct must use '{}'s. 377
 Info regexp RegexpSingleline Line has trailing spaces. 387
 Error design DesignForExtension Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. 390
 Error javadoc JavadocMethod Expected an @return tag. 413
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 413
 Error javadoc JavadocMethod Expected an @return tag. 418
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 418
 Warning blocks NeedBraces 'if' construct must use '{}'s. 424
 Error javadoc JavadocMethod Expected an @return tag. 435
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 435
 Info misc FinalParameters Parameter propURI should be final. 435
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 435
 Info misc FinalParameters Parameter value should be final. 435
 Error javadoc JavadocMethod Expected @param tag for 'value'. 435
 Warning blocks NeedBraces 'if' construct must use '{}'s. 436
 Warning blocks NeedBraces 'if' construct must use '{}'s. 445
 Warning blocks NeedBraces 'if' construct must use '{}'s. 448
 Error javadoc JavadocMethod Expected an @return tag. 467
 Error design DesignForExtension Method 'setPropertyPathFromOffset' is not designed for extension - needs to be abstract, final or empty. 467
 Info misc FinalParameters Parameter propPath should be final. 467
 Error javadoc JavadocMethod Expected @param tag for 'propPath'. 467
 Info misc FinalParameters Parameter fromIndex should be final. 467
 Error javadoc JavadocMethod Expected @param tag for 'fromIndex'. 467
 Info misc FinalParameters Parameter value should be final. 468
 Error javadoc JavadocMethod Expected @param tag for 'value'. 468
 Info misc FinalParameters Parameter force should be final. 468
 Error javadoc JavadocMethod Expected @param tag for 'force'. 468
 Warning blocks NeedBraces 'if' construct must use '{}'s. 471
 Warning blocks NeedBraces 'if' construct must use '{}'s. 479
 Warning blocks NeedBraces 'if' construct must use '{}'s. 483
 Warning blocks NeedBraces 'if' construct must use '{}'s. 485
 Warning blocks NeedBraces 'if' construct must use '{}'s. 488
 Error javadoc JavadocMethod Expected an @return tag. 501
 Error design DesignForExtension Method 'getOntClassInfo' is not designed for extension - needs to be abstract, final or empty. 501

org/universAAL/middleware/owl/MaxCardinalityRestriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info sizes LineLength Line is longer than 80 characters (found 81). 54
 Info regexp RegexpSingleline Line has trailing spaces. 63
 Info misc FinalParameters Parameter propURI should be final. 69
 Info misc FinalParameters Parameter value should be final. 69
 Warning blocks NeedBraces 'if' construct must use '{}'s. 70
 Warning blocks NeedBraces 'if' construct must use '{}'s. 72
 Info sizes LineLength Line is longer than 80 characters (found 83). 74
 Error javadoc JavadocMethod Expected an @return tag. 90
 Error javadoc JavadocStyle First sentence should end with a period. 94
 Info regexp RegexpSingleline Line has trailing spaces. 96
 Warning blocks NeedBraces 'if' construct must use '{}'s. 102
 Error javadoc JavadocMethod Expected an @return tag. 108
 Error javadoc JavadocMethod Expected an @return tag. 116
 Info misc FinalParameters Parameter member should be final. 116
 Error javadoc JavadocMethod Expected @param tag for 'member'. 116
 Info misc FinalParameters Parameter context should be final. 116
 Error javadoc JavadocMethod Expected @param tag for 'context'. 116
 Info misc FinalParameters Parameter ttl should be final. 116
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 116
 Info misc FinalParameters Parameter log should be final. 117
 Error javadoc JavadocMethod Expected @param tag for 'log'. 117
 Warning blocks NeedBraces 'if' construct must use '{}'s. 120
 Warning blocks NeedBraces 'if' construct must use '{}'s. 125
 Warning blocks NeedBraces 'if' construct must use '{}'s. 128
 Warning blocks NeedBraces 'else' construct must use '{}'s. 130
 Info sizes LineLength Line is longer than 80 characters (found 87). 135
 Error javadoc JavadocMethod Expected an @return tag. 138
 Info misc FinalParameters Parameter other should be final. 138
 Error javadoc JavadocMethod Expected @param tag for 'other'. 138
 Info misc FinalParameters Parameter context should be final. 138
 Error javadoc JavadocMethod Expected @param tag for 'context'. 138
 Info misc FinalParameters Parameter ttl should be final. 139
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 139
 Info misc FinalParameters Parameter log should be final. 139
 Error javadoc JavadocMethod Expected @param tag for 'log'. 139
 Warning blocks NeedBraces 'if' construct must use '{}'s. 141
 Warning blocks NeedBraces 'if' construct must use '{}'s. 146
 Warning blocks NeedBraces 'if' construct must use '{}'s. 150
 Warning blocks NeedBraces 'if' construct must use '{}'s. 153
 Error javadoc JavadocMethod Expected an @return tag. 161
 Error javadoc JavadocMethod Expected an @return tag. 170
 Info misc FinalParameters Parameter subset should be final. 170
 Error javadoc JavadocMethod Expected @param tag for 'subset'. 170
 Info misc FinalParameters Parameter context should be final. 170
 Error javadoc JavadocMethod Expected @param tag for 'context'. 170
 Info misc FinalParameters Parameter ttl should be final. 170
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 170
 Info misc FinalParameters Parameter log should be final. 171
 Error javadoc JavadocMethod Expected @param tag for 'log'. 171
 Warning blocks NeedBraces 'if' construct must use '{}'s. 173
 Warning blocks NeedBraces 'if' construct must use '{}'s. 179
 Warning blocks NeedBraces 'if' construct must use '{}'s. 182
 Warning coding SimplifyBooleanReturn Conditional logic can be removed. 182
 Warning blocks NeedBraces 'else' construct must use '{}'s. 184
 Info sizes LineLength Line is longer than 80 characters (found 82). 191
 Error javadoc JavadocMethod Expected an @return tag. 192
 Info misc FinalParameters Parameter propURI should be final. 192
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 192
 Info misc FinalParameters Parameter o should be final. 192
 Error javadoc JavadocMethod Expected @param tag for 'o'. 192
 Warning blocks NeedBraces 'if' construct must use '{}'s. 193
 Info sizes LineLength Line is longer than 80 characters (found 88). 206
 Warning blocks NeedBraces 'if' construct must use '{}'s. 213

org/universAAL/middleware/owl/MergedRestriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Info sizes LineLength Line is longer than 80 characters (found 163). 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 64
 Info misc FinalParameters Parameter it should be final. 64
 Warning coding HiddenField 'it' hides a field. 64
 Error javadoc JavadocMethod Missing a Javadoc comment. 68
 Error javadoc JavadocMethod Missing a Javadoc comment. 72
 Error javadoc JavadocMethod Missing a Javadoc comment. 76
 Warning naming ConstantName Name 'allValuesFromID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 90
 Warning naming ConstantName Name 'someValuesFromID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 96
 Warning naming ConstantName Name 'hasValueID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 102
 Warning naming ConstantName Name 'minCardinalityID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 108
 Warning naming ConstantName Name 'maxCardinalityID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 114
 Warning naming ConstantName Name 'exactCardinalityID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 120
 Info misc ArrayTypeStyle Array brackets at illegal position. 130
 Warning coding MagicNumber '6' is a magic number. 130
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 137
 Warning blocks NeedBraces 'for' construct must use '{}'s. 138
 Warning coding MagicNumber '6' is a magic number. 138
 Info regexp RegexpSingleline Line has trailing spaces. 146
 Info misc FinalParameters Parameter onProperty should be final. 150
 Warning coding HiddenField 'onProperty' hides a field. 150
 Info regexp RegexpSingleline Line has trailing spaces. 157
 Info misc FinalParameters Parameter onProperty should be final. 164
 Warning coding HiddenField 'onProperty' hides a field. 164
 Info misc FinalParameters Parameter restrictions should be final. 165
 Info regexp RegexpSingleline Line has trailing spaces. 180
 Info sizes LineLength Line is longer than 80 characters (found 83). 186
 Info misc FinalParameters Parameter propURI should be final. 186
 Warning blocks NeedBraces 'if' construct must use '{}'s. 187
 Info regexp RegexpSingleline Line has trailing spaces. 203
 Info misc FinalParameters Parameter propURI should be final. 213
 Info misc FinalParameters Parameter value should be final. 214
 Warning blocks NeedBraces 'if' construct must use '{}'s. 215
 Warning blocks NeedBraces 'if' construct must use '{}'s. 218
 Info regexp RegexpSingleline Line has trailing spaces. 241
 Info misc FinalParameters Parameter propURI should be final. 251
 Info misc FinalParameters Parameter min should be final. 252
 Info misc FinalParameters Parameter max should be final. 252
 Warning blocks NeedBraces 'if' construct must use '{}'s. 253
 Info sizes LineLength Line is longer than 80 characters (found 105). 260
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 260
 Info sizes LineLength Line is longer than 80 characters (found 125). 261
 Info sizes LineLength Line is longer than 80 characters (found 105). 270
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 270
 Info sizes LineLength Line is longer than 80 characters (found 155). 271
 Warning blocks NeedBraces 'if' construct must use '{}'s. 281
 Warning blocks NeedBraces 'if' construct must use '{}'s. 283
 Info regexp RegexpSingleline Line has trailing spaces. 307
 Info misc FinalParameters Parameter propURI should be final. 320
 Info misc FinalParameters Parameter typeURI should be final. 320
 Info misc FinalParameters Parameter min should be final. 320
 Info misc FinalParameters Parameter max should be final. 320
 Warning blocks NeedBraces 'if' construct must use '{}'s. 321
 Warning blocks NeedBraces 'if' construct must use '{}'s. 326
 Warning blocks NeedBraces 'if' construct must use '{}'s. 328
 Info sizes LineLength Line is longer than 80 characters (found 105). 337
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 337
 Info sizes LineLength Line is longer than 80 characters (found 114). 340
 Info regexp RegexpSingleline Line has trailing spaces. 365
 Info misc FinalParameters Parameter propURI should be final. 378
 Info misc FinalParameters Parameter expr should be final. 378
 Info misc FinalParameters Parameter min should be final. 378
 Info misc FinalParameters Parameter max should be final. 378
 Warning blocks NeedBraces 'if' construct must use '{}'s. 379
 Warning blocks NeedBraces 'if' construct must use '{}'s. 383
 Info regexp RegexpSingleline Line has trailing spaces. 400
 Info misc FinalParameters Parameter propURI should be final. 408
 Info misc FinalParameters Parameter typeURI should be final. 409
 Warning blocks NeedBraces 'if' construct must use '{}'s. 410
 Warning blocks NeedBraces 'if' construct must use '{}'s. 415
 Warning blocks NeedBraces 'if' construct must use '{}'s. 417
 Info sizes LineLength Line is longer than 80 characters (found 105). 426
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 426
 Info sizes LineLength Line is longer than 80 characters (found 114). 429
 Info regexp RegexpSingleline Line has trailing spaces. 448
 Info misc FinalParameters Parameter propURI should be final. 456
 Info misc FinalParameters Parameter expr should be final. 457
 Warning blocks NeedBraces 'if' construct must use '{}'s. 458
 Info regexp RegexpSingleline Line has trailing spaces. 471
 Info misc FinalParameters Parameter o should be final. 478
 Info sizes LineLength Line is longer than 80 characters (found 116). 485
 Warning blocks NeedBraces 'if' construct must use '{}'s. 494
 Warning coding InnerAssignment Inner assignments should be avoided. 496
 Warning blocks NeedBraces 'for' construct must use '{}'s. 522
 Info regexp RegexpSingleline Line has trailing spaces. 531
 Warning blocks NeedBraces 'if' construct must use '{}'s. 536
 Warning blocks NeedBraces 'if' construct must use '{}'s. 539
 Info regexp RegexpSingleline Line has trailing spaces. 550
 Warning blocks NeedBraces 'if' construct must use '{}'s. 555
 Warning blocks NeedBraces 'if' construct must use '{}'s. 558
 Info regexp RegexpSingleline Line has trailing spaces. 569
 Info misc FinalParameters Parameter id should be final. 574
 Warning blocks NeedBraces 'if' construct must use '{}'s. 575
 Info regexp RegexpSingleline Line has trailing spaces. 585
 Info misc FinalParameters Parameter onProperty should be final. 592
 Warning coding HiddenField 'onProperty' hides a field. 592
 Info misc FinalParameters Parameter restrictions should be final. 593
 Warning blocks NeedBraces 'if' construct must use '{}'s. 594
 Info regexp RegexpSingleline Line has trailing spaces. 611
 Info regexp RegexpSingleline Line has trailing spaces. 620
 Info misc FinalParameters Parameter id should be final. 624
 Warning coding HiddenField 'index' hides a field. 625
 Warning blocks NeedBraces 'if' construct must use '{}'s. 626
 Warning blocks NeedBraces 'for' construct must use '{}'s. 633
 Warning blocks NeedBraces 'if' construct must use '{}'s. 634
 Info regexp RegexpSingleline Line has trailing spaces. 640
 Info misc FinalParameters Parameter id should be final. 645
 Warning blocks NeedBraces 'if' construct must use '{}'s. 646
 Info regexp RegexpSingleline Line has trailing spaces. 658
 Info misc FinalParameters Parameter res should be final. 667
 Info regexp RegexpSingleline Line has trailing spaces. 679
 Info misc FinalParameters Parameter res should be final. 688
 Warning blocks NeedBraces 'if' construct must use '{}'s. 694
 Warning blocks NeedBraces 'if' construct must use '{}'s. 700
 Info sizes LineLength Line is longer than 80 characters (found 160). 702
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 711
 Info sizes LineLength Line is longer than 80 characters (found 113). 713
 Warning coding MissingSwitchDefault switch without "default" clause. 725
 Warning blocks NeedBraces 'if' construct must use '{}'s. 734
 Info sizes LineLength Line is longer than 80 characters (found 131). 739
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 739
 Warning blocks NeedBraces 'else' construct must use '{}'s. 741
 Info sizes LineLength Line is longer than 80 characters (found 139). 746
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 746
 Warning blocks NeedBraces 'if' construct must use '{}'s. 753
 Info sizes LineLength Line is longer than 80 characters (found 122). 772
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 772
 Warning blocks NeedBraces 'if' construct must use '{}'s. 778
 Warning blocks NeedBraces 'if' construct must use '{}'s. 801
 Info sizes LineLength Line is longer than 80 characters (found 93). 803
 Warning blocks NeedBraces 'if' construct must use '{}'s. 819
 Info sizes LineLength Line is longer than 80 characters (found 97). 822
 Info regexp RegexpSingleline Line has trailing spaces. 844
 Info misc FinalParameters Parameter r should be final. 850
 Warning blocks NeedBraces 'for' construct must use '{}'s. 852
 Info regexp RegexpSingleline Line has trailing spaces. 860
 Info misc FinalParameters Parameter res should be final. 865
 Warning blocks NeedBraces 'if' construct must use '{}'s. 867
 Warning blocks NeedBraces 'if' construct must use '{}'s. 869
 Warning blocks NeedBraces 'if' construct must use '{}'s. 871
 Warning blocks NeedBraces 'if' construct must use '{}'s. 873
 Warning blocks NeedBraces 'if' construct must use '{}'s. 875
 Warning blocks NeedBraces 'if' construct must use '{}'s. 877
 Warning blocks NeedBraces 'else' construct must use '{}'s. 879
 Warning blocks NeedBraces 'if' construct must use '{}'s. 895
 Warning blocks NeedBraces 'if' construct must use '{}'s. 900
 Info sizes LineLength Line is longer than 80 characters (found 81). 903
 Warning blocks NeedBraces 'if' construct must use '{}'s. 906
 Error javadoc JavadocMethod Expected an @return tag. 914
 Info sizes LineLength Line is longer than 80 characters (found 86). 915
 Warning blocks NeedBraces 'for' construct must use '{}'s. 916
 Info regexp RegexpSingleline Line has trailing spaces. 924
 Info misc FinalParameters Parameter min should be final. 931
 Info misc FinalParameters Parameter max should be final. 931
 Warning blocks NeedBraces 'if' construct must use '{}'s. 932
 Info regexp RegexpSingleline Line has trailing spaces. 945
 Info misc FinalParameters Parameter onProp should be final. 952
 Warning blocks NeedBraces 'for' construct must use '{}'s. 954
 Error javadoc JavadocMethod Expected an @return tag. 962
 Warning blocks NeedBraces 'for' construct must use '{}'s. 963
 Warning blocks NeedBraces 'if' construct must use '{}'s. 964
 Info sizes LineLength Line is longer than 80 characters (found 82). 969
 Error javadoc JavadocMethod Expected an @return tag. 970
 Info misc FinalParameters Parameter propURI should be final. 970
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 970
 Info misc FinalParameters Parameter value should be final. 970
 Error javadoc JavadocMethod Expected @param tag for 'value'. 970
 Error javadoc JavadocMethod Expected an @return tag. 1000
 Info regexp RegexpSingleline Line has trailing spaces. 1011
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1017
 Info regexp RegexpSingleline Line has trailing spaces. 1036
 Info regexp RegexpSingleline Line has trailing spaces. 1046
 Info misc FinalParameters Parameter root should be final. 1071
 Info misc FinalParameters Parameter path should be final. 1071
 Info sizes LineLength Line is longer than 80 characters (found 107). 1081
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 1082
 Info sizes LineLength Line is longer than 80 characters (found 178). 1091
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1091
 Info sizes LineLength Line is longer than 80 characters (found 82). 1100
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1100
 Info sizes LineLength Line is longer than 80 characters (found 213). 1101
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1105
 Info sizes LineLength Line is longer than 80 characters (found 117). 1127
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1127
 Info sizes LineLength Line is longer than 80 characters (found 143). 1128
 Info sizes LineLength Line is longer than 80 characters (found 97). 1129
 Info sizes LineLength Line is longer than 80 characters (found 335). 1152
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1152
 Warning blocks NeedBraces 'for' construct must use '{}'s. 1160
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1182
 Warning blocks NeedBraces 'for' construct must use '{}'s. 1192
 Error javadoc JavadocStyle First sentence should end with a period. 1198
 Info regexp RegexpSingleline Line has trailing spaces. 1201
 Info misc FinalParameters Parameter path should be final. 1207
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1208
 Warning blocks NeedBraces 'for' construct must use '{}'s. 1213
 Error javadoc JavadocMethod Missing a Javadoc comment. 1218
 Info misc FinalParameters Parameter pathElement should be final. 1218
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1230
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1235
 Info regexp RegexpSingleline Line has trailing spaces. 1253
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1260
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1266
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 1271
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1276
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 1281
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1281
 Info regexp RegexpSingleline Line has trailing spaces. 1291
 Info misc FinalParameters Parameter other should be final. 1307
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1309
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1312
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1316
 Info regexp RegexpSingleline Line has trailing spaces. 1328
 Info misc FinalParameters Parameter o should be final. 1333
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1336
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1338

org/universAAL/middleware/owl/MinCardinalityRestriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info sizes LineLength Line is longer than 80 characters (found 81). 54
 Info regexp RegexpSingleline Line has trailing spaces. 63
 Info misc FinalParameters Parameter propURI should be final. 69
 Info misc FinalParameters Parameter value should be final. 69
 Warning blocks NeedBraces 'if' construct must use '{}'s. 70
 Warning blocks NeedBraces 'if' construct must use '{}'s. 72
 Info sizes LineLength Line is longer than 80 characters (found 83). 74
 Error javadoc JavadocMethod Expected an @return tag. 90
 Error javadoc JavadocStyle First sentence should end with a period. 94
 Info regexp RegexpSingleline Line has trailing spaces. 96
 Warning blocks NeedBraces 'if' construct must use '{}'s. 102
 Error javadoc JavadocMethod Expected an @return tag. 108
 Error javadoc JavadocMethod Expected an @return tag. 116
 Info misc FinalParameters Parameter member should be final. 116
 Error javadoc JavadocMethod Expected @param tag for 'member'. 116
 Info misc FinalParameters Parameter context should be final. 116
 Error javadoc JavadocMethod Expected @param tag for 'context'. 116
 Info misc FinalParameters Parameter ttl should be final. 116
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 116
 Info misc FinalParameters Parameter log should be final. 117
 Error javadoc JavadocMethod Expected @param tag for 'log'. 117
 Warning blocks NeedBraces 'if' construct must use '{}'s. 120
 Warning blocks NeedBraces 'if' construct must use '{}'s. 125
 Warning blocks NeedBraces 'if' construct must use '{}'s. 128
 Warning blocks NeedBraces 'else' construct must use '{}'s. 130
 Info sizes LineLength Line is longer than 80 characters (found 87). 135
 Error javadoc JavadocMethod Expected an @return tag. 138
 Info misc FinalParameters Parameter other should be final. 138
 Error javadoc JavadocMethod Expected @param tag for 'other'. 138
 Info misc FinalParameters Parameter context should be final. 138
 Error javadoc JavadocMethod Expected @param tag for 'context'. 138
 Info misc FinalParameters Parameter ttl should be final. 139
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 139
 Info misc FinalParameters Parameter log should be final. 139
 Error javadoc JavadocMethod Expected @param tag for 'log'. 139
 Warning blocks NeedBraces 'if' construct must use '{}'s. 141
 Warning blocks NeedBraces 'if' construct must use '{}'s. 146
 Warning blocks NeedBraces 'if' construct must use '{}'s. 150
 Warning blocks NeedBraces 'if' construct must use '{}'s. 153
 Error javadoc JavadocMethod Expected an @return tag. 161
 Error javadoc JavadocMethod Expected an @return tag. 170
 Info misc FinalParameters Parameter subset should be final. 170
 Error javadoc JavadocMethod Expected @param tag for 'subset'. 170
 Info misc FinalParameters Parameter context should be final. 170
 Error javadoc JavadocMethod Expected @param tag for 'context'. 170
 Info misc FinalParameters Parameter ttl should be final. 170
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 170
 Info misc FinalParameters Parameter log should be final. 171
 Error javadoc JavadocMethod Expected @param tag for 'log'. 171
 Warning blocks NeedBraces 'if' construct must use '{}'s. 173
 Warning blocks NeedBraces 'if' construct must use '{}'s. 179
 Warning blocks NeedBraces 'if' construct must use '{}'s. 182
 Warning coding SimplifyBooleanReturn Conditional logic can be removed. 182
 Warning blocks NeedBraces 'else' construct must use '{}'s. 184
 Info sizes LineLength Line is longer than 80 characters (found 82). 191
 Error javadoc JavadocMethod Expected an @return tag. 192
 Info misc FinalParameters Parameter propURI should be final. 192
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 192
 Info misc FinalParameters Parameter o should be final. 192
 Error javadoc JavadocMethod Expected @param tag for 'o'. 192
 Warning blocks NeedBraces 'if' construct must use '{}'s. 193
 Info sizes LineLength Line is longer than 80 characters (found 88). 206
 Warning blocks NeedBraces 'if' construct must use '{}'s. 213

org/universAAL/middleware/owl/ObjectProperty.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - java.util.List. 22
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info sizes LineLength Line is longer than 80 characters (found 163). 40
 Info sizes LineLength Line is longer than 80 characters (found 88). 48
 Info sizes LineLength Line is longer than 80 characters (found 81). 56
 Info modifier RedundantModifier Redundant 'public' modifier. 103
 Info misc FinalParameters Parameter prop should be final. 103
 Error javadoc JavadocMethod Expected @param tag for 'prop'. 103
 Info misc FinalParameters Parameter _inverseOf should be final. 108
 Error javadoc JavadocMethod Expected @param tag for '_inverseOf'. 108
 Warning naming ParameterName Name '_inverseOf' must match pattern '^[a-z][a-zA-Z0-9]*$'. 108
 Info misc FinalParameters Parameter uri should be final. 161
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 161
 Info misc FinalParameters Parameter info should be final. 161
 Error javadoc JavadocMethod Expected @param tag for 'info'. 161
 Info regexp RegexpSingleline Line has trailing spaces. 170
 Info sizes LineLength Line is longer than 80 characters (found 81). 177
 Info misc FinalParameters Parameter propURI should be final. 177
 Info misc FinalParameters Parameter info should be final. 177
 Info regexp RegexpSingleline Line has trailing spaces. 184
 Error javadoc JavadocMethod Expected an @return tag. 187
 Info misc TodoComment Comment matches to-do format 'TODO:'. 188
 Info regexp RegexpSingleline Line has trailing spaces. 193
 Error javadoc JavadocMethod Expected an @return tag. 196
 Info regexp RegexpSingleline Line has trailing spaces. 202
 Error javadoc JavadocMethod Expected an @return tag. 205
 Info regexp RegexpSingleline Line has trailing spaces. 211
 Error javadoc JavadocMethod Expected an @return tag. 214
 Info regexp RegexpSingleline Line has trailing spaces. 220
 Error javadoc JavadocMethod Expected an @return tag. 223
 Info regexp RegexpSingleline Line has trailing spaces. 229
 Error javadoc JavadocMethod Expected an @return tag. 232
 Info regexp RegexpSingleline Line has trailing spaces. 238
 Error javadoc JavadocMethod Expected an @return tag. 241
 Info misc FinalParameters Parameter propURI should be final. 246
 Info misc FinalParameters Parameter value should be final. 246
 Warning blocks NeedBraces 'if' construct must use '{}'s. 248
 Warning blocks NeedBraces 'if' construct must use '{}'s. 250
 Warning blocks NeedBraces 'if' construct must use '{}'s. 252
 Warning blocks NeedBraces 'if' construct must use '{}'s. 254
 Warning blocks NeedBraces 'if' construct must use '{}'s. 256
 Warning blocks NeedBraces 'if' construct must use '{}'s. 258

org/universAAL/middleware/owl/ObjectPropertySetup.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Info modifier RedundantModifier Redundant 'public' modifier. 56
 Info modifier RedundantModifier Redundant 'public' modifier. 65
 Info modifier RedundantModifier Redundant 'public' modifier. 76
 Info regexp RegexpSingleline Line has trailing spaces. 91
 Info modifier RedundantModifier Redundant 'public' modifier. 94
 Info regexp RegexpSingleline Line has trailing spaces. 101
 Info modifier RedundantModifier Redundant 'public' modifier. 104
 Info regexp RegexpSingleline Line has trailing spaces. 110
 Info modifier RedundantModifier Redundant 'public' modifier. 113
 Info regexp RegexpSingleline Line has trailing spaces. 120
 Info modifier RedundantModifier Redundant 'public' modifier. 123

org/universAAL/middleware/owl/OntClassInfo.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info sizes LineLength Line is longer than 80 characters (found 163). 52
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Info sizes LineLength Line is longer than 80 characters (found 106). 68
 Info sizes LineLength Line is longer than 80 characters (found 83). 75
 Info regexp RegexpSingleline Line has trailing spaces. 79
 Info sizes LineLength Line is longer than 80 characters (found 90). 83
 Info regexp RegexpSingleline Line has trailing spaces. 87
 Info sizes LineLength Line is longer than 80 characters (found 88). 91
 Info regexp RegexpSingleline Line has trailing spaces. 95
 Info regexp RegexpSingleline Line has trailing spaces. 102
 Info regexp RegexpSingleline Line has trailing spaces. 125
 Info modifier RedundantModifier Redundant 'public' modifier. 142
 Info misc FinalParameters Parameter info should be final. 142
 Warning coding HiddenField 'info' hides a field. 142
 Error javadoc JavadocMethod Expected @param tag for 'info'. 142
 Error javadoc JavadocMethod Expected an @return tag. 148
 Info misc FinalParameters Parameter propURI should be final. 148
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 148
 Warning blocks NeedBraces 'if' construct must use '{}'s. 149
 Error javadoc JavadocMethod Expected an @return tag. 160
 Info misc FinalParameters Parameter propURI should be final. 160
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 160
 Warning blocks NeedBraces 'if' construct must use '{}'s. 161
 Info misc FinalParameters Parameter r should be final. 172
 Error javadoc JavadocMethod Expected @param tag for 'r'. 172
 Warning blocks NeedBraces 'if' construct must use '{}'s. 173
 Warning blocks NeedBraces 'if' construct must use '{}'s. 175
 Warning blocks NeedBraces 'if' construct must use '{}'s. 181
 Info misc FinalParameters Parameter instance should be final. 202
 Error javadoc JavadocMethod Expected @param tag for 'instance'. 202
 Error javadoc JavadocMethod Expected @throws tag for 'UnsupportedOperationException'. 203
 Warning blocks NeedBraces 'if' construct must use '{}'s. 204
 Info sizes LineLength Line is longer than 80 characters (found 91). 206
 Info sizes LineLength Line is longer than 80 characters (found 89). 219
 Info sizes LineLength Line is longer than 80 characters (found 183). 231
 Info misc FinalParameters Parameter individuals should be final. 238
 Error javadoc JavadocMethod Expected @param tag for 'individuals'. 238
 Warning blocks NeedBraces 'if' construct must use '{}'s. 239
 Warning blocks NeedBraces 'for' construct must use '{}'s. 241
 Info misc FinalParameters Parameter eq should be final. 250
 Error javadoc JavadocMethod Expected @param tag for 'eq'. 250
 Warning blocks NeedBraces 'if' construct must use '{}'s. 251
 Info misc FinalParameters Parameter dj should be final. 257
 Error javadoc JavadocMethod Expected @param tag for 'dj'. 257
 Info misc FinalParameters Parameter complement should be final. 262
 Error javadoc JavadocMethod Expected @param tag for 'complement'. 262
 Error javadoc JavadocType Missing a Javadoc comment. 267
 Error javadoc JavadocVariable Missing a Javadoc comment. 268
 Error design VisibilityModifier Variable 'info' must be private and have accessor methods. 268
 Error javadoc JavadocMethod Missing a Javadoc comment. 270
 Info misc FinalParameters Parameter info should be final. 270
 Warning coding HiddenField 'info' hides a field. 270
 Info misc FinalParameters Parameter extenderInfo should be final. 278
 Error javadoc JavadocMethod Expected @param tag for 'extenderInfo'. 278
 Info misc FinalParameters Parameter extenderInfo should be final. 286
 Error javadoc JavadocMethod Expected @param tag for 'extenderInfo'. 286
 Warning blocks NeedBraces 'for' construct must use '{}'s. 293
 Error javadoc JavadocMethod Missing a Javadoc comment. 309
 Error javadoc JavadocMethod Expected an @return tag. 314
 Info misc FinalParameters Parameter info should be final. 338
 Warning coding HiddenField 'info' hides a field. 338
 Error javadoc JavadocMethod Expected @param tag for 'info'. 338
 Warning blocks NeedBraces 'while' construct must use '{}'s. 342
 Warning blocks NeedBraces 'while' construct must use '{}'s. 346
 Warning blocks NeedBraces 'if' construct must use '{}'s. 353
 Warning blocks NeedBraces 'else' construct must use '{}'s. 355
 Warning blocks NeedBraces 'while' construct must use '{}'s. 360
 Warning blocks NeedBraces 'while' construct must use '{}'s. 365
 Warning blocks NeedBraces 'while' construct must use '{}'s. 369
 Warning blocks NeedBraces 'while' construct must use '{}'s. 373
 Warning blocks NeedBraces 'if' construct must use '{}'s. 380
 Info regexp RegexpSingleline Line has trailing spaces. 387
 Info misc FinalParameters Parameter classURI should be final. 400
 Info misc FinalParameters Parameter ont should be final. 400
 Info misc FinalParameters Parameter factory should be final. 401
 Info misc FinalParameters Parameter factoryIndex should be final. 401
 Info regexp RegexpSingleline Line has trailing spaces. 414
 Info misc FinalParameters Parameter classURI should be final. 428
 Info misc FinalParameters Parameter ont should be final. 428
 Info misc FinalParameters Parameter factory should be final. 429
 Info misc FinalParameters Parameter factoryIndex should be final. 429
 Warning blocks NeedBraces 'if' construct must use '{}'s. 430
 Warning blocks NeedBraces 'if' construct must use '{}'s. 432
 Info sizes LineLength Line is longer than 80 characters (found 96). 434
 Error javadoc JavadocMethod Expected an @return tag. 441
 Info misc FinalParameters Parameter uri should be final. 441
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 441
 Warning blocks NeedBraces 'if' construct must use '{}'s. 442
 Error javadoc JavadocMethod Expected an @return tag. 448
 Info misc FinalParameters Parameter permissionCheck should be final. 448
 Error javadoc JavadocMethod Expected @param tag for 'permissionCheck'. 448
 Warning blocks NeedBraces 'if' construct must use '{}'s. 449
 Info sizes LineLength Line is longer than 80 characters (found 93). 451
 Error javadoc JavadocMethod Expected an @return tag. 460
 Error javadoc JavadocMethod Expected an @return tag. 471
 Error javadoc JavadocMethod Expected an @return tag. 480
 Info misc FinalParameters Parameter propURI should be final. 480
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 480
 Info regexp RegexpSingleline Line has trailing spaces. 486
 Info misc FinalParameters Parameter propURI should be final. 491
 Warning blocks NeedBraces 'if' construct must use '{}'s. 495
 Warning blocks NeedBraces 'if' construct must use '{}'s. 506
 Error javadoc JavadocMethod Expected an @return tag. 514
 Error javadoc JavadocMethod Expected an @return tag. 519
 Info misc FinalParameters Parameter propURI should be final. 519
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 519
 Info misc FinalParameters Parameter value should be final. 519
 Error javadoc JavadocMethod Expected @param tag for 'value'. 519
 Warning blocks NeedBraces 'if' construct must use '{}'s. 520

org/universAAL/middleware/owl/OntClassInfoSetup.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.rdf.RDFClassInfo. 22
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info modifier RedundantModifier Redundant 'public' modifier. 47
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Info modifier RedundantModifier Redundant 'public' modifier. 58
 Info regexp RegexpSingleline Line has trailing spaces. 63
 Info modifier RedundantModifier Redundant 'public' modifier. 69
 Info regexp RegexpSingleline Line has trailing spaces. 73
 Info modifier RedundantModifier Redundant 'public' modifier. 77
 Info regexp RegexpSingleline Line has trailing spaces. 83
 Info modifier RedundantModifier Redundant 'public' modifier. 87
 Info regexp RegexpSingleline Line has trailing spaces. 93
 Info modifier RedundantModifier Redundant 'public' modifier. 97
 Info regexp RegexpSingleline Line has trailing spaces. 103
 Info modifier RedundantModifier Redundant 'public' modifier. 107
 Info regexp RegexpSingleline Line has trailing spaces. 113
 Info modifier RedundantModifier Redundant 'public' modifier. 117

org/universAAL/middleware/owl/Ontology.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info regexp RegexpSingleline Line has trailing spaces. 55
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Info regexp RegexpSingleline Line has trailing spaces. 74
 Info sizes LineLength Line is longer than 80 characters (found 96). 82
 Info regexp RegexpSingleline Line has trailing spaces. 92
 Info sizes LineLength Line is longer than 80 characters (found 99). 99
 Info regexp RegexpSingleline Line has trailing spaces. 102
 Info regexp RegexpSingleline Line has trailing spaces. 109
 Info sizes LineLength Line is longer than 80 characters (found 82). 120
 Info regexp RegexpSingleline Line has trailing spaces. 130
 Error javadoc JavadocType Missing a Javadoc comment. 178
 Error javadoc JavadocMethod Missing a Javadoc comment. 179
 Info modifier RedundantModifier Redundant 'public' modifier. 179
 Info misc FinalParameters Parameter ontURI should be final. 179
 Error javadoc JavadocMethod Missing a Javadoc comment. 183
 Info misc FinalParameters Parameter propURI should be final. 183
 Warning blocks NeedBraces 'if' construct must use '{}'s. 184
 Info regexp RegexpSingleline Line has trailing spaces. 192
 Info misc FinalParameters Parameter ontURI should be final. 197
 Warning blocks NeedBraces 'if' construct must use '{}'s. 199
 Info regexp RegexpSingleline Line has trailing spaces. 210
 Info misc FinalParameters Parameter ontURI should be final. 216
 Warning blocks NeedBraces 'if' construct must use '{}'s. 217
 Warning blocks NeedBraces 'if' construct must use '{}'s. 221
 Warning blocks NeedBraces 'if' construct must use '{}'s. 225
 Info regexp RegexpSingleline Line has trailing spaces. 233
 Error design DesignForExtension Method 'addImport' is not designed for extension - needs to be abstract, final or empty. 239
 Info misc FinalParameters Parameter ontURI should be final. 239
 Warning coding InnerAssignment Inner assignments should be avoided. 240
 Info sizes LineLength Line is longer than 80 characters (found 98). 241
 Info sizes LineLength Line is longer than 80 characters (found 116). 242
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 242
 Warning blocks NeedBraces 'if' construct must use '{}'s. 247
 Error javadoc JavadocMethod Expected an @return tag. 262
 Error design DesignForExtension Method 'getInfo' is not designed for extension - needs to be abstract, final or empty. 262
 Info sizes LineLength Line is longer than 80 characters (found 103). 268
 Error javadoc JavadocMethod Expected an @return tag. 274
 Info misc FinalParameters Parameter uri should be final. 274
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 274
 Warning blocks NeedBraces 'if' construct must use '{}'s. 275
 Info regexp RegexpSingleline Line has trailing spaces. 282
 Error design DesignForExtension Method 'hasOntClass' is not designed for extension - needs to be abstract, final or empty. 287
 Info misc FinalParameters Parameter classURI should be final. 287
 Warning blocks NeedBraces 'if' construct must use '{}'s. 288
 Info regexp RegexpSingleline Line has trailing spaces. 295
 Error javadoc JavadocMethod Expected an @return tag. 298
 Info regexp RegexpSingleline Line has trailing spaces. 310
 Error javadoc JavadocMethod Expected an @return tag. 313
 Info regexp RegexpSingleline Line has trailing spaces. 322
 Error design DesignForExtension Method 'createNewRDFClassInfo' is not designed for extension - needs to be abstract, final or empty. 331
 Info misc FinalParameters Parameter classURI should be final. 331
 Info misc FinalParameters Parameter fac should be final. 332
 Info misc FinalParameters Parameter factoryIndex should be final. 332
 Warning blocks NeedBraces 'if' construct must use '{}'s. 333
 Warning coding HiddenField 'info' hides a field. 343
 Info regexp RegexpSingleline Line has trailing spaces. 358
 Error design DesignForExtension Method 'createNewAbstractOntClassInfo' is not designed for extension - needs to be abstract, final or empty. 364
 Info misc FinalParameters Parameter classURI should be final. 364
 Info regexp RegexpSingleline Line has trailing spaces. 372
 Error design DesignForExtension Method 'createNewOntClassInfo' is not designed for extension - needs to be abstract, final or empty. 380
 Info misc FinalParameters Parameter classURI should be final. 380
 Info misc FinalParameters Parameter fac should be final. 381
 Info regexp RegexpSingleline Line has trailing spaces. 387
 Error design DesignForExtension Method 'createNewOntClassInfo' is not designed for extension - needs to be abstract, final or empty. 397
 Info misc FinalParameters Parameter classURI should be final. 397
 Info misc FinalParameters Parameter fac should be final. 398
 Info misc FinalParameters Parameter factoryIndex should be final. 398
 Warning blocks NeedBraces 'if' construct must use '{}'s. 399
 Warning coding HiddenField 'info' hides a field. 402
 Info regexp RegexpSingleline Line has trailing spaces. 427
 Error design DesignForExtension Method 'extendExistingOntClassInfo' is not designed for extension - needs to be abstract, final or empty. 432
 Info misc FinalParameters Parameter classURI should be final. 432
 Warning blocks NeedBraces 'if' construct must use '{}'s. 433
 Warning coding HiddenField 'info' hides a field. 436
 Info regexp RegexpSingleline Line has trailing spaces. 449
 Info modifier RedundantModifier Redundant 'final' modifier. 458
 Info misc FinalParameters Parameter classURI should be final. 458
 Info misc FinalParameters Parameter fac should be final. 459
 Info misc FinalParameters Parameter factoryIndex should be final. 459
 Warning blocks NeedBraces 'if' construct must use '{}'s. 460
 Error javadoc JavadocMethod Expected an @return tag. 476
 Error design DesignForExtension Method 'getResourceList' is not designed for extension - needs to be abstract, final or empty. 476
 Warning coding HiddenField 'info' hides a field. 481
 Warning blocks NeedBraces 'if' construct must use '{}'s. 486
 Info regexp RegexpSingleline Line has trailing spaces. 491
 Warning coding HiddenField 'info' hides a field. 494
 Warning blocks NeedBraces 'if' construct must use '{}'s. 499
 Warning coding HiddenField 'info' hides a field. 506
 Error design DesignForExtension Method 'lock' is not designed for extension - needs to be abstract, final or empty. 522
 Warning blocks NeedBraces 'while' construct must use '{}'s. 529
 Warning blocks NeedBraces 'while' construct must use '{}'s. 534
 Warning blocks NeedBraces 'while' construct must use '{}'s. 539
 Info misc TodoComment Comment matches to-do format 'TODO:'. 543

org/universAAL/middleware/owl/OntologyManagement.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info sizes LineLength Line is longer than 80 characters (found 82). 49
 Info sizes LineLength Line is longer than 80 characters (found 81). 58
 Info regexp RegexpSingleline Line has trailing spaces. 80
 Info sizes LineLength Line is longer than 80 characters (found 92). 94
 Info regexp RegexpSingleline Line has trailing spaces. 99
 Info sizes LineLength Line is longer than 80 characters (found 105). 102
 Info regexp RegexpSingleline Line has trailing spaces. 107
 Info sizes LineLength Line is longer than 80 characters (found 105). 110
 Info sizes LineLength Line is longer than 80 characters (found 110). 116
 Info sizes LineLength Line is longer than 80 characters (found 87). 125
 Info sizes LineLength Line is longer than 80 characters (found 96). 137
 Error javadoc JavadocVariable Missing a Javadoc comment. 141
 Info sizes LineLength Line is longer than 80 characters (found 86). 147
 Info sizes LineLength Line is longer than 80 characters (found 100). 151
 Error javadoc JavadocVariable Missing a Javadoc comment. 151
 Info regexp RegexpSingleline Line has trailing spaces. 152
 Error javadoc JavadocVariable Missing a Javadoc comment. 157
 Error javadoc JavadocVariable Missing a Javadoc comment. 158
 Error javadoc JavadocMethod Missing a Javadoc comment. 160
 Info misc FinalParameters Parameter factory should be final. 160
 Warning coding HiddenField 'factory' hides a field. 160
 Info misc FinalParameters Parameter factoryIndex should be final. 160
 Warning coding HiddenField 'factoryIndex' hides a field. 160
 Info sizes LineLength Line is longer than 80 characters (found 99). 170
 Info sizes LineLength Line is longer than 80 characters (found 83). 174
 Info regexp RegexpSingleline Line has trailing spaces. 188
 Info regexp RegexpSingleline Line has trailing spaces. 197
 Info misc FinalParameters Parameter ont should be final. 201
 Warning blocks NeedBraces 'if' construct must use '{}'s. 207
 Error javadoc JavadocMethod Missing a Javadoc comment. 214
 Info misc FinalParameters Parameter info should be final. 215
 Info regexp RegexpSingleline Line has trailing spaces. 225
 Info sizes MethodLength Method length is 157 lines (max allowed is 150). 230
 Info misc FinalParameters Parameter mc should be final. 230
 Error javadoc JavadocMethod Expected @param tag for 'mc'. 230
 Info misc FinalParameters Parameter ont should be final. 230
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 253
 Info sizes LineLength Line is longer than 80 characters (found 100). 254
 Info sizes LineLength Line is longer than 80 characters (found 81). 269
 Info sizes LineLength Line is longer than 80 characters (found 85). 277
 Info sizes LineLength Line is longer than 80 characters (found 98). 279
 Info sizes LineLength Line is longer than 80 characters (found 94). 282
 Info sizes LineLength Line is longer than 80 characters (found 95). 304
 Info sizes LineLength Line is longer than 80 characters (found 99). 309
 Warning blocks NeedBraces 'for' construct must use '{}'s. 315
 Warning blocks NeedBraces 'if' construct must use '{}'s. 320
 Info misc ArrayTypeStyle Array brackets at illegal position. 327
 Warning blocks NeedBraces 'for' construct must use '{}'s. 342
 Warning blocks NeedBraces 'if' construct must use '{}'s. 347
 Warning blocks NeedBraces 'if' construct must use '{}'s. 354
 Info regexp RegexpSingleline Line has trailing spaces. 373
 Warning blocks NeedBraces 'for' construct must use '{}'s. 381
 Error javadoc JavadocMethod Missing a Javadoc comment. 388
 Info misc FinalParameters Parameter classURI should be final. 388
 Info misc FinalParameters Parameter namedSuperClasses should be final. 389
 Info misc ArrayTypeStyle Array brackets at illegal position. 389
 Info misc FinalParameters Parameter namedSubClasses should be final. 390
 Warning coding HiddenField 'namedSubClasses' hides a field. 390
 Warning blocks NeedBraces 'if' construct must use '{}'s. 395
 Warning blocks NeedBraces 'if' construct must use '{}'s. 398
 Info regexp RegexpSingleline Line has trailing spaces. 408
 Info misc FinalParameters Parameter instanceURI should be final. 413
 Warning blocks NeedBraces 'if' construct must use '{}'s. 414
 Info regexp RegexpSingleline Line has trailing spaces. 421
 Info misc FinalParameters Parameter classURI should be final. 430
 Info misc FinalParameters Parameter instanceURI should be final. 430
 Warning blocks NeedBraces 'if' construct must use '{}'s. 431
 Warning blocks NeedBraces 'if' construct must use '{}'s. 435
 Info regexp RegexpSingleline Line has trailing spaces. 473
 Info misc FinalParameters Parameter classURIs should be final. 478
 Warning blocks NeedBraces 'if' construct must use '{}'s. 479
 Warning blocks NeedBraces 'if' construct must use '{}'s. 487
 Warning blocks NeedBraces 'if' construct must use '{}'s. 492
 Warning blocks NeedBraces 'if' construct must use '{}'s. 493
 Info regexp RegexpSingleline Line has trailing spaces. 503
 Info misc FinalParameters Parameter superClassURI should be final. 513
 Info misc FinalParameters Parameter inherited should be final. 514
 Info misc FinalParameters Parameter includeAbstractClasses should be final. 514
 Warning blocks NeedBraces 'if' construct must use '{}'s. 520
 Warning blocks NeedBraces 'if' construct must use '{}'s. 523
 Warning blocks NeedBraces 'if' construct must use '{}'s. 531
 Warning blocks NeedBraces 'if' construct must use '{}'s. 532
 Info regexp RegexpSingleline Line has trailing spaces. 552
 Info misc FinalParameters Parameter mc should be final. 556
 Error javadoc JavadocMethod Expected @param tag for 'mc'. 556
 Info misc FinalParameters Parameter ont should be final. 556
 Warning blocks NeedBraces 'for' construct must use '{}'s. 561
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 573
 Info sizes LineLength Line is longer than 80 characters (found 91). 574
 Info sizes LineLength Line is longer than 80 characters (found 81). 589
 Info sizes LineLength Line is longer than 80 characters (found 85). 594
 Info sizes LineLength Line is longer than 80 characters (found 98). 596
 Info sizes LineLength Line is longer than 80 characters (found 94). 599
 Info sizes LineLength Line is longer than 80 characters (found 114). 600
 Info sizes LineLength Line is longer than 80 characters (found 84). 624
 Info sizes LineLength Line is longer than 80 characters (found 95). 630
 Info misc ArrayTypeStyle Array brackets at illegal position. 658
 Warning blocks NeedBraces 'if' construct must use '{}'s. 677
 Info regexp RegexpSingleline Line has trailing spaces. 691
 Info regexp RegexpSingleline Line has trailing spaces. 695
 Error javadoc JavadocMethod Missing a Javadoc comment. 696
 Info misc FinalParameters Parameter ontURI should be final. 696
 Error javadoc JavadocMethod Missing a Javadoc comment. 702
 Info misc FinalParameters Parameter instances should be final. 702
 Info misc FinalParameters Parameter ontologies should be final. 703
 Warning coding HiddenField 'ontologies' hides a field. 703
 Info misc FinalParameters Parameter namedResources should be final. 704
 Warning coding HiddenField 'namedResources' hides a field. 704
 Warning coding HiddenField 'instance' hides a field. 706
 Info sizes LineLength Line is longer than 80 characters (found 85). 731
 Info regexp RegexpSingleline Line has trailing spaces. 733
 Info misc FinalParameters Parameter uri should be final. 738
 Info regexp RegexpSingleline Line has trailing spaces. 744
 Info misc FinalParameters Parameter classURI should be final. 752
 Info misc FinalParameters Parameter includeOntClasses should be final. 753
 Warning blocks NeedBraces 'if' construct must use '{}'s. 754
 Warning blocks NeedBraces 'if' construct must use '{}'s. 758
 Warning blocks NeedBraces 'if' construct must use '{}'s. 761
 Info regexp RegexpSingleline Line has trailing spaces. 768
 Info misc FinalParameters Parameter classURI should be final. 774
 Warning blocks NeedBraces 'if' construct must use '{}'s. 775
 Info regexp RegexpSingleline Line has trailing spaces. 783
 Info misc FinalParameters Parameter classURI should be final. 791
 Info misc FinalParameters Parameter includePending should be final. 791
 Warning blocks NeedBraces 'if' construct must use '{}'s. 793
 Warning blocks NeedBraces 'for' construct must use '{}'s. 799
 Warning blocks NeedBraces 'if' construct must use '{}'s. 800
 Warning blocks NeedBraces 'if' construct must use '{}'s. 807
 Info regexp RegexpSingleline Line has trailing spaces. 848
 Info regexp RegexpSingleline Line has trailing spaces. 854
 Info sizes LineLength Line is longer than 80 characters (found 81). 857
 Info misc FinalParameters Parameter ontURI should be final. 860
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 860
 Info regexp RegexpSingleline Line has trailing spaces. 867
 Info misc FinalParameters Parameter uri should be final. 872
 Warning blocks NeedBraces 'if' construct must use '{}'s. 873
 Info regexp RegexpSingleline Line has trailing spaces. 881
 Info misc FinalParameters Parameter owner should be final. 887
 Info misc FinalParameters Parameter listener should be final. 888
 Warning blocks NeedBraces 'if' construct must use '{}'s. 890
 Info regexp RegexpSingleline Line has trailing spaces. 898
 Info misc FinalParameters Parameter owner should be final. 904
 Info misc FinalParameters Parameter listener should be final. 905

org/universAAL/middleware/owl/PrivateResource.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 3
 Error javadoc JavadocVariable Missing a Javadoc comment. 4
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 5
 Error javadoc JavadocMethod Missing a Javadoc comment. 7
 Error design DesignForExtension Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. 11
 Error javadoc JavadocMethod Missing a Javadoc comment. 11
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 15
 Error javadoc JavadocMethod Missing a Javadoc comment. 15
 Info misc FinalParameters Parameter propURI should be final. 15
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 19
 Error javadoc JavadocMethod Missing a Javadoc comment. 19
 Info regexp RegexpSingleline Line has trailing spaces. 22

org/universAAL/middleware/owl/PropertyRestriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info regexp RegexpSingleline Line has trailing spaces. 45
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Warning naming ConstantName Name 'propMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 65
 Info regexp RegexpSingleline Line has trailing spaces. 93
 Error design DesignForExtension Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. 96
 Info regexp RegexpSingleline Line has trailing spaces. 105
 Error design DesignForExtension Method 'getConstraint' is not designed for extension - needs to be abstract, final or empty. 108
 Info regexp RegexpSingleline Line has trailing spaces. 114
 Error design DesignForExtension Method 'setOnProperty' is not designed for extension - needs to be abstract, final or empty. 118
 Info misc FinalParameters Parameter propURI should be final. 118
 Info regexp RegexpSingleline Line has trailing spaces. 124
 Error design DesignForExtension Method 'getOnProperty' is not designed for extension - needs to be abstract, final or empty. 127
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 129
 Info regexp RegexpSingleline Line has trailing spaces. 134
 Error design DesignForExtension Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. 140
 Info misc FinalParameters Parameter copy should be final. 140
 Warning blocks NeedBraces 'if' construct must use '{}'s. 144
 Info sizes LineLength Line is longer than 80 characters (found 83). 151
 Error javadoc JavadocMethod Expected an @return tag. 152
 Error design DesignForExtension Method 'getNamedSuperclasses' is not designed for extension - needs to be abstract, final or empty. 152
 Info sizes LineLength Line is longer than 80 characters (found 82). 156
 Error javadoc JavadocMethod Expected an @return tag. 157
 Error design DesignForExtension Method 'getUpperEnumeration' is not designed for extension - needs to be abstract, final or empty. 157
 Error javadoc JavadocMethod Expected an @return tag. 166
 Error design DesignForExtension Method 'matchesNonRestriction' is not designed for extension - needs to be abstract, final or empty. 166
 Info misc FinalParameters Parameter subtype should be final. 166
 Error javadoc JavadocMethod Expected @param tag for 'subtype'. 166
 Info misc FinalParameters Parameter context should be final. 167
 Error javadoc JavadocMethod Expected @param tag for 'context'. 167
 Info misc FinalParameters Parameter ttl should be final. 167
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 167
 Info misc FinalParameters Parameter log should be final. 167
 Error javadoc JavadocMethod Expected @param tag for 'log'. 167
 Warning blocks NeedBraces 'if' construct must use '{}'s. 169
 Warning blocks NeedBraces 'if' construct must use '{}'s. 172
 Info misc TodoComment Comment matches to-do format 'TODO:'. 177
 Warning blocks NeedBraces 'if' construct must use '{}'s. 181
 Warning blocks NeedBraces 'if' construct must use '{}'s. 186
 Warning blocks NeedBraces 'for' construct must use '{}'s. 187
 Warning blocks NeedBraces 'if' construct must use '{}'s. 188
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 192
 Warning blocks NeedBraces 'for' construct must use '{}'s. 196
 Warning blocks NeedBraces 'if' construct must use '{}'s. 197
 Info misc TodoComment Comment matches to-do format 'TODO:'. 205
 Warning blocks NeedBraces 'if' construct must use '{}'s. 209
 Warning blocks NeedBraces 'for' construct must use '{}'s. 215
 Warning blocks NeedBraces 'if' construct must use '{}'s. 216
 Warning blocks NeedBraces 'if' construct must use '{}'s. 225
 Info sizes LineLength Line is longer than 80 characters (found 82). 232
 Error javadoc JavadocMethod Expected an @return tag. 233
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 233
 Info misc FinalParameters Parameter propURI should be final. 233
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 233
 Info misc FinalParameters Parameter value should be final. 233
 Error javadoc JavadocMethod Expected @param tag for 'value'. 233
 Info sizes LineLength Line is longer than 80 characters (found 149). 244
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 244
 Info misc TodoComment Comment matches to-do format 'TODO:'. 261
 Info regexp RegexpSingleline Line has trailing spaces. 272
 Error design DesignForExtension Method 'addToList' is not designed for extension - needs to be abstract, final or empty. 277
 Info misc FinalParameters Parameter a should be final. 277
 Warning blocks NeedBraces 'if' construct must use '{}'s. 278
 Info misc TodoComment Comment matches to-do format 'TODO:'. 289
 Info regexp RegexpSingleline Line has trailing spaces. 298
 Info misc FinalParameters Parameter a should be final. 306
 Info misc FinalParameters Parameter restrictionURI should be final. 307
 Warning blocks NeedBraces 'if' construct must use '{}'s. 308
 Warning blocks NeedBraces 'if' construct must use '{}'s. 313
 Error javadoc JavadocMethod Expected an @return tag. 327
 Error design DesignForExtension Method 'getRestrictionOnProperty' is not designed for extension - needs to be abstract, final or empty. 327
 Info misc FinalParameters Parameter propURI should be final. 327
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 327
 Info sizes LineLength Line is longer than 80 characters (found 109). 328
 Warning blocks NeedBraces 'if' construct must use '{}'s. 334
 Warning blocks NeedBraces 'if' construct must use '{}'s. 347

org/universAAL/middleware/owl/SimpleOntology.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info misc FinalParameters Parameter classURI should be final. 39
 Error javadoc JavadocMethod Expected @param tag for 'classURI'. 39
 Info misc FinalParameters Parameter superClassURI should be final. 39
 Error javadoc JavadocMethod Expected @param tag for 'superClassURI'. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Info misc FinalParameters Parameter classURI should be final. 45
 Info misc FinalParameters Parameter superClassURI should be final. 45
 Info misc FinalParameters Parameter factory should be final. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 52

org/universAAL/middleware/owl/SomeValuesFromRestriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 59
 Info misc FinalParameters Parameter propURI should be final. 66
 Info misc FinalParameters Parameter expr should be final. 66
 Warning blocks NeedBraces 'if' construct must use '{}'s. 67
 Error javadoc JavadocMethod Expected an @return tag. 74
 Info sizes LineLength Line is longer than 80 characters (found 81). 78
 Error javadoc JavadocMethod Expected an @return tag. 79
 Error javadoc JavadocMethod Expected an @return tag. 84
 Error javadoc JavadocMethod Expected an @return tag. 92
 Info misc FinalParameters Parameter member should be final. 92
 Error javadoc JavadocMethod Expected @param tag for 'member'. 92
 Info misc FinalParameters Parameter context should be final. 92
 Error javadoc JavadocMethod Expected @param tag for 'context'. 92
 Info misc FinalParameters Parameter ttl should be final. 92
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 92
 Info misc FinalParameters Parameter log should be final. 93
 Error javadoc JavadocMethod Expected @param tag for 'log'. 93
 Warning blocks NeedBraces 'if' construct must use '{}'s. 95
 Warning blocks NeedBraces 'if' construct must use '{}'s. 99
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 111
 Warning blocks NeedBraces 'for' construct must use '{}'s. 113
 Info sizes LineLength Line is longer than 80 characters (found 87). 124
 Error javadoc JavadocMethod Expected an @return tag. 127
 Info misc FinalParameters Parameter other should be final. 127
 Error javadoc JavadocMethod Expected @param tag for 'other'. 127
 Info misc FinalParameters Parameter context should be final. 127
 Error javadoc JavadocMethod Expected @param tag for 'context'. 127
 Info misc FinalParameters Parameter ttl should be final. 128
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 128
 Info misc FinalParameters Parameter log should be final. 128
 Error javadoc JavadocMethod Expected @param tag for 'log'. 128
 Warning blocks NeedBraces 'if' construct must use '{}'s. 130
 Warning blocks NeedBraces 'if' construct must use '{}'s. 135
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 138
 Info sizes LineLength Line is longer than 80 characters (found 90). 140
 Warning blocks NeedBraces 'if' construct must use '{}'s. 141
 Error javadoc JavadocMethod Expected an @return tag. 151
 Error javadoc JavadocMethod Expected an @return tag. 160
 Info misc FinalParameters Parameter subset should be final. 160
 Error javadoc JavadocMethod Expected @param tag for 'subset'. 160
 Info misc FinalParameters Parameter context should be final. 160
 Error javadoc JavadocMethod Expected @param tag for 'context'. 160
 Info misc FinalParameters Parameter ttl should be final. 160
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 160
 Info misc FinalParameters Parameter log should be final. 161
 Error javadoc JavadocMethod Expected @param tag for 'log'. 161
 Warning blocks NeedBraces 'if' construct must use '{}'s. 163
 Info sizes LineLength Line is longer than 80 characters (found 82). 187
 Error javadoc JavadocMethod Expected an @return tag. 188
 Info misc FinalParameters Parameter propURI should be final. 188
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 188
 Info misc FinalParameters Parameter o should be final. 188
 Error javadoc JavadocMethod Expected @param tag for 'o'. 188
 Warning blocks NeedBraces 'if' construct must use '{}'s. 189
 Info sizes LineLength Line is longer than 80 characters (found 90). 194
 Warning blocks NeedBraces 'if' construct must use '{}'s. 195
 Warning blocks NeedBraces 'if' construct must use '{}'s. 199
 Warning blocks NeedBraces 'if' construct must use '{}'s. 206

org/universAAL/middleware/owl/StringRestriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info sizes LineLength Line is longer than 80 characters (found 81). 24
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Error design DesignForExtension Method 'copy' is not designed for extension - needs to be abstract, final or empty. 41

org/universAAL/middleware/owl/TypeExpression.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Info regexp RegexpSingleline Line has trailing spaces. 71
 Info regexp RegexpSingleline Line has trailing spaces. 75
 Info regexp RegexpSingleline Line has trailing spaces. 80
 Info regexp RegexpSingleline Line has trailing spaces. 83
 Info sizes LineLength Line is longer than 80 characters (found 82). 95
 Info regexp RegexpSingleline Line has trailing spaces. 103
 Info regexp RegexpSingleline Line has trailing spaces. 117
 Info regexp RegexpSingleline Line has trailing spaces. 144
 Info sizes LineLength Line is longer than 80 characters (found 97). 146
 Info regexp RegexpSingleline Line has trailing spaces. 148
 Error javadoc JavadocVariable Missing a Javadoc comment. 172
 Info sizes LineLength Line is longer than 80 characters (found 101). 174
 Error javadoc JavadocVariable Missing a Javadoc comment. 174
 Info misc FinalParameters Parameter uri should be final. 183
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 183
 Info misc FinalParameters Parameter additionalTypes should be final. 192
 Error javadoc JavadocMethod Expected @param tag for 'additionalTypes'. 192
 Warning blocks NeedBraces 'for' construct must use '{}'s. 195
 Warning blocks NeedBraces 'if' construct must use '{}'s. 197
 Error design DesignForExtension Method 'collectTypesMinimized' is not designed for extension - needs to be abstract, final or empty. 210
 Info misc FinalParameters Parameter typeURI should be final. 210
 Error javadoc JavadocMethod Expected @param tag for 'typeURI'. 210
 Info misc FinalParameters Parameter l should be final. 210
 Error javadoc JavadocMethod Expected @param tag for 'l'. 210
 Warning blocks NeedBraces 'if' construct must use '{}'s. 223
 Info regexp RegexpSingleline Line has trailing spaces. 231
 Error javadoc JavadocMethod Expected an @return tag. 240
 Error javadoc JavadocMethod Expected an @return tag. 246
 Info regexp RegexpSingleline Line has trailing spaces. 251
 Info misc FinalParameters Parameter member should be final. 257
 Error javadoc JavadocMethod Expected an @return tag. 264
 Info misc FinalParameters Parameter member should be final. 264
 Error javadoc JavadocMethod Expected @param tag for 'member'. 264
 Info misc FinalParameters Parameter context should be final. 264
 Error javadoc JavadocMethod Expected @param tag for 'context'. 264
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 265
 Info regexp RegexpSingleline Line has trailing spaces. 290
 Info sizes LineLength Line is longer than 80 characters (found 82). 291
 Info sizes LineLength Line is longer than 80 characters (found 82). 292
 Info regexp RegexpSingleline Line has trailing spaces. 295
 Info regexp RegexpSingleline Line has trailing spaces. 314
 Info misc FinalParameters Parameter other should be final. 322
 Error javadoc JavadocMethod Expected an @return tag. 330
 Info sizes LineLength Line is longer than 80 characters (found 82). 330
 Info misc FinalParameters Parameter other should be final. 330
 Error javadoc JavadocMethod Expected @param tag for 'other'. 330
 Info misc FinalParameters Parameter context should be final. 330
 Error javadoc JavadocMethod Expected @param tag for 'context'. 330
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 331
 Info regexp RegexpSingleline Line has trailing spaces. 356
 Info sizes LineLength Line is longer than 80 characters (found 82). 357
 Info sizes LineLength Line is longer than 80 characters (found 82). 358
 Info regexp RegexpSingleline Line has trailing spaces. 361
 Info regexp RegexpSingleline Line has trailing spaces. 382
 Error javadoc JavadocMethod Expected an @return tag. 385
 Info regexp RegexpSingleline Line has trailing spaces. 390
 Info misc FinalParameters Parameter subset should be final. 397
 Error javadoc JavadocMethod Expected an @return tag. 404
 Info misc FinalParameters Parameter subset should be final. 404
 Error javadoc JavadocMethod Expected @param tag for 'subset'. 404
 Info misc FinalParameters Parameter context should be final. 404
 Error javadoc JavadocMethod Expected @param tag for 'context'. 404
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 405
 Info regexp RegexpSingleline Line has trailing spaces. 430
 Info sizes LineLength Line is longer than 80 characters (found 82). 431
 Info sizes LineLength Line is longer than 80 characters (found 82). 432
 Info regexp RegexpSingleline Line has trailing spaces. 456
 Error design DesignForExtension Method 'synchronize' is not designed for extension - needs to be abstract, final or empty. 463
 Info misc FinalParameters Parameter context should be final. 463
 Info misc FinalParameters Parameter cloned should be final. 463
 Warning blocks NeedBraces 'if' construct must use '{}'s. 467
 Info regexp RegexpSingleline Line has trailing spaces. 477
 Error design DesignForExtension Method 'checkTTL' is not designed for extension - needs to be abstract, final or empty. 484
 Info misc FinalParameters Parameter ttl should be final. 484
 Warning blocks NeedBraces 'if' construct must use '{}'s. 485
 Warning blocks NeedBraces 'if' construct must use '{}'s. 488
 Info regexp RegexpSingleline Line has trailing spaces. 495
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 498

org/universAAL/middleware/owl/TypeExpressionFactory.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info sizes LineLength Line is longer than 80 characters (found 85). 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Info sizes LineLength Line is longer than 80 characters (found 89). 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning coding MagicNumber '3' is a magic number. 41
 Warning coding MagicNumber '4' is a magic number. 43
 Warning coding MagicNumber '5' is a magic number. 45
 Warning coding MagicNumber '6' is a magic number. 46
 Warning coding MagicNumber '7' is a magic number. 48
 Warning coding MagicNumber '8' is a magic number. 50
 Warning coding MagicNumber '9' is a magic number. 52
 Warning coding MagicNumber '10' is a magic number. 54
 Warning coding MagicNumber '3' is a magic number. 59
 Warning coding MagicNumber '4' is a magic number. 60
 Warning coding MagicNumber '5' is a magic number. 61
 Warning coding MagicNumber '6' is a magic number. 62
 Warning coding MagicNumber '7' is a magic number. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 69
 Info misc FinalParameters Parameter r should be final. 69
 Info sizes LineLength Line is longer than 80 characters (found 83). 71
 Warning blocks NeedBraces 'if' construct must use '{}'s. 73
 Warning blocks NeedBraces 'if' construct must use '{}'s. 80
 Warning blocks NeedBraces 'if' construct must use '{}'s. 83
 Warning blocks NeedBraces 'if' construct must use '{}'s. 85
 Warning coding MissingSwitchDefault switch without "default" clause. 91
 Warning blocks NeedBraces 'for' construct must use '{}'s. 94
 Warning blocks NeedBraces 'if' construct must use '{}'s. 95
 Warning coding MagicNumber '3' is a magic number. 102
 Warning coding MagicNumber '4' is a magic number. 104
 Warning coding MagicNumber '5' is a magic number. 106
 Warning coding MagicNumber '6' is a magic number. 108
 Warning coding MagicNumber '7' is a magic number. 110
 Warning coding MagicNumber '8' is a magic number. 112
 Warning coding MagicNumber '9' is a magic number. 114
 Warning coding MagicNumber '10' is a magic number. 116
 Warning blocks NeedBraces 'if' construct must use '{}'s. 122
 Warning coding MissingSwitchDefault switch without "default" clause. 125
 Warning coding MagicNumber '3' is a magic number. 132
 Warning coding MagicNumber '4' is a magic number. 134
 Warning coding MagicNumber '5' is a magic number. 136
 Warning coding MagicNumber '6' is a magic number. 138
 Warning coding MagicNumber '7' is a magic number. 140

org/universAAL/middleware/owl/TypeRestriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info regexp RegexpSingleline Line has trailing spaces. 45
 Error javadoc JavadocType Missing a Javadoc comment. 65
 Error design VisibilityModifier Variable 'restrictions' must be private and have accessor methods. 94
 Error design VisibilityModifier Variable 'facetURI' must be private and have accessor methods. 99
 Error design VisibilityModifier Variable 'value' must be private and have accessor methods. 102
 Info regexp RegexpSingleline Line has trailing spaces. 107
 Info misc FinalParameters Parameter datatypeURI should be final. 113
 Info regexp RegexpSingleline Line has trailing spaces. 120
 Error design DesignForExtension Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. 123
 Info regexp RegexpSingleline Line has trailing spaces. 132
 Error design DesignForExtension Method 'iterate' is not designed for extension - needs to be abstract, final or empty. 137
 Info misc FinalParameters Parameter it should be final. 137
 Warning blocks NeedBraces 'if' construct must use '{}'s. 140
 Info misc TodoComment Comment matches to-do format 'TODO:'. 141
 Warning blocks NeedBraces 'if' construct must use '{}'s. 144
 Info misc TodoComment Comment matches to-do format 'TODO:'. 145
 Info regexp RegexpSingleline Line has trailing spaces. 161
 Error design DesignForExtension Method 'addConstrainingFacet' is not designed for extension - needs to be abstract, final or empty. 167
 Info misc FinalParameters Parameter facetURI should be final. 167
 Info misc FinalParameters Parameter value should be final. 167
 Info regexp RegexpSingleline Line has trailing spaces. 175
 Error design DesignForExtension Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. 181
 Info misc FinalParameters Parameter copy should be final. 181
 Warning blocks NeedBraces 'if' construct must use '{}'s. 182
 Info sizes LineLength Line is longer than 80 characters (found 83). 187
 Error design DesignForExtension Method 'getNamedSuperclasses' is not designed for extension - needs to be abstract, final or empty. 188
 Info sizes LineLength Line is longer than 80 characters (found 82). 193
 Error design DesignForExtension Method 'getUpperEnumeration' is not designed for extension - needs to be abstract, final or empty. 194
 Info sizes LineLength Line is longer than 80 characters (found 82). 199
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 200
 Info misc FinalParameters Parameter propURI should be final. 201
 Info misc FinalParameters Parameter o should be final. 201
 Warning blocks NeedBraces 'if' construct must use '{}'s. 202
 Warning blocks NeedBraces 'if' construct must use '{}'s. 207
 Warning blocks NeedBraces 'if' construct must use '{}'s. 211
 Info regexp RegexpSingleline Line has trailing spaces. 220
 Error design DesignForExtension Method 'setPattern' is not designed for extension - needs to be abstract, final or empty. 226
 Info misc FinalParameters Parameter pattern should be final. 226
 Warning coding HiddenField 'pattern' hides a field. 226
 Warning blocks NeedBraces 'if' construct must use '{}'s. 227
 Info misc TodoComment Comment matches to-do format 'TODO:'. 234
 Info regexp RegexpSingleline Line has trailing spaces. 244
 Error javadoc JavadocMethod Unused @param tag for 'pattern'. 245
 Info misc FinalParameters Parameter compiledPattern should be final. 250
 Error javadoc JavadocMethod Expected @param tag for 'compiledPattern'. 250
 Error design DesignForExtension Method 'hasMember' is not designed for extension - needs to be abstract, final or empty. 256
 Info misc FinalParameters Parameter member should be final. 261
 Info misc FinalParameters Parameter context should be final. 261
 Info misc FinalParameters Parameter ttl should be final. 261
 Info misc FinalParameters Parameter log should be final. 262
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 271
 Warning blocks NeedBraces 'if' construct must use '{}'s. 273
 Info regexp RegexpSingleline Line has trailing spaces. 281
 Error design DesignForExtension Method 'setFacet' is not designed for extension - needs to be abstract, final or empty. 285
 Info misc FinalParameters Parameter facet should be final. 285
 Info regexp RegexpSingleline Line has trailing spaces. 290
 Info regexp RegexpSingleline Line has trailing spaces. 296
 Info regexp RegexpSingleline Line has trailing spaces. 299
 Error design DesignForExtension Method 'getNext' is not designed for extension - needs to be abstract, final or empty. 302
 Info misc FinalParameters Parameter c should be final. 302
 Info regexp RegexpSingleline Line has trailing spaces. 331
 Info regexp RegexpSingleline Line has trailing spaces. 334
 Error design DesignForExtension Method 'getPrevious' is not designed for extension - needs to be abstract, final or empty. 337
 Info misc FinalParameters Parameter c should be final. 337
 Error design DesignForExtension Method 'resolveVarByGreaterEqual' is not designed for extension - needs to be abstract, final or empty. 361
 Error javadoc JavadocMethod Missing a Javadoc comment. 361
 Info misc FinalParameters Parameter v should be final. 361
 Info misc FinalParameters Parameter lowerbound should be final. 362
 Info misc FinalParameters Parameter canBeEqual should be final. 362
 Info misc FinalParameters Parameter context should be final. 362
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 363
 Warning blocks NeedBraces 'if' construct must use '{}'s. 365
 Info sizes LineLength Line is longer than 80 characters (found 81). 371
 Error design DesignForExtension Method 'resolveVarByLessEqual' is not designed for extension - needs to be abstract, final or empty. 371
 Error javadoc JavadocMethod Missing a Javadoc comment. 371
 Info misc FinalParameters Parameter v should be final. 371
 Info misc FinalParameters Parameter upperbound should be final. 371
 Info misc FinalParameters Parameter canBeEqual should be final. 372
 Info misc FinalParameters Parameter context should be final. 372
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 373
 Warning blocks NeedBraces 'if' construct must use '{}'s. 377
 Info regexp RegexpSingleline Line has trailing spaces. 386
 Error design DesignForExtension Method 'getMemberValueToCheck' is not designed for extension - needs to be abstract, final or empty. 391
 Info misc FinalParameters Parameter member should be final. 391
 Info regexp RegexpSingleline Line has trailing spaces. 394
 Error design DesignForExtension Method 'hasMember' is not designed for extension - needs to be abstract, final or empty. 395
 Info sizes MethodLength Method length is 169 lines (max allowed is 150). 395
 Error javadoc JavadocMethod Missing a Javadoc comment. 395
 Info sizes ParameterNumber More than 7 parameters (found 8). 395
 Info misc FinalParameters Parameter member should be final. 395
 Info misc FinalParameters Parameter context should be final. 395
 Info misc FinalParameters Parameter ttl should be final. 395
 Info sizes LineLength Line is longer than 80 characters (found 106). 396
 Info misc FinalParameters Parameter log should be final. 396
 Info misc FinalParameters Parameter min should be final. 396
 Info misc FinalParameters Parameter minInclusive should be final. 396
 Info misc FinalParameters Parameter max should be final. 396
 Info misc FinalParameters Parameter maxInclusive should be final. 396
 Warning blocks NeedBraces 'if' construct must use '{}'s. 399
 Warning blocks NeedBraces 'if' construct must use '{}'s. 406
 Warning blocks NeedBraces 'if' construct must use '{}'s. 409
 Warning blocks NeedBraces 'if' construct must use '{}'s. 413
 Warning blocks NeedBraces 'if' construct must use '{}'s. 426
 Info sizes LineLength Line is longer than 80 characters (found 86). 426
 Info sizes LineLength Line is longer than 80 characters (found 94). 427
 Warning blocks NeedBraces 'if' construct must use '{}'s. 437
 Warning blocks NeedBraces 'if' construct must use '{}'s. 441
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 450
 Warning blocks NeedBraces 'if' construct must use '{}'s. 483
 Warning blocks NeedBraces 'if' construct must use '{}'s. 491
 Warning blocks NeedBraces 'if' construct must use '{}'s. 494
 Warning blocks NeedBraces 'if' construct must use '{}'s. 506
 Warning blocks NeedBraces 'if' construct must use '{}'s. 517
 Warning blocks NeedBraces 'if' construct must use '{}'s. 520
 Warning blocks NeedBraces 'if' construct must use '{}'s. 530
 Warning blocks NeedBraces 'if' construct must use '{}'s. 537
 Warning blocks NeedBraces 'if' construct must use '{}'s. 541
 Warning blocks NeedBraces 'if' construct must use '{}'s. 548
 Info sizes LineLength Line is longer than 80 characters (found 121). 589
 Error design DesignForExtension Method 'matches' is not designed for extension - needs to be abstract, final or empty. 589
 Info sizes MethodLength Method length is 228 lines (max allowed is 150). 589
 Error javadoc JavadocMethod Missing a Javadoc comment. 589
 Info sizes ParameterNumber More than 7 parameters (found 11). 589
 Info misc FinalParameters Parameter other_min should be final. 589
 Warning naming ParameterName Name 'other_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. 589
 Info misc FinalParameters Parameter other_minInclusive should be final. 589
 Warning naming ParameterName Name 'other_minInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. 589
 Info misc FinalParameters Parameter other_max should be final. 589
 Warning naming ParameterName Name 'other_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. 589
 Info misc FinalParameters Parameter other_maxInclusive should be final. 589
 Warning naming ParameterName Name 'other_maxInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. 589
 Info sizes LineLength Line is longer than 80 characters (found 108). 590
 Info misc FinalParameters Parameter context should be final. 590
 Info misc FinalParameters Parameter ttl should be final. 590
 Info misc FinalParameters Parameter log should be final. 590
 Info misc FinalParameters Parameter min should be final. 590
 Info misc FinalParameters Parameter minInclusive should be final. 590
 Info misc FinalParameters Parameter max should be final. 590
 Info misc FinalParameters Parameter maxInclusive should be final. 591
 Info misc TodoComment Comment matches to-do format 'TODO:'. 594
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 596
 Warning blocks NeedBraces 'if' construct must use '{}'s. 611
 Warning blocks NeedBraces 'else' construct must use '{}'s. 613
 Warning blocks NeedBraces 'if' construct must use '{}'s. 616
 Warning blocks NeedBraces 'else' construct must use '{}'s. 618
 Info sizes LineLength Line is longer than 80 characters (found 86). 626
 Warning blocks NeedBraces 'if' construct must use '{}'s. 631
 Warning blocks NeedBraces 'else' construct must use '{}'s. 634
 Warning blocks NeedBraces 'if' construct must use '{}'s. 639
 Warning blocks NeedBraces 'if' construct must use '{}'s. 643
 Warning blocks NeedBraces 'if' construct must use '{}'s. 649
 Warning blocks NeedBraces 'if' construct must use '{}'s. 653
 Warning blocks NeedBraces 'else' construct must use '{}'s. 655
 Info sizes LineLength Line is longer than 80 characters (found 86). 662
 Warning blocks NeedBraces 'if' construct must use '{}'s. 667
 Warning blocks NeedBraces 'else' construct must use '{}'s. 670
 Warning blocks NeedBraces 'if' construct must use '{}'s. 675
 Warning blocks NeedBraces 'if' construct must use '{}'s. 679
 Warning blocks NeedBraces 'if' construct must use '{}'s. 686
 Warning blocks NeedBraces 'if' construct must use '{}'s. 694
 Warning blocks NeedBraces 'if' construct must use '{}'s. 696
 Warning blocks NeedBraces 'else' construct must use '{}'s. 698
 Warning blocks NeedBraces 'if' construct must use '{}'s. 700
 Warning blocks NeedBraces 'if' construct must use '{}'s. 717
 Warning blocks NeedBraces 'else' construct must use '{}'s. 719
 Warning blocks NeedBraces 'if' construct must use '{}'s. 722
 Warning blocks NeedBraces 'else' construct must use '{}'s. 724
 Info sizes LineLength Line is longer than 80 characters (found 86). 732
 Warning blocks NeedBraces 'if' construct must use '{}'s. 737
 Warning blocks NeedBraces 'else' construct must use '{}'s. 740
 Warning blocks NeedBraces 'if' construct must use '{}'s. 745
 Warning blocks NeedBraces 'if' construct must use '{}'s. 749
 Warning blocks NeedBraces 'if' construct must use '{}'s. 756
 Warning blocks NeedBraces 'if' construct must use '{}'s. 764
 Warning blocks NeedBraces 'if' construct must use '{}'s. 766
 Warning blocks NeedBraces 'else' construct must use '{}'s. 768
 Info sizes LineLength Line is longer than 80 characters (found 86). 775
 Warning blocks NeedBraces 'if' construct must use '{}'s. 780
 Warning blocks NeedBraces 'else' construct must use '{}'s. 783
 Warning blocks NeedBraces 'if' construct must use '{}'s. 788
 Warning blocks NeedBraces 'if' construct must use '{}'s. 792
 Warning blocks NeedBraces 'if' construct must use '{}'s. 799
 Warning blocks NeedBraces 'if' construct must use '{}'s. 807
 Warning blocks NeedBraces 'if' construct must use '{}'s. 809
 Warning blocks NeedBraces 'else' construct must use '{}'s. 811
 Warning blocks NeedBraces 'if' construct must use '{}'s. 813

org/universAAL/middleware/owl/TypeURI.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Info regexp RegexpSingleline Line has trailing spaces. 60
 Info misc FinalParameters Parameter uri should be final. 67
 Info misc FinalParameters Parameter isDatatypeURI should be final. 67
 Warning blocks NeedBraces 'if' construct must use '{}'s. 69
 Info regexp RegexpSingleline Line has trailing spaces. 75
 Info regexp RegexpSingleline Line has trailing spaces. 85
 Info misc FinalParameters Parameter obj should be final. 90
 Warning blocks NeedBraces 'if' construct must use '{}'s. 91
 Warning blocks NeedBraces 'if' construct must use '{}'s. 117
 Warning blocks NeedBraces 'if' construct must use '{}'s. 119
 Warning blocks NeedBraces 'if' construct must use '{}'s. 122
 Warning blocks NeedBraces 'if' construct must use '{}'s. 123
 Warning blocks NeedBraces 'if' construct must use '{}'s. 125
 Info regexp RegexpSingleline Line has trailing spaces. 135
 Error javadoc JavadocMethod Expected an @return tag. 138
 Info sizes LineLength Line is longer than 80 characters (found 83). 142
 Error javadoc JavadocMethod Expected an @return tag. 143
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 144
 Info regexp RegexpSingleline Line has trailing spaces. 149
 Info sizes LineLength Line is longer than 80 characters (found 98). 150
 Error javadoc JavadocMethod Expected an @return tag. 153
 Info misc FinalParameters Parameter propURI should be final. 153
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 153
 Info sizes LineLength Line is longer than 80 characters (found 82). 157
 Error javadoc JavadocMethod Expected an @return tag. 158
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 161
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 162
 Error javadoc JavadocMethod Expected an @return tag. 169
 Info misc FinalParameters Parameter value should be final. 169
 Error javadoc JavadocMethod Expected @param tag for 'value'. 169
 Info misc FinalParameters Parameter context should be final. 169
 Error javadoc JavadocMethod Expected @param tag for 'context'. 169
 Info misc FinalParameters Parameter ttl should be final. 169
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 169
 Info misc FinalParameters Parameter log should be final. 170
 Error javadoc JavadocMethod Expected @param tag for 'log'. 170
 Warning blocks NeedBraces 'if' construct must use '{}'s. 173
 Info misc TodoComment Comment matches to-do format 'TODO:'. 176
 Warning blocks NeedBraces 'if' construct must use '{}'s. 182
 Error javadoc JavadocMethod Expected an @return tag. 197
 Info misc FinalParameters Parameter subtype should be final. 197
 Error javadoc JavadocMethod Expected @param tag for 'subtype'. 197
 Info misc FinalParameters Parameter context should be final. 197
 Error javadoc JavadocMethod Expected @param tag for 'context'. 197
 Info misc FinalParameters Parameter ttl should be final. 197
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 197
 Info misc FinalParameters Parameter log should be final. 198
 Error javadoc JavadocMethod Expected @param tag for 'log'. 198
 Warning blocks NeedBraces 'if' construct must use '{}'s. 200
 Warning blocks NeedBraces 'if' construct must use '{}'s. 203
 Warning blocks NeedBraces 'if' construct must use '{}'s. 207
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 212
 Warning blocks NeedBraces 'for' construct must use '{}'s. 214
 Warning blocks NeedBraces 'if' construct must use '{}'s. 215
 Warning blocks NeedBraces 'for' construct must use '{}'s. 223
 Warning blocks NeedBraces 'if' construct must use '{}'s. 224
 Info misc TodoComment Comment matches to-do format 'TODO:'. 226
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 268
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 271
 Warning blocks NeedBraces 'for' construct must use '{}'s. 273
 Warning blocks NeedBraces 'if' construct must use '{}'s. 274
 Info sizes LineLength Line is longer than 80 characters (found 87). 285
 Error javadoc JavadocMethod Expected an @return tag. 288
 Info misc FinalParameters Parameter other should be final. 288
 Error javadoc JavadocMethod Expected @param tag for 'other'. 288
 Info misc FinalParameters Parameter context should be final. 288
 Error javadoc JavadocMethod Expected @param tag for 'context'. 288
 Info misc FinalParameters Parameter ttl should be final. 289
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 289
 Info misc FinalParameters Parameter log should be final. 289
 Error javadoc JavadocMethod Expected @param tag for 'log'. 289
 Warning blocks NeedBraces 'if' construct must use '{}'s. 291
 Warning blocks NeedBraces 'if' construct must use '{}'s. 294
 Warning blocks NeedBraces 'if' construct must use '{}'s. 298
 Warning blocks NeedBraces 'if' construct must use '{}'s. 320
 Error javadoc JavadocMethod Expected an @return tag. 327
 Info sizes LineLength Line is longer than 80 characters (found 82). 331
 Error javadoc JavadocMethod Expected an @return tag. 332
 Info misc FinalParameters Parameter propURI should be final. 332
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 332
 Info misc FinalParameters Parameter o should be final. 332
 Error javadoc JavadocMethod Expected @param tag for 'o'. 332

org/universAAL/middleware/owl/URIRestriction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error design DesignForExtension Method 'copy' is not designed for extension - needs to be abstract, final or empty. 43

org/universAAL/middleware/owl/Union.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - java.util.Collection. 23
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info sizes LineLength Line is longer than 80 characters (found 163). 56
 Info regexp RegexpSingleline Line has trailing spaces. 74
 Info misc FinalParameters Parameter type should be final. 79
 Error javadoc JavadocMethod Expected an @return tag. 87
 Warning blocks NeedBraces 'for' construct must use '{}'s. 89
 Info sizes LineLength Line is longer than 80 characters (found 83). 94
 Error javadoc JavadocMethod Expected an @return tag. 95
 Warning blocks NeedBraces 'if' construct must use '{}'s. 100
 Warning blocks NeedBraces 'for' construct must use '{}'s. 101
 Info sizes LineLength Line is longer than 80 characters (found 82). 107
 Error javadoc JavadocMethod Expected an @return tag. 108
 Warning blocks NeedBraces 'if' construct must use '{}'s. 113
 Warning blocks NeedBraces 'for' construct must use '{}'s. 115
 Warning blocks NeedBraces 'if' construct must use '{}'s. 116
 Error javadoc JavadocMethod Expected an @return tag. 126
 Info misc FinalParameters Parameter value should be final. 126
 Error javadoc JavadocMethod Expected @param tag for 'value'. 126
 Info misc FinalParameters Parameter context should be final. 126
 Error javadoc JavadocMethod Expected @param tag for 'context'. 126
 Info misc FinalParameters Parameter ttl should be final. 126
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 126
 Info misc FinalParameters Parameter log should be final. 127
 Error javadoc JavadocMethod Expected @param tag for 'log'. 127
 Warning blocks NeedBraces 'for' construct must use '{}'s. 129
 Warning blocks NeedBraces 'if' construct must use '{}'s. 130
 Error javadoc JavadocMethod Expected an @return tag. 139
 Info misc FinalParameters Parameter subtype should be final. 139
 Error javadoc JavadocMethod Expected @param tag for 'subtype'. 139
 Info misc FinalParameters Parameter context should be final. 139
 Error javadoc JavadocMethod Expected @param tag for 'context'. 139
 Info misc FinalParameters Parameter ttl should be final. 139
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 139
 Info misc FinalParameters Parameter log should be final. 140
 Error javadoc JavadocMethod Expected @param tag for 'log'. 140
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 148
 Warning blocks NeedBraces 'for' construct must use '{}'s. 150
 Warning blocks NeedBraces 'if' construct must use '{}'s. 151
 Warning blocks NeedBraces 'for' construct must use '{}'s. 158
 Warning blocks NeedBraces 'if' construct must use '{}'s. 159
 Info misc TodoComment Comment matches to-do format 'TODO:'. 161
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 166
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 169
 Warning blocks NeedBraces 'for' construct must use '{}'s. 171
 Warning blocks NeedBraces 'if' construct must use '{}'s. 172
 Warning blocks NeedBraces 'for' construct must use '{}'s. 179
 Warning blocks NeedBraces 'if' construct must use '{}'s. 180
 Info misc TodoComment Comment matches to-do format 'TODO:'. 182
 Info sizes LineLength Line is longer than 80 characters (found 87). 189
 Error javadoc JavadocMethod Expected an @return tag. 192
 Info misc FinalParameters Parameter other should be final. 192
 Error javadoc JavadocMethod Expected @param tag for 'other'. 192
 Info misc FinalParameters Parameter context should be final. 192
 Error javadoc JavadocMethod Expected @param tag for 'context'. 192
 Info misc FinalParameters Parameter ttl should be final. 193
 Error javadoc JavadocMethod Expected @param tag for 'ttl'. 193
 Info misc FinalParameters Parameter log should be final. 193
 Error javadoc JavadocMethod Expected @param tag for 'log'. 193
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 195
 Warning blocks NeedBraces 'for' construct must use '{}'s. 196
 Warning blocks NeedBraces 'if' construct must use '{}'s. 197
 Error javadoc JavadocMethod Expected an @return tag. 205
 Info sizes LineLength Line is longer than 80 characters (found 82). 209
 Error javadoc JavadocMethod Expected an @return tag. 210
 Info misc FinalParameters Parameter propURI should be final. 210
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 210
 Info misc FinalParameters Parameter o should be final. 210
 Error javadoc JavadocMethod Expected @param tag for 'o'. 210
 Warning blocks NeedBraces 'if' construct must use '{}'s. 216
 Warning blocks NeedBraces 'if' construct must use '{}'s. 218
 Warning blocks NeedBraces 'if' construct must use '{}'s. 228
 Warning blocks NeedBraces 'if' construct must use '{}'s. 230
 Info regexp RegexpSingleline Line has trailing spaces. 239

org/universAAL/middleware/owl/generic/GenericManagedIndividual.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info sizes LineLength Line is longer than 80 characters (found 163). 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocMethod Missing a Javadoc comment. 33
 Info misc FinalParameters Parameter classURI should be final. 33
 Warning coding HiddenField 'classURI' hides a field. 33
 Info misc FinalParameters Parameter instanceURI should be final. 33
 Info misc FinalParameters Parameter propURI should be final. 45

org/universAAL/middleware/owl/generic/GenericOntology.java

Severity Category Rule Message Line
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Info misc FinalParameters Parameter uri should be final. 65
 Info misc FinalParameters Parameter plain should be final. 65
 Warning coding HiddenField 'plain' hides a field. 65
 Warning blocks NeedBraces 'if' construct must use '{}'s. 67
 Warning blocks NeedBraces 'if' construct must use '{}'s. 69
 Error design DesignForExtension Method 'create' is not designed for extension - needs to be abstract, final or empty. 74
 Info sizes MethodLength Method length is 279 lines (max allowed is 150). 74
 Info misc TodoComment Comment matches to-do format 'TODO:'. 88
 Info sizes LineLength Line is longer than 80 characters (found 96). 101
 Info sizes LineLength Line is longer than 80 characters (found 96). 102
 Info sizes LineLength Line is longer than 80 characters (found 92). 104
 Warning blocks NeedBraces 'if' construct must use '{}'s. 111
 Info sizes LineLength Line is longer than 80 characters (found 106). 131
 Info sizes LineLength Line is longer than 80 characters (found 84). 172
 Info sizes LineLength Line is longer than 80 characters (found 100). 197
 Info sizes LineLength Line is longer than 80 characters (found 88). 225
 Info sizes LineLength Line is longer than 80 characters (found 95). 234
 Warning blocks NeedBraces 'for' construct must use '{}'s. 241
 Warning blocks NeedBraces 'if' construct must use '{}'s. 242
 Info sizes LineLength Line is longer than 80 characters (found 84). 248
 Info sizes LineLength Line is longer than 80 characters (found 129). 279
 Info sizes LineLength Line is longer than 80 characters (found 94). 292
 Warning blocks NeedBraces 'if' construct must use '{}'s. 295
 Warning blocks NeedBraces 'if' construct must use '{}'s. 300
 Info sizes LineLength Line is longer than 80 characters (found 82). 302
 Info sizes LineLength Line is longer than 80 characters (found 90). 332
 Warning blocks NeedBraces 'if' construct must use '{}'s. 337

org/universAAL/middleware/owl/generic/GenericResourceFactory.java

Severity Category Rule Message Line
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Error design DesignForExtension Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. 31
 Error javadoc JavadocMethod Missing a Javadoc comment. 31
 Info misc FinalParameters Parameter classURI should be final. 31
 Info misc FinalParameters Parameter instanceURI should be final. 31
 Info misc FinalParameters Parameter factoryIndex should be final. 32

org/universAAL/middleware/owl/supply/AbsLocation.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info regexp RegexpSingleline Line has trailing spaces. 57
 Info misc FinalParameters Parameter uri should be final. 61
 Error javadoc JavadocMethod Expected an @return tag. 75
 Error design DesignForExtension Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. 75
 Error javadoc JavadocMethod Expected an @return tag. 83
 Error javadoc JavadocMethod Expected @param tag for 'other'. 83

org/universAAL/middleware/owl/supply/LevelRating.java

Severity Category Rule Message Line
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info sizes LineLength Line is longer than 80 characters (found 163). 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning naming ConstantName Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning naming ConstantName Name 'none' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Warning naming ConstantName Name 'low' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning naming ConstantName Name 'middle' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning naming ConstantName Name 'high' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning naming ConstantName Name 'full' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Info misc FinalParameters Parameter order should be final. 58
 Warning coding HiddenField 'order' hides a field. 58
 Error javadoc JavadocMethod Expected an @return tag. 64
 Error javadoc JavadocMethod Missing a Javadoc comment. 68
 Error javadoc JavadocMethod Missing a Javadoc comment. 72
 Error javadoc JavadocMethod Missing a Javadoc comment. 76
 Info misc FinalParameters Parameter order should be final. 76
 Error javadoc JavadocMethod Missing a Javadoc comment. 93
 Info misc FinalParameters Parameter name should be final. 93
 Warning blocks NeedBraces 'for' construct must use '{}'s. 94
 Warning blocks NeedBraces 'if' construct must use '{}'s. 95
 Error javadoc JavadocMethod Missing a Javadoc comment. 100
 Info misc FinalParameters Parameter other should be final. 100
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 101
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 101
 Error javadoc JavadocMethod Missing a Javadoc comment. 105
 Error javadoc JavadocMethod Missing a Javadoc comment. 109
 Error javadoc JavadocMethod Missing a Javadoc comment. 113
 Info misc FinalParameters Parameter propURI should be final. 113
 Error javadoc JavadocMethod Expected an @return tag. 118
 Error javadoc JavadocMethod Expected an @return tag. 123
 Error javadoc JavadocMethod Missing a Javadoc comment. 127
 Info regexp RegexpSingleline Line has trailing spaces. 133
 Error javadoc JavadocMethod Expected an @return tag. 136
 Info misc FinalParameters Parameter propURI should be final. 136
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 136
 Info misc FinalParameters Parameter o should be final. 136
 Error javadoc JavadocMethod Expected @param tag for 'o'. 136

org/universAAL/middleware/owl/supply/Rating.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info sizes LineLength Line is longer than 80 characters (found 163). 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning naming ConstantName Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 60
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 60
 Info sizes LineLength Line is longer than 80 characters (found 82). 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Warning naming ConstantName Name 'poor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Warning naming ConstantName Name 'almostPoor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning naming ConstantName Name 'almostSufficient' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Warning naming ConstantName Name 'sufficient' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning naming ConstantName Name 'richSufficient' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Warning naming ConstantName Name 'almostSatisfying' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Warning naming ConstantName Name 'satisfying' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Warning naming ConstantName Name 'richSatisfying' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Warning naming ConstantName Name 'almostGood' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Warning naming ConstantName Name 'good' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Warning naming ConstantName Name 'richGood' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Warning naming ConstantName Name 'almostExcellent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Warning naming ConstantName Name 'excellent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 77
 Error javadoc JavadocMethod Missing a Javadoc comment. 83
 Error javadoc JavadocMethod Missing a Javadoc comment. 86
 Info misc FinalParameters Parameter order should be final. 86
 Warning coding HiddenField 'order' hides a field. 86
 Error javadoc JavadocMethod Expected an @return tag. 92
 Error javadoc JavadocMethod Missing a Javadoc comment. 96
 Error javadoc JavadocMethod Missing a Javadoc comment. 100
 Error javadoc JavadocMethod Missing a Javadoc comment. 104
 Info misc FinalParameters Parameter order should be final. 104
 Error javadoc JavadocMethod Missing a Javadoc comment. 137
 Info misc FinalParameters Parameter name should be final. 137
 Warning blocks NeedBraces 'for' construct must use '{}'s. 138
 Warning blocks NeedBraces 'if' construct must use '{}'s. 139
 Error javadoc JavadocMethod Missing a Javadoc comment. 144
 Info misc FinalParameters Parameter other should be final. 144
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 145
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 145
 Error javadoc JavadocMethod Missing a Javadoc comment. 148
 Error javadoc JavadocMethod Missing a Javadoc comment. 152
 Error javadoc JavadocMethod Missing a Javadoc comment. 156
 Info misc FinalParameters Parameter propURI should be final. 156
 Error javadoc JavadocMethod Expected an @return tag. 161
 Error javadoc JavadocMethod Expected an @return tag. 166
 Error javadoc JavadocMethod Missing a Javadoc comment. 170
 Info regexp RegexpSingleline Line has trailing spaces. 176
 Error javadoc JavadocMethod Expected an @return tag. 179
 Info misc FinalParameters Parameter propURI should be final. 179
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 179
 Info misc FinalParameters Parameter o should be final. 179
 Error javadoc JavadocMethod Expected @param tag for 'o'. 179

org/universAAL/middleware/owl/util/OntologyTest.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Error javadoc JavadocType Missing a Javadoc comment. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Info regexp RegexpSingleline Line has trailing spaces. 49
 Error javadoc JavadocMethod Expected an @return tag. 55
 Info misc FinalParameters Parameter ont should be final. 55
 Info misc FinalParameters Parameter info should be final. 55
 Info misc FinalParameters Parameter dbgClass should be final. 56
 Error javadoc JavadocMethod Expected @param tag for 'dbgClass'. 56
 Warning blocks NeedBraces 'if' construct must use '{}'s. 59
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 74
 Warning blocks NeedBraces 'for' construct must use '{}'s. 81
 Info sizes LineLength Line is longer than 80 characters (found 126). 93
 Info sizes LineLength Line is longer than 80 characters (found 110). 95
 Info sizes LineLength Line is longer than 80 characters (found 190). 127
 Info sizes LineLength Line is longer than 80 characters (found 81). 140
 Info sizes LineLength Line is longer than 80 characters (found 81). 144
 Info sizes LineLength Line is longer than 80 characters (found 97). 146
 Info sizes LineLength Line is longer than 80 characters (found 172). 148
 Info sizes LineLength Line is longer than 80 characters (found 90). 166
 Info sizes LineLength Line is longer than 80 characters (found 82). 171
 Info sizes LineLength Line is longer than 80 characters (found 88). 172
 Info sizes LineLength Line is longer than 80 characters (found 90). 173
 Info sizes LineLength Line is longer than 80 characters (found 94). 175
 Info sizes LineLength Line is longer than 80 characters (found 149). 187
 Info sizes LineLength Line is longer than 80 characters (found 128). 188
 Info sizes LineLength Line is longer than 80 characters (found 104). 189
 Info regexp RegexpSingleline Line has trailing spaces. 201
 Error javadoc JavadocMethod Expected an @return tag. 207
 Info sizes MethodLength Method length is 175 lines (max allowed is 150). 207
 Info misc FinalParameters Parameter ont should be final. 207
 Info misc FinalParameters Parameter info should be final. 207
 Info misc FinalParameters Parameter dbgClass should be final. 208
 Error javadoc JavadocMethod Expected @param tag for 'dbgClass'. 208
 Info sizes LineLength Line is longer than 80 characters (found 160). 220
 Warning blocks NeedBraces 'if' construct must use '{}'s. 225
 Info sizes LineLength Line is longer than 80 characters (found 130). 239
 Info sizes LineLength Line is longer than 80 characters (found 174). 258
 Info sizes LineLength Line is longer than 80 characters (found 94). 269
 Info sizes LineLength Line is longer than 80 characters (found 141). 273
 Info sizes LineLength Line is longer than 80 characters (found 104). 274
 Info sizes LineLength Line is longer than 80 characters (found 90). 290
 Info sizes LineLength Line is longer than 80 characters (found 200). 291
 Info sizes LineLength Line is longer than 80 characters (found 146). 292
 Warning blocks NeedBraces 'if' construct must use '{}'s. 306
 Info sizes LineLength Line is longer than 80 characters (found 82). 312
 Info sizes LineLength Line is longer than 80 characters (found 105). 318
 Info sizes LineLength Line is longer than 80 characters (found 114). 320
 Info sizes LineLength Line is longer than 80 characters (found 104). 321
 Warning blocks NeedBraces 'if' construct must use '{}'s. 327
 Info sizes LineLength Line is longer than 80 characters (found 87). 353
 Info sizes LineLength Line is longer than 80 characters (found 108). 361
 Info misc TodoComment Comment matches to-do format 'TODO:'. 366
 Info sizes LineLength Line is longer than 80 characters (found 93). 376
 Info regexp RegexpSingleline Line has trailing spaces. 387
 Error javadoc JavadocMethod Expected an @return tag. 391
 Info misc FinalParameters Parameter ont should be final. 391
 Warning blocks NeedBraces 'if' construct must use '{}'s. 404
 Info sizes LineLength Line is longer than 80 characters (found 92). 423
 Info sizes LineLength Line is longer than 80 characters (found 87). 438

org/universAAL/middleware/rdf/ClosedCollection.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 36

org/universAAL/middleware/rdf/FinalizedResource.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info misc FinalParameters Parameter isXMLLiteral should be final. 38
 Error javadoc JavadocMethod Expected @param tag for 'isXMLLiteral'. 38
 Info misc FinalParameters Parameter uri should be final. 43
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 43
 Info misc FinalParameters Parameter uri should be final. 48
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 48
 Info misc FinalParameters Parameter isXMLLiteral should be final. 48
 Error javadoc JavadocMethod Expected @param tag for 'isXMLLiteral'. 48
 Info misc FinalParameters Parameter uriPrefix should be final. 53
 Error javadoc JavadocMethod Expected @param tag for 'uriPrefix'. 53
 Info misc FinalParameters Parameter numProps should be final. 53
 Error javadoc JavadocMethod Expected @param tag for 'numProps'. 53
 Error javadoc JavadocMethod Expected an @return tag. 58
 Info misc FinalParameters Parameter propURI should be final. 58
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 58
 Error javadoc JavadocMethod Expected an @return tag. 63
 Error javadoc JavadocMethod Expected an @return tag. 68
 Error javadoc JavadocMethod Expected an @return tag. 73
 Error javadoc JavadocMethod Expected an @return tag. 78
 Error javadoc JavadocMethod Expected an @return tag. 83
 Error javadoc JavadocMethod Expected an @return tag. 88
 Info misc FinalParameters Parameter typeURI should be final. 88
 Error javadoc JavadocMethod Expected @param tag for 'typeURI'. 88
 Info misc FinalParameters Parameter blockFurtherTypes should be final. 88
 Error javadoc JavadocMethod Expected @param tag for 'blockFurtherTypes'. 88
 Error javadoc JavadocMethod Expected an @return tag. 93
 Error javadoc JavadocMethod Expected an @return tag. 98
 Error javadoc JavadocMethod Expected an @return tag. 103
 Error javadoc JavadocMethod Expected an @return tag. 108

org/universAAL/middleware/rdf/LangString.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 81
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Error javadoc JavadocVariable Missing a Javadoc comment. 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 84
 Error javadoc JavadocVariable Missing a Javadoc comment. 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 89
 Error javadoc JavadocVariable Missing a Javadoc comment. 90
 Error javadoc JavadocVariable Missing a Javadoc comment. 91
 Error javadoc JavadocVariable Missing a Javadoc comment. 92
 Error javadoc JavadocVariable Missing a Javadoc comment. 93
 Error javadoc JavadocVariable Missing a Javadoc comment. 94
 Error javadoc JavadocVariable Missing a Javadoc comment. 95
 Error javadoc JavadocVariable Missing a Javadoc comment. 96
 Error javadoc JavadocVariable Missing a Javadoc comment. 97
 Error javadoc JavadocVariable Missing a Javadoc comment. 98
 Error javadoc JavadocVariable Missing a Javadoc comment. 99
 Error javadoc JavadocVariable Missing a Javadoc comment. 100
 Error javadoc JavadocVariable Missing a Javadoc comment. 101
 Error javadoc JavadocVariable Missing a Javadoc comment. 102
 Error javadoc JavadocVariable Missing a Javadoc comment. 103
 Error javadoc JavadocVariable Missing a Javadoc comment. 104
 Error javadoc JavadocVariable Missing a Javadoc comment. 105
 Error javadoc JavadocVariable Missing a Javadoc comment. 106
 Error javadoc JavadocVariable Missing a Javadoc comment. 107
 Error javadoc JavadocVariable Missing a Javadoc comment. 108
 Error javadoc JavadocVariable Missing a Javadoc comment. 109
 Error javadoc JavadocVariable Missing a Javadoc comment. 110
 Error javadoc JavadocVariable Missing a Javadoc comment. 111
 Error javadoc JavadocVariable Missing a Javadoc comment. 112
 Error javadoc JavadocVariable Missing a Javadoc comment. 113
 Error javadoc JavadocVariable Missing a Javadoc comment. 114
 Error javadoc JavadocVariable Missing a Javadoc comment. 115
 Error javadoc JavadocVariable Missing a Javadoc comment. 116
 Error javadoc JavadocVariable Missing a Javadoc comment. 117
 Error javadoc JavadocVariable Missing a Javadoc comment. 118
 Error javadoc JavadocVariable Missing a Javadoc comment. 119
 Error javadoc JavadocVariable Missing a Javadoc comment. 120
 Error javadoc JavadocVariable Missing a Javadoc comment. 121
 Error javadoc JavadocVariable Missing a Javadoc comment. 122
 Error javadoc JavadocVariable Missing a Javadoc comment. 123
 Error javadoc JavadocVariable Missing a Javadoc comment. 124
 Error javadoc JavadocVariable Missing a Javadoc comment. 125
 Error javadoc JavadocVariable Missing a Javadoc comment. 126
 Error javadoc JavadocVariable Missing a Javadoc comment. 127
 Error javadoc JavadocVariable Missing a Javadoc comment. 128
 Error javadoc JavadocVariable Missing a Javadoc comment. 129
 Error javadoc JavadocVariable Missing a Javadoc comment. 130
 Error javadoc JavadocVariable Missing a Javadoc comment. 131
 Error javadoc JavadocVariable Missing a Javadoc comment. 132
 Error javadoc JavadocVariable Missing a Javadoc comment. 133
 Error javadoc JavadocVariable Missing a Javadoc comment. 134
 Error javadoc JavadocVariable Missing a Javadoc comment. 135
 Error javadoc JavadocVariable Missing a Javadoc comment. 136
 Error javadoc JavadocVariable Missing a Javadoc comment. 137
 Error javadoc JavadocVariable Missing a Javadoc comment. 138
 Error javadoc JavadocVariable Missing a Javadoc comment. 139
 Error javadoc JavadocVariable Missing a Javadoc comment. 140
 Error javadoc JavadocVariable Missing a Javadoc comment. 141
 Error javadoc JavadocVariable Missing a Javadoc comment. 142
 Error javadoc JavadocVariable Missing a Javadoc comment. 143
 Error javadoc JavadocVariable Missing a Javadoc comment. 144
 Error javadoc JavadocVariable Missing a Javadoc comment. 145
 Error javadoc JavadocVariable Missing a Javadoc comment. 146
 Error javadoc JavadocVariable Missing a Javadoc comment. 147
 Error javadoc JavadocVariable Missing a Javadoc comment. 148
 Error javadoc JavadocVariable Missing a Javadoc comment. 149
 Error javadoc JavadocVariable Missing a Javadoc comment. 150
 Error javadoc JavadocVariable Missing a Javadoc comment. 151
 Error javadoc JavadocVariable Missing a Javadoc comment. 152
 Error javadoc JavadocVariable Missing a Javadoc comment. 153
 Error javadoc JavadocVariable Missing a Javadoc comment. 154
 Error javadoc JavadocVariable Missing a Javadoc comment. 155
 Error javadoc JavadocVariable Missing a Javadoc comment. 156
 Error javadoc JavadocVariable Missing a Javadoc comment. 157
 Error javadoc JavadocVariable Missing a Javadoc comment. 158
 Error javadoc JavadocVariable Missing a Javadoc comment. 159
 Error javadoc JavadocVariable Missing a Javadoc comment. 160
 Error javadoc JavadocVariable Missing a Javadoc comment. 161
 Error javadoc JavadocVariable Missing a Javadoc comment. 162
 Error javadoc JavadocVariable Missing a Javadoc comment. 163
 Error javadoc JavadocVariable Missing a Javadoc comment. 164
 Error javadoc JavadocVariable Missing a Javadoc comment. 165
 Error javadoc JavadocVariable Missing a Javadoc comment. 166
 Error javadoc JavadocVariable Missing a Javadoc comment. 167
 Error javadoc JavadocVariable Missing a Javadoc comment. 168
 Error javadoc JavadocVariable Missing a Javadoc comment. 169
 Error javadoc JavadocVariable Missing a Javadoc comment. 170
 Error javadoc JavadocVariable Missing a Javadoc comment. 171
 Error javadoc JavadocVariable Missing a Javadoc comment. 172
 Error javadoc JavadocVariable Missing a Javadoc comment. 173
 Error javadoc JavadocVariable Missing a Javadoc comment. 174
 Error javadoc JavadocVariable Missing a Javadoc comment. 175
 Error javadoc JavadocVariable Missing a Javadoc comment. 176
 Error javadoc JavadocVariable Missing a Javadoc comment. 177
 Error javadoc JavadocVariable Missing a Javadoc comment. 178
 Error javadoc JavadocVariable Missing a Javadoc comment. 179
 Error javadoc JavadocVariable Missing a Javadoc comment. 180
 Error javadoc JavadocVariable Missing a Javadoc comment. 181
 Error javadoc JavadocVariable Missing a Javadoc comment. 182
 Error javadoc JavadocVariable Missing a Javadoc comment. 183
 Error javadoc JavadocVariable Missing a Javadoc comment. 184
 Error javadoc JavadocVariable Missing a Javadoc comment. 185
 Error javadoc JavadocVariable Missing a Javadoc comment. 186
 Error javadoc JavadocVariable Missing a Javadoc comment. 187
 Error javadoc JavadocVariable Missing a Javadoc comment. 188
 Error javadoc JavadocVariable Missing a Javadoc comment. 189
 Error javadoc JavadocVariable Missing a Javadoc comment. 190
 Error javadoc JavadocVariable Missing a Javadoc comment. 191
 Error javadoc JavadocVariable Missing a Javadoc comment. 192
 Error javadoc JavadocVariable Missing a Javadoc comment. 193
 Error javadoc JavadocVariable Missing a Javadoc comment. 194
 Error javadoc JavadocVariable Missing a Javadoc comment. 195
 Error javadoc JavadocVariable Missing a Javadoc comment. 196
 Error javadoc JavadocVariable Missing a Javadoc comment. 197
 Error javadoc JavadocVariable Missing a Javadoc comment. 198
 Error javadoc JavadocVariable Missing a Javadoc comment. 199
 Error javadoc JavadocVariable Missing a Javadoc comment. 200
 Error javadoc JavadocVariable Missing a Javadoc comment. 201
 Error javadoc JavadocVariable Missing a Javadoc comment. 202
 Error javadoc JavadocVariable Missing a Javadoc comment. 203
 Error javadoc JavadocVariable Missing a Javadoc comment. 204
 Error javadoc JavadocVariable Missing a Javadoc comment. 205
 Error javadoc JavadocVariable Missing a Javadoc comment. 206
 Error javadoc JavadocVariable Missing a Javadoc comment. 207
 Error javadoc JavadocVariable Missing a Javadoc comment. 208
 Error javadoc JavadocVariable Missing a Javadoc comment. 209
 Error javadoc JavadocVariable Missing a Javadoc comment. 210
 Error javadoc JavadocVariable Missing a Javadoc comment. 211
 Error javadoc JavadocVariable Missing a Javadoc comment. 212
 Error javadoc JavadocVariable Missing a Javadoc comment. 213
 Error javadoc JavadocVariable Missing a Javadoc comment. 215
 Error javadoc JavadocVariable Missing a Javadoc comment. 216
 Error javadoc JavadocMethod Missing a Javadoc comment. 218
 Info misc FinalParameters Parameter str should be final. 218
 Warning coding HiddenField 'str' hides a field. 218
 Info misc FinalParameters Parameter lang should be final. 218
 Warning coding HiddenField 'lang' hides a field. 218
 Warning blocks NeedBraces 'if' construct must use '{}'s. 219
 Warning blocks NeedBraces 'else' construct must use '{}'s. 221
 Warning blocks NeedBraces 'if' construct must use '{}'s. 224
 Warning blocks NeedBraces 'else' construct must use '{}'s. 226
 Error javadoc JavadocMethod Missing a Javadoc comment. 230
 Error javadoc JavadocMethod Missing a Javadoc comment. 234
 Info misc FinalParameters Parameter obj should be final. 239
 Warning blocks NeedBraces 'if' construct must use '{}'s. 241
 Warning blocks NeedBraces 'if' construct must use '{}'s. 246

org/universAAL/middleware/rdf/ObjectCollection.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 33

org/universAAL/middleware/rdf/OpenCollection.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 36

org/universAAL/middleware/rdf/Property.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.owl.DatatypeProperty. 27
 Info imports UnusedImports Unused import - org.universAAL.middleware.owl.ObjectProperty. 28
 Info imports UnusedImports Unused import - org.universAAL.middleware.owl.Ontology. 30
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Error design VisibilityModifier Variable 'isFunctional' must be private and have accessor methods. 64
 Error design VisibilityModifier Variable 'info' must be private and have accessor methods. 73
 Error design VisibilityModifier Variable 'setup' must be private and have accessor methods. 76
 Error design VisibilityModifier Variable 'prop' must be private and have accessor methods. 85
 Info misc FinalParameters Parameter prop should be final. 88
 Warning coding HiddenField 'prop' hides a field. 88
 Error javadoc JavadocMethod Expected @param tag for 'prop'. 88
 Error javadoc JavadocMethod Expected an @return tag. 93
 Error design DesignForExtension Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 93
 Error design DesignForExtension Method 'setFunctional' is not designed for extension - needs to be abstract, final or empty. 98
 Error design DesignForExtension Method 'addSuperProperty' is not designed for extension - needs to be abstract, final or empty. 104
 Info misc FinalParameters Parameter superProperty should be final. 104
 Error javadoc JavadocMethod Expected @param tag for 'superProperty'. 104
 Warning blocks NeedBraces 'if' construct must use '{}'s. 105
 Info misc FinalParameters Parameter equivalentProperty should be final. 114
 Error javadoc JavadocMethod Expected @param tag for 'equivalentProperty'. 114
 Info misc FinalParameters Parameter disjointProperty should be final. 141
 Error javadoc JavadocMethod Expected @param tag for 'disjointProperty'. 141
 Error design DesignForExtension Method 'setDomain' is not designed for extension - needs to be abstract, final or empty. 146
 Info misc FinalParameters Parameter domain should be final. 146
 Error javadoc JavadocMethod Expected @param tag for 'domain'. 146
 Info misc FinalParameters Parameter range should be final. 151
 Error javadoc JavadocMethod Expected @param tag for 'range'. 151
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 155
 Error javadoc JavadocMethod Missing a Javadoc comment. 155
 Info misc FinalParameters Parameter propURI should be final. 155
 Info misc FinalParameters Parameter value should be final. 155
 Info regexp RegexpSingleline Line has trailing spaces. 164
 Info misc FinalParameters Parameter uri should be final. 170
 Info misc FinalParameters Parameter info should be final. 170
 Warning coding HiddenField 'info' hides a field. 170
 Warning blocks NeedBraces 'if' construct must use '{}'s. 172
 Warning blocks NeedBraces 'if' construct must use '{}'s. 175
 Info sizes LineLength Line is longer than 80 characters (found 105). 177
 Info regexp RegexpSingleline Line has trailing spaces. 183
 Error javadoc JavadocMethod Expected an @return tag. 186
 Error design DesignForExtension Method 'isFunctional' is not designed for extension - needs to be abstract, final or empty. 186
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 190
 Info misc FinalParameters Parameter propURI should be final. 191
 Info misc FinalParameters Parameter value should be final. 191
 Error design DesignForExtension Method 'containsType' is not designed for extension - needs to be abstract, final or empty. 201
 Error javadoc JavadocMethod Missing a Javadoc comment. 201
 Info misc FinalParameters Parameter type should be final. 201
 Info misc FinalParameters Parameter value should be final. 201

org/universAAL/middleware/rdf/PropertyPath.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Info misc FinalParameters Parameter uri should be final. 74
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 74
 Info misc FinalParameters Parameter isXMLLiteral should be final. 83
 Error javadoc JavadocMethod Expected @param tag for 'isXMLLiteral'. 83
 Info misc FinalParameters Parameter uri should be final. 92
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 92
 Info misc FinalParameters Parameter isXMLLiteral should be final. 92
 Error javadoc JavadocMethod Expected @param tag for 'isXMLLiteral'. 92
 Info regexp RegexpSingleline Line has trailing spaces. 99
 Info misc FinalParameters Parameter uri should be final. 107
 Info misc FinalParameters Parameter isXMLLiteral should be final. 107
 Info misc FinalParameters Parameter thePath should be final. 107
 Info regexp RegexpSingleline Line has trailing spaces. 115
 Info misc FinalParameters Parameter path should be final. 123
 Info misc FinalParameters Parameter i should be final. 123
 Warning blocks NeedBraces 'if' construct must use '{}'s. 124
 Warning blocks NeedBraces 'if' construct must use '{}'s. 127
 Warning blocks NeedBraces 'for' construct must use '{}'s. 132
 Error javadoc JavadocMethod Expected an @return tag. 141
 Info misc FinalParameters Parameter path should be final. 141
 Error javadoc JavadocMethod Expected @param tag for 'path'. 141
 Info misc FinalParameters Parameter prefix should be final. 141
 Error javadoc JavadocMethod Expected @param tag for 'prefix'. 141
 Warning blocks NeedBraces 'if' construct must use '{}'s. 142
 Warning blocks NeedBraces 'for' construct must use '{}'s. 146
 Warning blocks NeedBraces 'if' construct must use '{}'s. 147
 Error javadoc JavadocMethod Expected an @return tag. 157
 Info misc FinalParameters Parameter pr should be final. 157
 Error javadoc JavadocMethod Expected @param tag for 'pr'. 157
 Warning blocks NeedBraces 'if' construct must use '{}'s. 158
 Warning blocks NeedBraces 'if' construct must use '{}'s. 160
 Warning blocks NeedBraces 'if' construct must use '{}'s. 162
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 164
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 169
 Error javadoc JavadocMethod Expected an @return tag. 176
 Warning coding EqualsHashCode Definition of 'equals()' without corresponding definition of 'hashCode()'. 176
 Info misc FinalParameters Parameter other should be final. 176
 Error javadoc JavadocMethod Expected @param tag for 'other'. 176
 Warning blocks NeedBraces 'if' construct must use '{}'s. 177
 Warning blocks NeedBraces 'if' construct must use '{}'s. 184
 Warning blocks NeedBraces 'if' construct must use '{}'s. 187
 Warning blocks NeedBraces 'if' construct must use '{}'s. 191
 Warning blocks NeedBraces 'if' construct must use '{}'s. 201
 Error javadoc JavadocMethod Expected an @return tag. 210
 Warning blocks NeedBraces 'if' construct must use '{}'s. 212
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 216
 Error javadoc JavadocMethod Expected an @return tag. 220
 Warning blocks NeedBraces 'if' construct must use '{}'s. 222
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 226
 Error javadoc JavadocMethod Expected an @return tag. 230
 Warning blocks NeedBraces 'if' construct must use '{}'s. 232
 Warning blocks NeedBraces 'for' construct must use '{}'s. 236
 Error javadoc JavadocMethod Expected an @return tag. 244
 Info misc FinalParameters Parameter propURI should be final. 244
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 244
 Error javadoc JavadocMethod Expected an @return tag. 252
 Info misc FinalParameters Parameter propURI should be final. 252
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 252
 Info misc FinalParameters Parameter o should be final. 252
 Error javadoc JavadocMethod Expected @param tag for 'o'. 252
 Warning blocks NeedBraces 'if' construct must use '{}'s. 259
 Warning blocks NeedBraces 'if' construct must use '{}'s. 262
 Warning blocks NeedBraces 'else' construct must use '{}'s. 265
 Info regexp RegexpSingleline Line has trailing spaces. 288
 Info misc FinalParameters Parameter propPath should be final. 293
 Warning blocks NeedBraces 'for' construct must use '{}'s. 297
 Warning blocks NeedBraces 'if' construct must use '{}'s. 298
 Warning blocks NeedBraces 'else' construct must use '{}'s. 300
 Info regexp RegexpSingleline Line has trailing spaces. 310
 Warning blocks NeedBraces 'if' construct must use '{}'s. 315
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 318
 Error javadoc JavadocStyle First sentence should end with a period. 324

org/universAAL/middleware/rdf/PropertySetup.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.owl.MaxCardinalityRestriction. 23
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocMethod Expected an @return tag. 40
 Info modifier RedundantModifier Redundant 'public' modifier. 40
 Info modifier RedundantModifier Redundant 'public' modifier. 46
 Error javadoc JavadocMethod Expected @param tag for 'dom'. 46
 Info modifier RedundantModifier Redundant 'public' modifier. 52
 Error javadoc JavadocMethod Expected @param tag for 'range'. 52
 Info modifier RedundantModifier Redundant 'public' modifier. 62
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Info modifier RedundantModifier Redundant 'public' modifier. 71
 Info regexp RegexpSingleline Line has trailing spaces. 80
 Info modifier RedundantModifier Redundant 'public' modifier. 84
 Info regexp RegexpSingleline Line has trailing spaces. 92
 Info modifier RedundantModifier Redundant 'public' modifier. 96
 Info regexp RegexpSingleline Line has trailing spaces. 97
 Error javadoc JavadocMethod Expected an @return tag. 101
 Info modifier RedundantModifier Redundant 'public' modifier. 101
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 101
 Error javadoc JavadocMethod Expected @param tag for 'value'. 101

org/universAAL/middleware/rdf/RDFClassInfo.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info sizes LineLength Line is longer than 80 characters (found 163). 50
 Error design VisibilityModifier Variable 'namedSuperClasses' must be private and have accessor methods. 56
 Error design VisibilityModifier Variable 'instances' must be private and have accessor methods. 62
 Error design VisibilityModifier Variable 'combinedSuperClasses' must be private and have accessor methods. 68
 Error design VisibilityModifier Variable 'superClasses' must be private and have accessor methods. 74
 Error design VisibilityModifier Variable 'factory' must be private and have accessor methods. 79
 Error design VisibilityModifier Variable 'factoryIndex' must be private and have accessor methods. 85
 Error design VisibilityModifier Variable 'ont' must be private and have accessor methods. 90
 Error design VisibilityModifier Variable 'locked' must be private and have accessor methods. 96
 Error design VisibilityModifier Variable 'rdfsetup' must be private and have accessor methods. 101
 Error javadoc JavadocVariable Missing a Javadoc comment. 109
 Error design VisibilityModifier Variable 'info' must be private and have accessor methods. 109
 Error javadoc JavadocMethod Missing a Javadoc comment. 111
 Info misc FinalParameters Parameter info should be final. 111
 Warning coding HiddenField 'info' hides a field. 111
 Error design DesignForExtension Method 'addInstance' is not designed for extension - needs to be abstract, final or empty. 116
 Info misc FinalParameters Parameter instance should be final. 116
 Error javadoc JavadocMethod Expected @param tag for 'instance'. 116
 Warning blocks NeedBraces 'if' construct must use '{}'s. 117
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 123
 Info sizes LineLength Line is longer than 80 characters (found 140). 135
 Info sizes LineLength Line is longer than 80 characters (found 140). 145
 Warning blocks NeedBraces 'if' construct must use '{}'s. 152
 Error design DesignForExtension Method 'addSuperClass' is not designed for extension - needs to be abstract, final or empty. 157
 Info misc FinalParameters Parameter superClass should be final. 157
 Error javadoc JavadocMethod Expected @param tag for 'superClass'. 157
 Warning blocks NeedBraces 'if' construct must use '{}'s. 158
 Info misc TodoComment Comment matches to-do format 'TODO:'. 163
 Info misc TodoComment Comment matches to-do format 'TODO:'. 181
 Error design DesignForExtension Method 'addSuperClass' is not designed for extension - needs to be abstract, final or empty. 186
 Info misc FinalParameters Parameter namedSuperClass should be final. 186
 Error javadoc JavadocMethod Expected @param tag for 'namedSuperClass'. 186
 Warning blocks NeedBraces 'if' construct must use '{}'s. 187
 Warning blocks NeedBraces 'if' construct must use '{}'s. 189
 Info sizes LineLength Line is longer than 80 characters (found 99). 199
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 199
 Info sizes LineLength Line is longer than 80 characters (found 164). 213
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 213
 Error javadoc JavadocMethod Expected an @return tag. 236
 Error design DesignForExtension Method 'getInfo' is not designed for extension - needs to be abstract, final or empty. 236
 Error design DesignForExtension Method 'setResourceComment' is not designed for extension - needs to be abstract, final or empty. 241
 Info misc FinalParameters Parameter comment should be final. 241
 Error javadoc JavadocMethod Expected @param tag for 'comment'. 241
 Warning blocks NeedBraces 'if' construct must use '{}'s. 242
 Error design DesignForExtension Method 'setResourceLabel' is not designed for extension - needs to be abstract, final or empty. 248
 Info misc FinalParameters Parameter label should be final. 248
 Error javadoc JavadocMethod Expected @param tag for 'label'. 248
 Warning blocks NeedBraces 'if' construct must use '{}'s. 249
 Info regexp RegexpSingleline Line has trailing spaces. 257
 Info misc FinalParameters Parameter classURI should be final. 270
 Info misc FinalParameters Parameter ont should be final. 270
 Warning coding HiddenField 'ont' hides a field. 270
 Info misc FinalParameters Parameter factory should be final. 271
 Warning coding HiddenField 'factory' hides a field. 271
 Info misc FinalParameters Parameter factoryIndex should be final. 271
 Warning coding HiddenField 'factoryIndex' hides a field. 271
 Warning blocks NeedBraces 'if' construct must use '{}'s. 273
 Warning blocks NeedBraces 'if' construct must use '{}'s. 276
 Warning blocks NeedBraces 'if' construct must use '{}'s. 280
 Info sizes LineLength Line is longer than 80 characters (found 88). 282
 Warning blocks NeedBraces 'if' construct must use '{}'s. 284
 Info sizes LineLength Line is longer than 80 characters (found 89). 286
 Warning blocks NeedBraces 'if' construct must use '{}'s. 288
 Info sizes LineLength Line is longer than 80 characters (found 88). 290
 Info regexp RegexpSingleline Line has trailing spaces. 302
 Info misc FinalParameters Parameter classURI should be final. 316
 Info misc FinalParameters Parameter ont should be final. 316
 Info misc FinalParameters Parameter factory should be final. 317
 Info misc FinalParameters Parameter factoryIndex should be final. 317
 Warning blocks NeedBraces 'if' construct must use '{}'s. 318
 Warning blocks NeedBraces 'if' construct must use '{}'s. 320
 Info sizes LineLength Line is longer than 80 characters (found 96). 322
 Info regexp RegexpSingleline Line has trailing spaces. 331
 Error design DesignForExtension Method 'isAbstract' is not designed for extension - needs to be abstract, final or empty. 334
 Info regexp RegexpSingleline Line has trailing spaces. 340
 Error javadoc JavadocMethod Expected an @return tag. 343
 Error design DesignForExtension Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. 343
 Info regexp RegexpSingleline Line has trailing spaces. 349
 Error javadoc JavadocMethod Expected an @return tag. 352
 Error design DesignForExtension Method 'getFactoryIndex' is not designed for extension - needs to be abstract, final or empty. 352
 Info regexp RegexpSingleline Line has trailing spaces. 360
 Error design DesignForExtension Method 'hasSuperClass' is not designed for extension - needs to be abstract, final or empty. 368
 Info misc FinalParameters Parameter classURI should be final. 368
 Info misc FinalParameters Parameter inherited should be final. 368
 Warning blocks NeedBraces 'if' construct must use '{}'s. 369
 Warning blocks NeedBraces 'if' construct must use '{}'s. 371
 Warning blocks NeedBraces 'if' construct must use '{}'s. 379
 Warning blocks NeedBraces 'if' construct must use '{}'s. 380
 Info regexp RegexpSingleline Line has trailing spaces. 388
 Error design DesignForExtension Method 'getNamedSuperClasses' is not designed for extension - needs to be abstract, final or empty. 396
 Info misc FinalParameters Parameter inherited should be final. 396
 Info misc FinalParameters Parameter includeAbstractClasses should be final. 397
 Warning blocks NeedBraces 'if' construct must use '{}'s. 401
 Warning blocks NeedBraces 'if' construct must use '{}'s. 410
 Warning blocks NeedBraces 'if' construct must use '{}'s. 411
 Warning blocks NeedBraces 'for' construct must use '{}'s. 426
 Error javadoc JavadocMethod Expected an @return tag. 438
 Error design DesignForExtension Method 'getSuperClasses' is not designed for extension - needs to be abstract, final or empty. 438
 Error javadoc JavadocMethod Expected an @return tag. 447
 Error design DesignForExtension Method 'getInstances' is not designed for extension - needs to be abstract, final or empty. 447
 Info regexp RegexpSingleline Line has trailing spaces. 455
 Error design DesignForExtension Method 'getInstanceByURI' is not designed for extension - needs to be abstract, final or empty. 460
 Info misc FinalParameters Parameter uri should be final. 460
 Error design DesignForExtension Method 'lock' is not designed for extension - needs to be abstract, final or empty. 469
 Error javadoc JavadocMethod Expected an @return tag. 476
 Error design DesignForExtension Method 'isClosedCollection' is not designed for extension - needs to be abstract, final or empty. 476
 Info misc FinalParameters Parameter propURI should be final. 476
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 476
 Warning blocks NeedBraces 'if' construct must use '{}'s. 477

org/universAAL/middleware/rdf/RDFClassInfoSetup.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.owl.Ontology. 23
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info modifier RedundantModifier Redundant 'public' modifier. 47
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Info modifier RedundantModifier Redundant 'public' modifier. 58
 Info regexp RegexpSingleline Line has trailing spaces. 62
 Info modifier RedundantModifier Redundant 'public' modifier. 66
 Error javadoc JavadocMethod Expected an @return tag. 71
 Info modifier RedundantModifier Redundant 'public' modifier. 71
 Info regexp RegexpSingleline Line has trailing spaces. 76
 Info modifier RedundantModifier Redundant 'public' modifier. 80
 Info regexp RegexpSingleline Line has trailing spaces. 85
 Info modifier RedundantModifier Redundant 'public' modifier. 89

org/universAAL/middleware/rdf/Resource.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info sizes LineLength Line is longer than 80 characters (found 93). 50
 Info sizes LineLength Line is longer than 80 characters (found 88). 53
 Info sizes LineLength Line is longer than 80 characters (found 89). 80
 Warning naming ConstantName Name 'uAAL_NAMESPACE_PREFIX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 80
 Warning naming ConstantName Name 'uAAL_SERVICE_NAMESPACE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 83
 Warning naming ConstantName Name 'uAAL_VOCABULARY_NAMESPACE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 87
 Info sizes LineLength Line is longer than 80 characters (found 88). 91
 Warning naming ConstantName Name 'PROP_uAAL_INVOLVED_HUMAN_USER' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 91
 Error design VisibilityModifier Variable 'uri' must be private and have accessor methods. 129
 Warning naming MemberName Name 'ns_delim_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. 135
 Error design VisibilityModifier Variable 'ns_delim_index' must be private and have accessor methods. 135
 Error design VisibilityModifier Variable 'props' must be private and have accessor methods. 144
 Error design VisibilityModifier Variable 'blockAddingTypes' must be private and have accessor methods. 154
 Error design VisibilityModifier Variable 'isXMLLiteral' must be private and have accessor methods. 157
 Info misc FinalParameters Parameter isXMLLiteral should be final. 175
 Warning coding HiddenField 'isXMLLiteral' hides a field. 175
 Error javadoc JavadocMethod Expected @param tag for 'isXMLLiteral'. 175
 Info misc FinalParameters Parameter uri should be final. 182
 Warning coding HiddenField 'uri' hides a field. 182
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 182
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 188
 Info misc FinalParameters Parameter uri should be final. 196
 Warning coding HiddenField 'uri' hides a field. 196
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 196
 Info misc FinalParameters Parameter isXMLLiteral should be final. 196
 Warning coding HiddenField 'isXMLLiteral' hides a field. 196
 Error javadoc JavadocMethod Expected @param tag for 'isXMLLiteral'. 196
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 202
 Info regexp RegexpSingleline Line has trailing spaces. 213
 Info misc FinalParameters Parameter uriPrefix should be final. 219
 Info misc FinalParameters Parameter numProps should be final. 219
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 221
 Info regexp RegexpSingleline Line has trailing spaces. 233
 Info misc FinalParameters Parameter members should be final. 241
 Info misc FinalParameters Parameter isXMLLiteral should be final. 241
 Warning blocks NeedBraces 'if' construct must use '{}'s. 242
 Error javadoc JavadocMethod Expected an @return tag. 268
 Info regexp RegexpSingleline Line has trailing spaces. 274
 Info misc FinalParameters Parameter classURI should be final. 283
 Info misc FinalParameters Parameter instanceURI should be final. 283
 Info regexp RegexpSingleline Line has trailing spaces. 291
 Error javadoc JavadocMethod Expected an @return tag. 294
 Info misc FinalParameters Parameter uri should be final. 294
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 294
 Info sizes LineLength Line is longer than 80 characters (found 92). 300
 Error javadoc JavadocMethod Expected an @return tag. 303
 Info misc FinalParameters Parameter uri should be final. 303
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 303
 Info regexp RegexpSingleline Line has trailing spaces. 311
 Error javadoc JavadocMethod Expected an @return tag. 317
 Error design DesignForExtension Method 'addType' is not designed for extension - needs to be abstract, final or empty. 317
 Info misc FinalParameters Parameter typeURI should be final. 317
 Info misc FinalParameters Parameter blockFurtherTypes should be final. 317
 Warning blocks NeedBraces 'if' construct must use '{}'s. 318
 Warning blocks NeedBraces 'if' construct must use '{}'s. 325
 Warning blocks NeedBraces 'if' construct must use '{}'s. 329
 Info regexp RegexpSingleline Line has trailing spaces. 342
 Error design DesignForExtension Method 'asList' is not designed for extension - needs to be abstract, final or empty. 345
 Warning blocks NeedBraces 'if' construct must use '{}'s. 350
 Info regexp RegexpSingleline Line has trailing spaces. 360
 Error design DesignForExtension Method 'asList' is not designed for extension - needs to be abstract, final or empty. 364
 Info misc FinalParameters Parameter l should be final. 364
 Warning blocks NeedBraces 'if' construct must use '{}'s. 372
 Info sizes LineLength Line is longer than 80 characters (found 112). 383
 Info sizes LineLength Line is longer than 80 characters (found 114). 384
 Info sizes LineLength Line is longer than 80 characters (found 107). 385
 Info sizes LineLength Line is longer than 80 characters (found 104). 400
 Info sizes LineLength Line is longer than 80 characters (found 117). 401
 Info sizes LineLength Line is longer than 80 characters (found 99). 402
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 410
 Info sizes LineLength Line is longer than 80 characters (found 103). 411
 Info regexp RegexpSingleline Line has trailing spaces. 421
 Error design DesignForExtension Method 'changeProperty' is not designed for extension - needs to be abstract, final or empty. 428
 Info misc FinalParameters Parameter propURI should be final. 428
 Info misc FinalParameters Parameter value should be final. 428
 Warning blocks NeedBraces 'if' construct must use '{}'s. 431
 Warning blocks NeedBraces 'if' construct must use '{}'s. 435
 Warning blocks NeedBraces 'if' construct must use '{}'s. 437
 Info regexp RegexpSingleline Line has trailing spaces. 447
 Error design DesignForExtension Method 'copy' is not designed for extension - needs to be abstract, final or empty. 453
 Info misc FinalParameters Parameter isXMLLiteral should be final. 453
 Warning coding HiddenField 'isXMLLiteral' hides a field. 453
 Error javadoc JavadocMethod Expected @param tag for 'isXMLLiteral'. 453
 Warning blocks NeedBraces 'if' construct must use '{}'s. 455
 Info regexp RegexpSingleline Line has trailing spaces. 469
 Error design DesignForExtension Method 'deepCopy' is not designed for extension - needs to be abstract, final or empty. 472
 Warning blocks EmptyBlock Must have at least one statement. 482
 Warning blocks NeedBraces 'if' construct must use '{}'s. 518
 Warning blocks NeedBraces 'if' construct must use '{}'s. 520
 Warning blocks NeedBraces 'else' construct must use '{}'s. 522
 Warning blocks NeedBraces 'if' construct must use '{}'s. 528
 Error javadoc JavadocMethod Expected an @return tag. 542
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 542
 Info misc FinalParameters Parameter other should be final. 542
 Error javadoc JavadocMethod Expected @param tag for 'other'. 542
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 543
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 544
 Info sizes LineLength Line is longer than 80 characters (found 84). 545
 Info regexp RegexpSingleline Line has trailing spaces. 552
 Error design DesignForExtension Method 'getResourceComment' is not designed for extension - needs to be abstract, final or empty. 555
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 558
 Info regexp RegexpSingleline Line has trailing spaces. 563
 Error design DesignForExtension Method 'getResourceLabel' is not designed for extension - needs to be abstract, final or empty. 566
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 569
 Info regexp RegexpSingleline Line has trailing spaces. 571
 Info regexp RegexpSingleline Line has trailing spaces. 574
 Error design DesignForExtension Method 'getResourceLabel' is not designed for extension - needs to be abstract, final or empty. 580
 Info misc FinalParameters Parameter lang should be final. 580
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 582
 Info regexp RegexpSingleline Line has trailing spaces. 588
 Error design DesignForExtension Method 'getDefaultLang' is not designed for extension - needs to be abstract, final or empty. 591
 Info misc TodoComment Comment matches to-do format 'TODO:'. 592
 Info regexp RegexpSingleline Line has trailing spaces. 599
 Error design DesignForExtension Method 'getOrConstructLabel' is not designed for extension - needs to be abstract, final or empty. 606
 Info misc FinalParameters Parameter type should be final. 606
 Info regexp RegexpSingleline Line has trailing spaces. 609
 Info regexp RegexpSingleline Line has trailing spaces. 613
 Error design DesignForExtension Method 'getOrConstructLabel' is not designed for extension - needs to be abstract, final or empty. 623
 Info misc FinalParameters Parameter type should be final. 623
 Info misc FinalParameters Parameter lang should be final. 623
 Warning blocks NeedBraces 'if' construct must use '{}'s. 625
 Warning blocks NeedBraces 'if' construct must use '{}'s. 627
 Warning blocks NeedBraces 'if' construct must use '{}'s. 629
 Warning blocks NeedBraces 'if' construct must use '{}'s. 632
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 635
 Info regexp RegexpSingleline Line has trailing spaces. 642
 Info regexp RegexpSingleline Line has trailing spaces. 644
 Error design DesignForExtension Method 'getLocalName' is not designed for extension - needs to be abstract, final or empty. 648
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 649
 Info regexp RegexpSingleline Line has trailing spaces. 655
 Info regexp RegexpSingleline Line has trailing spaces. 657
 Error design DesignForExtension Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. 661
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 662
 Info regexp RegexpSingleline Line has trailing spaces. 669
 Info regexp RegexpSingleline Line has trailing spaces. 671
 Error design DesignForExtension Method 'getFilename' is not designed for extension - needs to be abstract, final or empty. 675
 Warning blocks NeedBraces 'if' construct must use '{}'s. 677
 Warning blocks NeedBraces 'if' construct must use '{}'s. 680
 Warning blocks NeedBraces 'if' construct must use '{}'s. 682
 Info regexp RegexpSingleline Line has trailing spaces. 689
 Error design DesignForExtension Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 694
 Info misc FinalParameters Parameter propURI should be final. 694
 Error javadoc JavadocMethod Expected an @return tag. 699
 Error design DesignForExtension Method 'getPropertyURIs' is not designed for extension - needs to be abstract, final or empty. 699
 Info regexp RegexpSingleline Line has trailing spaces. 722
 Error javadoc JavadocMethod Expected an @return tag. 726
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 726
 Info misc FinalParameters Parameter propURI should be final. 726
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 726
 Info regexp RegexpSingleline Line has trailing spaces. 734
 Error design DesignForExtension Method 'getStaticFieldValue' is not designed for extension - needs to be abstract, final or empty. 741
 Info misc FinalParameters Parameter fieldName should be final. 741
 Info misc FinalParameters Parameter defaultValue should be final. 741
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 744
 Error javadoc JavadocMethod Expected an @return tag. 754
 Error design DesignForExtension Method 'getType' is not designed for extension - needs to be abstract, final or empty. 754
 Warning blocks NeedBraces 'if' construct must use '{}'s. 756
 Warning blocks NeedBraces 'if' construct must use '{}'s. 757
 Warning blocks NeedBraces 'else' construct must use '{}'s. 759
 Warning blocks NeedBraces 'if' construct must use '{}'s. 761
 Warning blocks NeedBraces 'else' construct must use '{}'s. 763
 Error javadoc JavadocMethod Expected an @return tag. 770
 Error design DesignForExtension Method 'getTypes' is not designed for extension - needs to be abstract, final or empty. 770
 Warning blocks NeedBraces 'for' construct must use '{}'s. 774
 Warning blocks NeedBraces 'if' construct must use '{}'s. 777
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 778
 Warning blocks NeedBraces 'else' construct must use '{}'s. 779
 Error javadoc JavadocMethod Expected an @return tag. 784
 Error design DesignForExtension Method 'getURI' is not designed for extension - needs to be abstract, final or empty. 784
 Error javadoc JavadocMethod Expected an @return tag. 789
 Error design DesignForExtension Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 789
 Error javadoc JavadocMethod Expected an @return tag. 794
 Error design DesignForExtension Method 'hasProperty' is not designed for extension - needs to be abstract, final or empty. 794
 Info misc FinalParameters Parameter propURI should be final. 794
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 794
 Error javadoc JavadocMethod Expected an @return tag. 802
 Error design DesignForExtension Method 'hasQualifiedName' is not designed for extension - needs to be abstract, final or empty. 802
 Error javadoc JavadocMethod Expected an @return tag. 807
 Error design DesignForExtension Method 'isAnon' is not designed for extension - needs to be abstract, final or empty. 807
 Error javadoc JavadocMethod Expected an @return tag. 821
 Error design DesignForExtension Method 'isClosedCollection' is not designed for extension - needs to be abstract, final or empty. 821
 Info misc FinalParameters Parameter propURI should be final. 821
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 821
 Warning blocks NeedBraces 'if' construct must use '{}'s. 822
 Warning blocks NeedBraces 'if' construct must use '{}'s. 826
 Info regexp RegexpSingleline Line has trailing spaces. 835
 Error design DesignForExtension Method 'isBlockingAddingTypes' is not designed for extension - needs to be abstract, final or empty. 839
 Error javadoc JavadocMethod Expected an @return tag. 849
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 849
 Error javadoc JavadocMethod Expected an @return tag. 857
 Error design DesignForExtension Method 'numberOfProperties' is not designed for extension - needs to be abstract, final or empty. 857
 Error design DesignForExtension Method 'representsQualifiedURI' is not designed for extension - needs to be abstract, final or empty. 861
 Error javadoc JavadocMethod Missing a Javadoc comment. 861
 Error javadoc JavadocMethod Expected an @return tag. 870
 Error design DesignForExtension Method 'serializesAsXMLLiteral' is not designed for extension - needs to be abstract, final or empty. 870
 Error design DesignForExtension Method 'setResourceComment' is not designed for extension - needs to be abstract, final or empty. 875
 Info misc FinalParameters Parameter comment should be final. 875
 Error javadoc JavadocMethod Expected @param tag for 'comment'. 875
 Warning blocks NeedBraces 'if' construct must use '{}'s. 876
 Error design DesignForExtension Method 'setResourceLabel' is not designed for extension - needs to be abstract, final or empty. 881
 Info misc FinalParameters Parameter label should be final. 881
 Error javadoc JavadocMethod Expected @param tag for 'label'. 881
 Warning blocks NeedBraces 'if' construct must use '{}'s. 882
 Info regexp RegexpSingleline Line has trailing spaces. 889
 Error design DesignForExtension Method 'addMultiLangProp' is not designed for extension - needs to be abstract, final or empty. 896
 Info misc FinalParameters Parameter propURI should be final. 896
 Info misc FinalParameters Parameter ls should be final. 896
 Warning blocks NeedBraces 'if' construct must use '{}'s. 897
 Warning blocks NeedBraces 'if' construct must use '{}'s. 923
 Info regexp RegexpSingleline Line has trailing spaces. 933
 Error design DesignForExtension Method 'getMultiLangProp' is not designed for extension - needs to be abstract, final or empty. 946
 Info misc FinalParameters Parameter propURI should be final. 946
 Info misc FinalParameters Parameter lang should be final. 946
 Info misc FinalParameters Parameter includeDefault should be final. 947
 Warning blocks NeedBraces 'if' construct must use '{}'s. 948
 Warning blocks NeedBraces 'if' construct must use '{}'s. 952
 Warning blocks NeedBraces 'if' construct must use '{}'s. 960
 Warning blocks NeedBraces 'if' construct must use '{}'s. 964
 Warning blocks NeedBraces 'if' construct must use '{}'s. 966
 Warning blocks NeedBraces 'if' construct must use '{}'s. 971
 Warning blocks NeedBraces 'if' construct must use '{}'s. 973
 Warning blocks NeedBraces 'if' construct must use '{}'s. 977
 Warning blocks NeedBraces 'if' construct must use '{}'s. 981
 Info regexp RegexpSingleline Line has trailing spaces. 1017
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 1020
 Info misc FinalParameters Parameter propURI should be final. 1020
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 1020
 Info misc FinalParameters Parameter value should be final. 1020
 Error javadoc JavadocMethod Expected @param tag for 'value'. 1020
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1021
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1023
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1025
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1027
 Warning blocks NeedBraces 'for' construct must use '{}'s. 1028
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1029
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1034
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1041
 Info regexp RegexpSingleline Line has trailing spaces. 1058
 Error javadoc JavadocMethod Expected an @return tag. 1061
 Error design DesignForExtension Method 'setPropertyPath' is not designed for extension - needs to be abstract, final or empty. 1061
 Info misc FinalParameters Parameter propPath should be final. 1061
 Error javadoc JavadocMethod Expected @param tag for 'propPath'. 1061
 Info misc FinalParameters Parameter value should be final. 1061
 Error javadoc JavadocMethod Expected @param tag for 'value'. 1061
 Info regexp RegexpSingleline Line has trailing spaces. 1067
 Error javadoc JavadocMethod Expected an @return tag. 1070
 Error design DesignForExtension Method 'setPropertyPath' is not designed for extension - needs to be abstract, final or empty. 1070
 Info misc FinalParameters Parameter propPath should be final. 1070
 Error javadoc JavadocMethod Expected @param tag for 'propPath'. 1070
 Info misc FinalParameters Parameter value should be final. 1070
 Error javadoc JavadocMethod Expected @param tag for 'value'. 1070
 Info misc FinalParameters Parameter force should be final. 1071
 Error javadoc JavadocMethod Expected @param tag for 'force'. 1071
 Info regexp RegexpSingleline Line has trailing spaces. 1082
 Info misc TodoComment Comment matches to-do format 'TODO:'. 1097
 Error design DesignForExtension Method 'setPropertyPathFromOffset' is not designed for extension - needs to be abstract, final or empty. 1099
 Info misc FinalParameters Parameter propPath should be final. 1099
 Info misc FinalParameters Parameter fromIndex should be final. 1099
 Info misc FinalParameters Parameter value should be final. 1100
 Info misc FinalParameters Parameter force should be final. 1100
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1103
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1111
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1115
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1123
 Error javadoc JavadocMethod Expected an @return tag. 1129
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 1129
 Info regexp RegexpSingleline Line has trailing spaces. 1135
 Error design DesignForExtension Method 'toStringRecursive' is not designed for extension - needs to be abstract, final or empty. 1138
 Info regexp RegexpSingleline Line has trailing spaces. 1144
 Error design DesignForExtension Method 'toStringRecursive' is not designed for extension - needs to be abstract, final or empty. 1151
 Info misc FinalParameters Parameter prefix should be final. 1151
 Info misc FinalParameters Parameter prefixAtStart should be final. 1151
 Info misc FinalParameters Parameter visitedElements should be final. 1152
 Error javadoc JavadocMethod Expected @param tag for 'visitedElements'. 1152
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1153
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1157
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1182
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1191
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1196
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1199
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1206
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1208
 Error javadoc JavadocStyle First sentence should end with a period. 1215
 Error design DesignForExtension Method 'unliteral' is not designed for extension - needs to be abstract, final or empty. 1216
 Error javadoc JavadocStyle First sentence should end with a period. 1220
 Error design DesignForExtension Method 'literal' is not designed for extension - needs to be abstract, final or empty. 1221

org/universAAL/middleware/rdf/ResourceFactory.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Error javadoc JavadocType Missing a Javadoc comment. 22
 Error javadoc JavadocMethod Missing a Javadoc comment. 24
 Info modifier RedundantModifier Redundant 'public' modifier. 24

org/universAAL/middleware/rdf/ScopedResource.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 37
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Error javadoc JavadocStyle First sentence should end with a period. 56
 Error javadoc JavadocMethod Invalid use of the {@inheritDoc} tag. 57
 Error javadoc JavadocStyle First sentence should end with a period. 61
 Error javadoc JavadocMethod Invalid use of the {@inheritDoc} tag. 62
 Info misc FinalParameters Parameter isXMLLiteral should be final. 62
 Error javadoc JavadocStyle First sentence should end with a period. 66
 Error javadoc JavadocMethod Invalid use of the {@inheritDoc} tag. 67
 Info misc FinalParameters Parameter uri should be final. 67
 Error javadoc JavadocStyle First sentence should end with a period. 71
 Error javadoc JavadocMethod Invalid use of the {@inheritDoc} tag. 72
 Info misc FinalParameters Parameter uri should be final. 72
 Info misc FinalParameters Parameter isXMLLiteral should be final. 72
 Error javadoc JavadocStyle First sentence should end with a period. 76
 Error javadoc JavadocMethod Invalid use of the {@inheritDoc} tag. 77
 Info misc FinalParameters Parameter uriPrefix should be final. 77
 Info misc FinalParameters Parameter numProps should be final. 77
 Info sizes LineLength Line is longer than 80 characters (found 109). 82
 Info regexp RegexpSingleline Line has trailing spaces. 83
 Error design DesignForExtension Method 'isScoped' is not designed for extension - needs to be abstract, final or empty. 86
 Info regexp RegexpSingleline Line has trailing spaces. 92
 Error design DesignForExtension Method 'getScopes' is not designed for extension - needs to be abstract, final or empty. 95
 Info regexp RegexpSingleline Line has trailing spaces. 110
 Error design DesignForExtension Method 'addScope' is not designed for extension - needs to be abstract, final or empty. 115
 Info misc FinalParameters Parameter newScope should be final. 115
 Info regexp RegexpSingleline Line has trailing spaces. 142
 Error design DesignForExtension Method 'clearScopes' is not designed for extension - needs to be abstract, final or empty. 145
 Info regexp RegexpSingleline Line has trailing spaces. 151
 Error design DesignForExtension Method 'setScope' is not designed for extension - needs to be abstract, final or empty. 156
 Info misc FinalParameters Parameter src should be final. 156
 Info regexp RegexpSingleline Line has trailing spaces. 169
 Info sizes LineLength Line is longer than 80 characters (found 90). 180
 Info regexp RegexpSingleline Line has trailing spaces. 182
 Error design DesignForExtension Method 'isSerializableTo' is not designed for extension - needs to be abstract, final or empty. 188
 Info misc FinalParameters Parameter destinationCandidateScope should be final. 188
 Info regexp RegexpSingleline Line has trailing spaces. 198
 Info sizes LineLength Line is longer than 80 characters (found 84). 200
 Info sizes LineLength Line is longer than 80 characters (found 85). 202
 Error design DesignForExtension Method 'getOriginScope' is not designed for extension - needs to be abstract, final or empty. 204
 Info regexp RegexpSingleline Line has trailing spaces. 207
 Error design DesignForExtension Method 'setOriginScope' is not designed for extension - needs to be abstract, final or empty. 214
 Info misc FinalParameters Parameter scope should be final. 214
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 214
 Info whitespace WhitespaceAround 'if' is not followed by whitespace. 215
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 215
 Info whitespace WhitespaceAround '!=' is not followed by whitespace. 215
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 215
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 217

org/universAAL/middleware/rdf/TypeMapper.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Info sizes LineLength Line is longer than 80 characters (found 81). 56
 Info sizes LineLength Line is longer than 80 characters (found 87). 60
 Info sizes LineLength Line is longer than 80 characters (found 87). 63
 Info regexp RegexpSingleline Line has trailing spaces. 124
 Info regexp RegexpSingleline Line has trailing spaces. 127
 Error javadoc JavadocMethod Expected an @return tag. 135
 Info regexp RegexpSingleline Line has trailing spaces. 141
 Info regexp RegexpSingleline Line has trailing spaces. 151
 Info misc FinalParameters Parameter o should be final. 157
 Warning blocks NeedBraces 'if' construct must use '{}'s. 158
 Warning blocks NeedBraces 'if' construct must use '{}'s. 163
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 164
 Warning blocks NeedBraces 'else' construct must use '{}'s. 165
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 166
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 170
 Info regexp RegexpSingleline Line has trailing spaces. 175
 Info misc FinalParameters Parameter lexicalForm should be final. 183
 Info misc FinalParameters Parameter xsdType should be final. 183
 Warning blocks NeedBraces 'if' construct must use '{}'s. 184
 Warning blocks NeedBraces 'if' construct must use '{}'s. 188
 Warning blocks NeedBraces 'if' construct must use '{}'s. 194
 Warning blocks NeedBraces 'if' construct must use '{}'s. 196
 Warning blocks NeedBraces 'if' construct must use '{}'s. 200
 Warning blocks NeedBraces 'else' construct must use '{}'s. 202
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 209
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 210
 Info regexp RegexpSingleline Line has trailing spaces. 224
 Error javadoc JavadocMethod Expected an @return tag. 228
 Info misc FinalParameters Parameter o should be final. 228
 Warning blocks NeedBraces 'if' construct must use '{}'s. 229
 Warning blocks NeedBraces 'if' construct must use '{}'s. 232
 Warning blocks NeedBraces 'if' construct must use '{}'s. 237
 Info regexp RegexpSingleline Line has trailing spaces. 245
 Info misc FinalParameters Parameter c should be final. 251
 Warning blocks NeedBraces 'if' construct must use '{}'s. 252
 Warning blocks NeedBraces 'if' construct must use '{}'s. 271
 Info regexp RegexpSingleline Line has trailing spaces. 281
 Info misc FinalParameters Parameter o should be final. 287
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 288
 Info regexp RegexpSingleline Line has trailing spaces. 294
 Info misc FinalParameters Parameter datatypeURI should be final. 300
 Warning blocks NeedBraces 'if' construct must use '{}'s. 301
 Info regexp RegexpSingleline Line has trailing spaces. 309
 Info misc FinalParameters Parameter supertypeURI should be final. 317
 Info misc FinalParameters Parameter subtypeURI should be final. 317
 Warning blocks NeedBraces 'if' construct must use '{}'s. 318
 Warning blocks NeedBraces 'if' construct must use '{}'s. 321
 Warning blocks NeedBraces 'if' construct must use '{}'s. 325
 Warning blocks NeedBraces 'if' construct must use '{}'s. 328
 Warning blocks NeedBraces 'if' construct must use '{}'s. 332
 Error javadoc JavadocMethod Expected an @return tag. 342
 Info misc FinalParameters Parameter o should be final. 342
 Error javadoc JavadocMethod Expected @param tag for 'o'. 342
 Warning blocks NeedBraces 'if' construct must use '{}'s. 343
 Error javadoc JavadocMethod Expected an @return tag. 349
 Info misc FinalParameters Parameter datatypeURI should be final. 349
 Error javadoc JavadocMethod Expected @param tag for 'datatypeURI'. 349

org/universAAL/middleware/rdf/UnmodifiableResource.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Info misc FinalParameters Parameter r should be final. 39
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Info misc FinalParameters Parameter o should be final. 54
 Warning blocks NeedBraces 'if' construct must use '{}'s. 55
 Warning blocks NeedBraces 'if' construct must use '{}'s. 57
 Info sizes LineLength Line is longer than 80 characters (found 85). 63
 Error javadoc JavadocMethod Expected an @return tag. 64
 Info misc FinalParameters Parameter propURI should be final. 64
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 64
 Info misc FinalParameters Parameter value should be final. 64
 Error javadoc JavadocMethod Expected @param tag for 'value'. 64
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 67
 Error javadoc JavadocMethod Expected an @return tag. 73
 Info misc FinalParameters Parameter propURI should be final. 73
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 73
 Info sizes LineLength Line is longer than 80 characters (found 82). 78
 Error javadoc JavadocMethod Expected an @return tag. 79
 Info misc FinalParameters Parameter propURI should be final. 79
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 79
 Info misc FinalParameters Parameter value should be final. 79
 Error javadoc JavadocMethod Expected @param tag for 'value'. 79
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 82
 Error javadoc JavadocMethod Expected an @return tag. 91
 Info misc FinalParameters Parameter propPath should be final. 91
 Error javadoc JavadocMethod Expected @param tag for 'propPath'. 91
 Info misc FinalParameters Parameter value should be final. 91
 Error javadoc JavadocMethod Expected @param tag for 'value'. 91
 Info misc FinalParameters Parameter force should be final. 92
 Error javadoc JavadocMethod Expected @param tag for 'force'. 92
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 95
 Error javadoc JavadocMethod Expected an @return tag. 104
 Info misc FinalParameters Parameter propPath should be final. 104
 Error javadoc JavadocMethod Expected @param tag for 'propPath'. 104
 Info misc FinalParameters Parameter value should be final. 104
 Error javadoc JavadocMethod Expected @param tag for 'value'. 104
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 107
 Info sizes LineLength Line is longer than 80 characters (found 86). 113
 Error javadoc JavadocMethod Expected an @return tag. 116
 Info misc FinalParameters Parameter propPath should be final. 116
 Error javadoc JavadocMethod Expected @param tag for 'propPath'. 116
 Info misc FinalParameters Parameter fromIndex should be final. 116
 Error javadoc JavadocMethod Expected @param tag for 'fromIndex'. 116
 Info misc FinalParameters Parameter value should be final. 117
 Error javadoc JavadocMethod Expected @param tag for 'value'. 117
 Info misc FinalParameters Parameter force should be final. 117
 Error javadoc JavadocMethod Expected @param tag for 'force'. 117
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 120
 Error javadoc JavadocMethod Missing a Javadoc comment. 125
 Error javadoc JavadocMethod Missing a Javadoc comment. 129
 Info misc FinalParameters Parameter l should be final. 129
 Error javadoc JavadocMethod Missing a Javadoc comment. 138
 Info misc FinalParameters Parameter isXMLLitera should be final. 138
 Error javadoc JavadocMethod Missing a Javadoc comment. 142
 Error javadoc JavadocMethod Missing a Javadoc comment. 146
 Info misc FinalParameters Parameter other should be final. 146
 Warning blocks NeedBraces 'if' construct must use '{}'s. 147
 Warning blocks NeedBraces 'if' construct must use '{}'s. 149
 Warning blocks NeedBraces 'if' construct must use '{}'s. 151
 Error javadoc JavadocMethod Missing a Javadoc comment. 156
 Info misc FinalParameters Parameter type should be final. 156
 Error javadoc JavadocMethod Missing a Javadoc comment. 160
 Info misc FinalParameters Parameter propURI should be final. 160
 Error javadoc JavadocMethod Missing a Javadoc comment. 164
 Error javadoc JavadocMethod Missing a Javadoc comment. 168
 Error javadoc JavadocMethod Missing a Javadoc comment. 172
 Info misc FinalParameters Parameter fieldName should be final. 172
 Info misc FinalParameters Parameter defaultValue should be final. 172
 Error javadoc JavadocMethod Missing a Javadoc comment. 177
 Error javadoc JavadocMethod Missing a Javadoc comment. 181
 Info misc FinalParameters Parameter propURI should be final. 181
 Error javadoc JavadocMethod Missing a Javadoc comment. 185
 Info misc FinalParameters Parameter propURI should be final. 185
 Error javadoc JavadocMethod Missing a Javadoc comment. 189
 Error javadoc JavadocMethod Missing a Javadoc comment. 193
 Error javadoc JavadocMethod Missing a Javadoc comment. 197
 Error javadoc JavadocMethod Missing a Javadoc comment. 201
 Info misc FinalParameters Parameter comment should be final. 201
 Error javadoc JavadocMethod Missing a Javadoc comment. 204
 Info misc FinalParameters Parameter label should be final. 204
 Error javadoc JavadocMethod Missing a Javadoc comment. 207
 Error javadoc JavadocMethod Missing a Javadoc comment. 211
 Error javadoc JavadocMethod Missing a Javadoc comment. 215
 Info misc FinalParameters Parameter prefix should be final. 215
 Info misc FinalParameters Parameter prefixAtStart should be final. 215
 Info misc FinalParameters Parameter visitedElements should be final. 216
 Error javadoc JavadocMethod Missing a Javadoc comment. 220
 Error javadoc JavadocMethod Expected an @return tag. 225
 Error javadoc JavadocMethod Expected an @return tag. 230
 Error javadoc JavadocMethod Expected an @return tag. 235
 Error javadoc JavadocMethod Expected an @return tag. 240
 Error javadoc JavadocMethod Expected an @return tag. 245
 Info misc FinalParameters Parameter typeURI should be final. 245
 Error javadoc JavadocMethod Expected @param tag for 'typeURI'. 245
 Info misc FinalParameters Parameter blockFurtherTypes should be final. 245
 Error javadoc JavadocMethod Expected @param tag for 'blockFurtherTypes'. 245
 Error javadoc JavadocMethod Expected an @return tag. 250
 Error javadoc JavadocMethod Expected an @return tag. 255
 Error javadoc JavadocMethod Expected an @return tag. 260
 Error javadoc JavadocMethod Expected an @return tag. 265
 Error javadoc JavadocMethod Missing a Javadoc comment. 269
 Error javadoc JavadocMethod Missing a Javadoc comment. 273
 Info misc FinalParameters Parameter c should be final. 273

org/universAAL/middleware/rdf/UnmodifiableResourceList.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Info misc FinalParameters Parameter it should be final. 38
 Warning coding HiddenField 'it' hides a field. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Info misc FinalParameters Parameter it should be final. 59
 Warning coding HiddenField 'it' hides a field. 59
 Error javadoc JavadocMethod Missing a Javadoc comment. 64
 Info misc FinalParameters Parameter arg0 should be final. 64
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 75
 Error javadoc JavadocMethod Missing a Javadoc comment. 79
 Error javadoc JavadocMethod Missing a Javadoc comment. 83
 Info misc FinalParameters Parameter arg0 should be final. 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Error javadoc JavadocMethod Missing a Javadoc comment. 89
 Info misc FinalParameters Parameter l should be final. 89
 Warning coding HiddenField 'l' hides a field. 89
 Error javadoc JavadocMethod Missing a Javadoc comment. 93
 Info misc FinalParameters Parameter it should be final. 93
 Error javadoc JavadocMethod Missing a Javadoc comment. 97
 Info misc FinalParameters Parameter arg0 should be final. 97
 Error javadoc JavadocMethod Missing a Javadoc comment. 101
 Info misc FinalParameters Parameter arg0 should be final. 101
 Info misc FinalParameters Parameter arg1 should be final. 101
 Error javadoc JavadocMethod Missing a Javadoc comment. 104
 Info misc FinalParameters Parameter arg0 should be final. 104
 Error javadoc JavadocMethod Missing a Javadoc comment. 108
 Info misc FinalParameters Parameter arg0 should be final. 108
 Info misc FinalParameters Parameter arg1 should be final. 108
 Error javadoc JavadocMethod Missing a Javadoc comment. 112
 Error javadoc JavadocMethod Missing a Javadoc comment. 115
 Info misc FinalParameters Parameter o should be final. 115
 Error javadoc JavadocMethod Missing a Javadoc comment. 119
 Info misc FinalParameters Parameter arg0 should be final. 119
 Error javadoc JavadocMethod Missing a Javadoc comment. 123
 Info misc FinalParameters Parameter index should be final. 123
 Warning blocks NeedBraces 'if' construct must use '{}'s. 125
 Error javadoc JavadocMethod Missing a Javadoc comment. 130
 Info misc FinalParameters Parameter o should be final. 130
 Error javadoc JavadocMethod Missing a Javadoc comment. 134
 Error javadoc JavadocMethod Missing a Javadoc comment. 138
 Error javadoc JavadocMethod Missing a Javadoc comment. 142
 Info misc FinalParameters Parameter o should be final. 142
 Error javadoc JavadocMethod Missing a Javadoc comment. 146
 Error javadoc JavadocMethod Missing a Javadoc comment. 150
 Info misc FinalParameters Parameter index should be final. 150
 Error javadoc JavadocMethod Missing a Javadoc comment. 154
 Info misc FinalParameters Parameter o should be final. 154
 Error javadoc JavadocMethod Missing a Javadoc comment. 158
 Info misc FinalParameters Parameter index should be final. 158
 Error javadoc JavadocMethod Missing a Javadoc comment. 162
 Info misc FinalParameters Parameter arg0 should be final. 162
 Error javadoc JavadocMethod Missing a Javadoc comment. 166
 Info misc FinalParameters Parameter arg0 should be final. 166
 Error javadoc JavadocMethod Missing a Javadoc comment. 170
 Info misc FinalParameters Parameter arg0 should be final. 170
 Info misc FinalParameters Parameter arg1 should be final. 170
 Error javadoc JavadocMethod Missing a Javadoc comment. 174
 Error javadoc JavadocMethod Missing a Javadoc comment. 178
 Info misc FinalParameters Parameter fromIndex should be final. 178
 Info misc FinalParameters Parameter toIndex should be final. 178
 Error javadoc JavadocMethod Missing a Javadoc comment. 182
 Warning blocks NeedBraces 'if' construct must use '{}'s. 185
 Error javadoc JavadocMethod Missing a Javadoc comment. 191
 Info misc FinalParameters Parameter arg0 should be final. 191
 Warning blocks NeedBraces 'if' construct must use '{}'s. 194

org/universAAL/middleware/rdf/Variable.java

Severity Category Rule Message Line
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info sizes LineLength Line is longer than 80 characters (found 93). 39
 Warning naming ConstantName Name 'VAR_uAAL_CURRENT_DATETIME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39
 Info sizes LineLength Line is longer than 80 characters (found 97). 46
 Warning naming ConstantName Name 'VAR_uAAL_ACCESSING_BUS_MEMBER' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46
 Info sizes LineLength Line is longer than 80 characters (found 97). 54
 Warning naming ConstantName Name 'VAR_uAAL_ACCESSING_HUMAN_USER' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 54
 Info sizes LineLength Line is longer than 80 characters (found 94). 62
 Warning naming ConstantName Name 'VAR_uAAL_SERVICE_TO_SELECT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 62
 Info sizes LineLength Line is longer than 80 characters (found 94). 69
 Warning naming ConstantName Name 'handlers' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 69
 Info modifier RedundantModifier Redundant 'static' modifier. 75
 Error javadoc JavadocMethod Expected an @return tag. 77
 Info modifier RedundantModifier Redundant 'public' modifier. 77
 Error javadoc JavadocMethod Expected @param tag for 'o'. 77
 Error javadoc JavadocMethod Expected an @return tag. 80
 Info modifier RedundantModifier Redundant 'public' modifier. 80
 Error javadoc JavadocMethod Expected @param tag for 'o'. 80
 Error javadoc JavadocMethod Expected @param tag for 'context'. 80
 Error javadoc JavadocMethod Expected an @return tag. 83
 Info modifier RedundantModifier Redundant 'public' modifier. 83
 Error javadoc JavadocMethod Expected @param tag for 'o'. 83
 Info misc FinalParameters Parameter uri should be final. 87
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 87
 Info regexp RegexpSingleline Line has trailing spaces. 94
 Error javadoc JavadocMethod Expected an @return tag. 99
 Info misc FinalParameters Parameter o should be final. 99
 Warning blocks NeedBraces 'if' construct must use '{}'s. 102
 Error javadoc JavadocMethod Expected an @return tag. 114
 Info misc FinalParameters Parameter o should be final. 114
 Error javadoc JavadocMethod Expected @param tag for 'o'. 114
 Warning blocks NeedBraces 'if' construct must use '{}'s. 117
 Info misc FinalParameters Parameter h should be final. 126
 Error javadoc JavadocMethod Expected @param tag for 'h'. 126
 Error javadoc JavadocMethod Missing a Javadoc comment. 130
 Info misc FinalParameters Parameter o should be final. 130
 Info misc FinalParameters Parameter context should be final. 130
 Warning blocks NeedBraces 'if' construct must use '{}'s. 135
 Error javadoc JavadocMethod Missing a Javadoc comment. 143
 Error javadoc JavadocMethod Missing a Javadoc comment. 145
 Error javadoc JavadocMethod Missing a Javadoc comment. 147

org/universAAL/middleware/serialization/MessageContentSerializer.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info modifier RedundantModifier Redundant 'public' modifier. 39
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info modifier RedundantModifier Redundant 'public' modifier. 48

org/universAAL/middleware/serialization/MessageContentSerializerEx.java

Severity Category Rule Message Line
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Error javadoc JavadocType Missing a Javadoc comment. 23
 Info modifier RedundantModifier Redundant 'public' modifier. 34

org/universAAL/middleware/serialization/turtle/TurtleParser.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 95
 Warning naming ConstantName Name 'stringifiedPosInf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 95
 Error javadoc JavadocVariable Missing a Javadoc comment. 97
 Warning naming ConstantName Name 'stringifiedNegInf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 97
 Error javadoc JavadocMethod Missing a Javadoc comment. 100
 Error design DesignForExtension Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. 103
 Error javadoc JavadocMethod Missing a Javadoc comment. 103
 Info misc FinalParameters Parameter serialized should be final. 103
 Info misc FinalParameters Parameter resourceURI should be final. 103
 Warning blocks NeedBraces 'if' construct must use '{}'s. 104
 Warning blocks NeedBraces 'if' construct must use '{}'s. 108
 Warning blocks NeedBraces 'if' construct must use '{}'s. 111
 Info regexp RegexpSingleline Line has trailing spaces. 113
 Error javadoc JavadocMethod Missing a Javadoc comment. 135
 Info misc FinalParameters Parameter serialized should be final. 135
 Info misc FinalParameters Parameter wasXMLLiteral should be final. 135
 Info misc FinalParameters Parameter resourceURI should be final. 136
 Warning blocks NeedBraces 'if' construct must use '{}'s. 141
 Warning blocks NeedBraces 'if' construct must use '{}'s. 143
 Info regexp RegexpSingleline Line has trailing spaces. 162
 Info misc FinalParameters Parameter resourceURI should be final. 167
 Warning blocks NeedBraces 'if' construct must use '{}'s. 169
 Warning blocks NeedBraces 'if' construct must use '{}'s. 171
 Error javadoc JavadocMethod Missing a Javadoc comment. 176
 Info misc FinalParameters Parameter uri should be final. 176
 Error javadoc JavadocMethod Missing a Javadoc comment. 200
 Info misc FinalParameters Parameter reader should be final. 200
 Warning coding HiddenField 'reader' hides a field. 200
 Info misc FinalParameters Parameter baseURI should be final. 200
 Warning blocks NeedBraces 'if' construct must use '{}'s. 214
 Error javadoc JavadocMethod Missing a Javadoc comment. 220
 Warning blocks NeedBraces 'if' construct must use '{}'s. 226
 Error javadoc JavadocMethod Missing a Javadoc comment. 245
 Warning coding MagicNumber '8' is a magic number. 249
 Error javadoc JavadocMethod Missing a Javadoc comment. 271
 Error javadoc JavadocMethod Missing a Javadoc comment. 305
 Warning coding MagicNumber '1024' is a magic number. 306
 Warning coding MagicNumber '3' is a magic number. 311
 Warning coding MagicNumber '3' is a magic number. 334
 Error javadoc JavadocMethod Missing a Javadoc comment. 337
 Warning coding MagicNumber '32' is a magic number. 351
 Info regexp RegexpSingleline Line has trailing spaces. 368
 Warning coding MagicNumber '8' is a magic number. 374
 Error javadoc JavadocMethod Missing a Javadoc comment. 465
 Error javadoc JavadocMethod Missing a Javadoc comment. 477
 Error javadoc JavadocMethod Missing a Javadoc comment. 496
 Warning coding HiddenField 'predicate' hides a field. 514
 Warning blocks NeedBraces 'if' construct must use '{}'s. 517
 Warning blocks NeedBraces 'else' construct must use '{}'s. 519
 Error javadoc JavadocMethod Missing a Javadoc comment. 523
 Warning blocks NeedBraces 'if' construct must use '{}'s. 525
 Error javadoc JavadocMethod Missing a Javadoc comment. 547
 Warning coding MagicNumber '8' is a magic number. 551
 Error javadoc JavadocMethod Missing a Javadoc comment. 578
 Info misc FinalParameters Parameter parseAsResource should be final. 578
 Warning coding MagicNumber '8' is a magic number. 600
 Warning coding MagicNumber '16' is a magic number. 635
 Warning blocks NeedBraces 'if' construct must use '{}'s. 651
 Warning blocks NeedBraces 'else' construct must use '{}'s. 653
 Error javadoc JavadocMethod Missing a Javadoc comment. 657
 Warning coding MagicNumber '8' is a magic number. 667
 Warning blocks NeedBraces 'if' construct must use '{}'s. 698
 Warning blocks NeedBraces 'if' construct must use '{}'s. 700
 Error javadoc JavadocMethod Missing a Javadoc comment. 719
 Error javadoc JavadocMethod Missing a Javadoc comment. 743
 Error javadoc JavadocMethod Missing a Javadoc comment. 759
 Warning coding MagicNumber '32' is a magic number. 760
 Error javadoc JavadocMethod Missing a Javadoc comment. 786
 Warning blocks NeedBraces 'if' construct must use '{}'s. 791
 Error javadoc JavadocMethod Missing a Javadoc comment. 812
 Warning blocks NeedBraces 'if' construct must use '{}'s. 822
 Error javadoc JavadocMethod Missing a Javadoc comment. 833
 Warning coding MagicNumber '100' is a magic number. 834
 Info regexp RegexpSingleline Line has trailing spaces. 870
 Error javadoc JavadocMethod Expected an @return tag. 884
 Info misc FinalParameters Parameter parseAsResource should be final. 884
 Warning blocks NeedBraces 'if' construct must use '{}'s. 889
 Warning blocks NeedBraces 'else' construct must use '{}'s. 891
 Error javadoc JavadocMethod Expected an @return tag. 925
 Error javadoc JavadocMethod Expected an @return tag. 932
 Error javadoc JavadocMethod Missing a Javadoc comment. 940
 Info misc FinalParameters Parameter subj should be final. 940
 Info misc FinalParameters Parameter pred should be final. 940
 Info misc FinalParameters Parameter obj should be final. 940
 Warning blocks NeedBraces 'if' construct must use '{}'s. 941
 Warning coding MagicNumber '0xD' is a magic number. 949
 Warning coding MagicNumber '0xA' is a magic number. 949
 Warning coding MagicNumber '0xD' is a magic number. 955
 Warning coding MagicNumber '0xA' is a magic number. 958
 Error javadoc JavadocMethod Expected an @return tag. 965
 Info misc FinalParameters Parameter c should be final. 981
 Error javadoc JavadocMethod Expected @param tag for 'c'. 981
 Info misc FinalParameters Parameter c should be final. 995
 Error javadoc JavadocMethod Expected @param tag for 'c'. 995
 Info misc FinalParameters Parameter expected should be final. 995
 Error javadoc JavadocMethod Expected @param tag for 'expected'. 995
 Warning coding MagicNumber '32' is a magic number. 999

org/universAAL/middleware/serialization/turtle/TurtleSerializer.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Error javadoc JavadocType Missing a Javadoc comment. 25
 Error javadoc JavadocMethod Missing a Javadoc comment. 27
 Info sizes LineLength Line is longer than 80 characters (found 100). 30
 Error javadoc JavadocMethod Expected an @return tag. 31
 Error design DesignForExtension Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. 31
 Info misc FinalParameters Parameter serialized should be final. 31
 Error javadoc JavadocMethod Expected @param tag for 'serialized'. 31
 Info sizes LineLength Line is longer than 80 characters (found 98). 36
 Error javadoc JavadocMethod Expected an @return tag. 39
 Info sizes LineLength Line is longer than 80 characters (found 83). 39
 Error design DesignForExtension Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. 39
 Info misc FinalParameters Parameter serialized should be final. 39
 Error javadoc JavadocMethod Expected @param tag for 'serialized'. 39
 Info misc FinalParameters Parameter resourceURI should be final. 39
 Error javadoc JavadocMethod Expected @param tag for 'resourceURI'. 39
 Info sizes LineLength Line is longer than 80 characters (found 98). 50
 Error javadoc JavadocMethod Expected an @return tag. 51
 Error design DesignForExtension Method 'serialize' is not designed for extension - needs to be abstract, final or empty. 51
 Info misc FinalParameters Parameter messageContent should be final. 51
 Error javadoc JavadocMethod Expected @param tag for 'messageContent'. 51

org/universAAL/middleware/serialization/turtle/TurtleUtil.java

Severity Category Rule Message Line
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error design VisibilityModifier Variable 'moduleContext' must be private and have accessor methods. 37
 Error design VisibilityModifier Variable 'xmlLiteral' must be private and have accessor methods. 40
 Error javadoc JavadocMethod Expected an @return tag. 46
 Info misc FinalParameters Parameter s should be final. 46
 Error javadoc JavadocMethod Expected @param tag for 's'. 46
 Warning coding MagicNumber '5' is a magic number. 88
 Warning coding MagicNumber '6' is a magic number. 92
 Warning coding MagicNumber '16' is a magic number. 95
 Warning coding MagicNumber '6' is a magic number. 98
 Warning coding MagicNumber '9' is a magic number. 106
 Warning coding MagicNumber '10' is a magic number. 110
 Warning coding MagicNumber '16' is a magic number. 113
 Warning coding MagicNumber '10' is a magic number. 116
 Error javadoc JavadocMethod Expected an @return tag. 139
 Info misc FinalParameters Parameter s should be final. 139
 Error javadoc JavadocMethod Expected @param tag for 's'. 139
 Info misc TodoComment Comment matches to-do format 'TODO:'. 140
 Error javadoc JavadocMethod Expected an @return tag. 152
 Info misc FinalParameters Parameter s should be final. 152
 Error javadoc JavadocMethod Expected @param tag for 's'. 152
 Error javadoc JavadocMethod Expected an @return tag. 165
 Info misc FinalParameters Parameter s should be final. 165
 Error javadoc JavadocMethod Expected @param tag for 's'. 165
 Error javadoc JavadocMethod Expected an @return tag. 178
 Info misc FinalParameters Parameter uri should be final. 178
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 178
 Info regexp RegexpSingleline Line has trailing spaces. 213
 Info misc FinalParameters Parameter c should be final. 222
 Info misc FinalParameters Parameter rpl should be final. 222
 Info misc FinalParameters Parameter input should be final. 222
 Warning blocks NeedBraces 'if' construct must use '{}'s. 228
 Warning blocks NeedBraces 'else' construct must use '{}'s. 230
 Info regexp RegexpSingleline Line has trailing spaces. 242
 Error javadoc JavadocMethod Expected an @return tag. 245
 Info misc FinalParameters Parameter c should be final. 245
 Error javadoc JavadocMethod Expected @param tag for 'c'. 245
 Info regexp RegexpSingleline Line has trailing spaces. 256
 Error javadoc JavadocMethod Expected an @return tag. 259
 Info misc FinalParameters Parameter c should be final. 259
 Error javadoc JavadocMethod Expected @param tag for 'c'. 259
 Error javadoc JavadocMethod Expected an @return tag. 267
 Info misc FinalParameters Parameter c should be final. 267
 Error javadoc JavadocMethod Expected @param tag for 'c'. 267
 Warning coding MagicNumber '0x00B7' is a magic number. 269
 Warning coding MagicNumber '0x0300' is a magic number. 269
 Warning coding MagicNumber '0x036F' is a magic number. 269
 Warning coding MagicNumber '0x203F' is a magic number. 269
 Warning coding MagicNumber '0x2040' is a magic number. 270
 Error javadoc JavadocMethod Expected an @return tag. 277
 Info misc FinalParameters Parameter c should be final. 277
 Error javadoc JavadocMethod Expected @param tag for 'c'. 277
 Error javadoc JavadocMethod Expected an @return tag. 282
 Info misc FinalParameters Parameter c should be final. 282
 Error javadoc JavadocMethod Expected @param tag for 'c'. 282
 Error javadoc JavadocMethod Expected an @return tag. 287
 Info misc FinalParameters Parameter c should be final. 287
 Error javadoc JavadocMethod Expected @param tag for 'c'. 287
 Warning coding MagicNumber '0x00C0' is a magic number. 288
 Warning coding MagicNumber '0x00D6' is a magic number. 289
 Warning coding MagicNumber '0x00D8' is a magic number. 289
 Warning coding MagicNumber '0x00F6' is a magic number. 289
 Warning coding MagicNumber '0x00F8' is a magic number. 289
 Warning coding MagicNumber '0x02FF' is a magic number. 290
 Warning coding MagicNumber '0x0370' is a magic number. 290
 Warning coding MagicNumber '0x037D' is a magic number. 290
 Warning coding MagicNumber '0x037F' is a magic number. 290
 Warning coding MagicNumber '0x1FFF' is a magic number. 291
 Warning coding MagicNumber '0x200C' is a magic number. 291
 Warning coding MagicNumber '0x200D' is a magic number. 291
 Warning coding MagicNumber '0x2070' is a magic number. 291
 Warning coding MagicNumber '0x218F' is a magic number. 292
 Warning coding MagicNumber '0x2C00' is a magic number. 292
 Warning coding MagicNumber '0x2FEF' is a magic number. 292
 Warning coding MagicNumber '0x3001' is a magic number. 292
 Warning coding MagicNumber '0xD7FF' is a magic number. 293
 Warning coding MagicNumber '0xF900' is a magic number. 293
 Warning coding MagicNumber '0xFDCF' is a magic number. 293
 Warning coding MagicNumber '0xFDF0' is a magic number. 293
 Warning coding MagicNumber '0xFFFD' is a magic number. 294
 Warning coding MagicNumber '0x10000' is a magic number. 294
 Warning coding MagicNumber '0xEFFFF' is a magic number. 294
 Error javadoc JavadocMethod Expected an @return tag. 301
 Info misc FinalParameters Parameter c should be final. 301
 Error javadoc JavadocMethod Expected @param tag for 'c'. 301
 Warning coding MagicNumber '0x20' is a magic number. 303
 Warning coding MagicNumber '0x9' is a magic number. 303
 Warning coding MagicNumber '0xA' is a magic number. 303
 Warning coding MagicNumber '0xD' is a magic number. 303

org/universAAL/middleware/serialization/turtle/TurtleWriter.java

Severity Category Rule Message Line
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 45
 Warning naming StaticVariableName Name 'NOT_SERIALIZED' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
 Error design VisibilityModifier Variable 'NOT_SERIALIZED' must be private and have accessor methods. 51
 Warning naming StaticVariableName Name 'BEING_SERIALIZED' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
 Error design VisibilityModifier Variable 'BEING_SERIALIZED' must be private and have accessor methods. 54
 Warning naming StaticVariableName Name 'SERIALIZED' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
 Error design VisibilityModifier Variable 'SERIALIZED' must be private and have accessor methods. 57
 Error design VisibilityModifier Variable 'refs' must be private and have accessor methods. 69
 Info regexp RegexpSingleline Line has trailing spaces. 73
 Info sizes LineLength Line is longer than 80 characters (found 87). 74
 Error design VisibilityModifier Variable 'redType' must be private and have accessor methods. 76
 Error design VisibilityModifier Variable 'serialized' must be private and have accessor methods. 79
 Error design VisibilityModifier Variable 'nodeID' must be private and have accessor methods. 85
 Error design VisibilityModifier Variable 'types' must be private and have accessor methods. 91
 Error design VisibilityModifier Variable 'objects' must be private and have accessor methods. 97
 Info sizes LineLength Line is longer than 80 characters (found 82). 133
 Error javadoc JavadocVariable Missing a Javadoc comment. 139
 Info sizes LineLength Line is longer than 80 characters (found 82). 141
 Info misc FinalParameters Parameter writer should be final. 142
 Warning coding HiddenField 'writer' hides a field. 142
 Error javadoc JavadocMethod Expected @param tag for 'writer'. 142
 Info misc FinalParameters Parameter embedLevel should be final. 142
 Warning coding HiddenField 'embedLevel' hides a field. 142
 Error javadoc JavadocMethod Expected @param tag for 'embedLevel'. 142
 Info regexp RegexpSingleline Line has trailing spaces. 156
 Info misc FinalParameters Parameter o should be final. 164
 Info misc FinalParameters Parameter embedLevel should be final. 164
 Info sizes LineLength Line is longer than 80 characters (found 110). 170
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 170
 Warning coding MagicNumber '4096' is a magic number. 175
 Warning blocks NeedBraces 'if' construct must use '{}'s. 177
 Warning blocks NeedBraces 'else' construct must use '{}'s. 179
 Info misc FinalParameters Parameter o should be final. 193
 Error javadoc JavadocMethod Expected @param tag for 'o'. 193
 Info misc FinalParameters Parameter nsTable should be final. 193
 Error javadoc JavadocMethod Expected @param tag for 'nsTable'. 193
 Info misc FinalParameters Parameter reduction should be final. 193
 Error javadoc JavadocMethod Expected @param tag for 'reduction'. 193
 Warning blocks NeedBraces 'if' construct must use '{}'s. 194
 Warning blocks NeedBraces 'if' construct must use '{}'s. 195
 Warning blocks NeedBraces 'if' construct must use '{}'s. 196
 Warning blocks NeedBraces 'else' construct must use '{}'s. 198
 Warning blocks NeedBraces 'if' construct must use '{}'s. 202
 Warning blocks NeedBraces 'if' construct must use '{}'s. 204
 Warning blocks NeedBraces 'if' construct must use '{}'s. 207
 Warning blocks NeedBraces 'for' construct must use '{}'s. 210
 Warning blocks NeedBraces 'if' construct must use '{}'s. 212
 Info misc FinalParameters Parameter r should be final. 223
 Error javadoc JavadocMethod Expected @param tag for 'r'. 223
 Info misc FinalParameters Parameter nsTable should be final. 223
 Error javadoc JavadocMethod Expected @param tag for 'nsTable'. 223
 Warning blocks NeedBraces 'if' construct must use '{}'s. 225
 Warning blocks NeedBraces 'if' construct must use '{}'s. 232
 Warning blocks NeedBraces 'for' construct must use '{}'s. 243
 Warning blocks NeedBraces 'if' construct must use '{}'s. 244
 Warning blocks NeedBraces 'if' construct must use '{}'s. 253
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 255
 Info sizes LineLength Line is longer than 80 characters (found 81). 263
 Warning blocks NeedBraces 'if' construct must use '{}'s. 264
 Warning blocks NeedBraces 'if' construct must use '{}'s. 267
 Warning coding InnerAssignment Inner assignments should be avoided. 271
 Warning blocks NeedBraces 'for' construct must use '{}'s. 273
 Warning blocks NeedBraces 'if' construct must use '{}'s. 281
 Warning blocks NeedBraces 'if' construct must use '{}'s. 284
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 298
 Info regexp RegexpSingleline Line has trailing spaces. 314
 Info misc FinalParameters Parameter ns should be final. 321
 Info misc FinalParameters Parameter countTable should be final. 321
 Warning blocks NeedBraces 'if' construct must use '{}'s. 323
 Warning blocks NeedBraces 'else' construct must use '{}'s. 325
 Info regexp RegexpSingleline Line has trailing spaces. 333
 Info misc FinalParameters Parameter r should be final. 342
 Info misc FinalParameters Parameter countTable should be final. 342
 Info misc FinalParameters Parameter root should be final. 356
 Error javadoc JavadocMethod Expected @param tag for 'root'. 356
 Info misc FinalParameters Parameter nsTable should be final. 356
 Error javadoc JavadocMethod Expected @param tag for 'nsTable'. 356
 Warning blocks NeedBraces 'if' construct must use '{}'s. 363
 Warning coding MagicNumber '6' is a magic number. 367
 Warning blocks NeedBraces 'if' construct must use '{}'s. 377
 Warning blocks NeedBraces 'if' construct must use '{}'s. 384
 Info sizes LineLength Line is longer than 80 characters (found 81). 385
 Error javadoc JavadocStyle First sentence should end with a period. 390
 Info regexp RegexpSingleline Line has trailing spaces. 392
 Info misc FinalParameters Parameter localPrefix should be final. 398
 Error javadoc JavadocMethod Expected @param tag for 'localPrefix'. 398
 Info misc FinalParameters Parameter counter should be final. 399
 Error javadoc JavadocMethod Expected @param tag for 'counter'. 399
 Info misc FinalParameters Parameter counterLen should be final. 399
 Error javadoc JavadocMethod Expected @param tag for 'counterLen'. 399
 Error javadoc JavadocStyle First sentence should end with a period. 403
 Info regexp RegexpSingleline Line has trailing spaces. 406
 Info misc FinalParameters Parameter arg should be final. 413
 Info misc FinalParameters Parameter len should be final. 413
 Warning blocks NeedBraces 'if' construct must use '{}'s. 415
 Warning blocks NeedBraces 'if' construct must use '{}'s. 417
 Error javadoc JavadocMethod Expected an @return tag. 432
 Info misc FinalParameters Parameter r should be final. 432
 Error javadoc JavadocMethod Expected @param tag for 'r'. 432
 Error javadoc JavadocMethod Missing a Javadoc comment. 436
 Info misc FinalParameters Parameter r should be final. 436
 Info misc FinalParameters Parameter allowReAdd should be final. 436
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 438
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 444
 Error javadoc JavadocMethod Expected an @return tag. 462
 Info misc FinalParameters Parameter subj should be final. 462
 Error javadoc JavadocMethod Expected @param tag for 'subj'. 462
 Info misc FinalParameters Parameter pred should be final. 462
 Error javadoc JavadocMethod Expected @param tag for 'pred'. 462
 Info misc FinalParameters Parameter obj should be final. 462
 Error javadoc JavadocMethod Expected @param tag for 'obj'. 462
 Warning blocks NeedBraces 'if' construct must use '{}'s. 469
 Error javadoc JavadocMethod Missing a Javadoc comment. 476
 Info misc FinalParameters Parameter ns should be final. 476
 Warning blocks NeedBraces 'if' construct must use '{}'s. 478
 Warning blocks NeedBraces 'if' construct must use '{}'s. 480
 Warning blocks NeedBraces 'if' construct must use '{}'s. 482
 Warning blocks NeedBraces 'if' construct must use '{}'s. 484
 Warning blocks NeedBraces 'if' construct must use '{}'s. 486
 Warning blocks NeedBraces 'if' construct must use '{}'s. 488
 Warning blocks NeedBraces 'else' construct must use '{}'s. 490
 Warning blocks NeedBraces 'while' construct must use '{}'s. 495
 Error javadoc JavadocMethod Missing a Javadoc comment. 506
 Info misc FinalParameters Parameter res should be final. 506
 Info misc FinalParameters Parameter types should be final. 506
 Info sizes LineLength Line is longer than 80 characters (found 81). 509
 Warning blocks NeedBraces 'for' construct must use '{}'s. 510
 Info misc FinalParameters Parameter subj should be final. 515
 Error javadoc JavadocMethod Expected @param tag for 'subj'. 515
 Info misc FinalParameters Parameter pred should be final. 515
 Error javadoc JavadocMethod Expected @param tag for 'pred'. 515
 Info misc FinalParameters Parameter types should be final. 515
 Error javadoc JavadocMethod Expected @param tag for 'types'. 515
 Info misc FinalParameters Parameter force should be final. 516
 Error javadoc JavadocMethod Expected @param tag for 'force'. 516
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 516
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 518
 Warning blocks NeedBraces 'if' construct must use '{}'s. 519
 Warning blocks NeedBraces 'if' construct must use '{}'s. 520
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 525
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 527
 Warning blocks NeedBraces 'if' construct must use '{}'s. 529
 Info misc FinalParameters Parameter ont should be final. 565
 Error javadoc JavadocMethod Expected @param tag for 'ont'. 565
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 565
 Warning blocks NeedBraces 'if' construct must use '{}'s. 568
 Info misc ArrayTypeStyle Array brackets at illegal position. 576
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 584
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 607
 Info misc FinalParameters Parameter root should be final. 629
 Error javadoc JavadocMethod Expected @param tag for 'root'. 629
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 629
 Warning blocks NeedBraces 'if' construct must use '{}'s. 630
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 638
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 657
 Warning blocks NeedBraces 'for' construct must use '{}'s. 659
 Warning blocks NeedBraces 'if' construct must use '{}'s. 661
 Info regexp RegexpSingleline Line has trailing spaces. 669
 Info misc FinalParameters Parameter lexicalForm should be final. 676
 Info misc FinalParameters Parameter datatype should be final. 676
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 677
 Info regexp RegexpSingleline Line has trailing spaces. 701
 Info misc FinalParameters Parameter prefix should be final. 709
 Info misc FinalParameters Parameter name should be final. 709
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 709
 Info regexp RegexpSingleline Line has trailing spaces. 721
 Info misc FinalParameters Parameter nsTable should be final. 726
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 726
 Warning blocks NeedBraces 'if' construct must use '{}'s. 734
 Warning blocks NeedBraces 'if' construct must use '{}'s. 737
 Warning blocks NeedBraces 'else' construct must use '{}'s. 746
 Info misc FinalParameters Parameter predicate should be final. 761
 Error javadoc JavadocMethod Expected @param tag for 'predicate'. 761
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 761
 Warning blocks NeedBraces 'if' construct must use '{}'s. 762
 Warning blocks NeedBraces 'else' construct must use '{}'s. 765
 Info sizes LineLength Line is longer than 80 characters (found 81). 770
 Info misc FinalParameters Parameter res should be final. 770
 Error javadoc JavadocMethod Expected @param tag for 'res'. 770
 Info misc FinalParameters Parameter isType should be final. 770
 Error javadoc JavadocMethod Expected @param tag for 'isType'. 770
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 770
 Warning blocks NeedBraces 'if' construct must use '{}'s. 776
 Info sizes LineLength Line is longer than 80 characters (found 111). 778
 Warning blocks NeedBraces 'else' construct must use '{}'s. 779
 Warning blocks NeedBraces 'if' construct must use '{}'s. 784
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 788
 Warning blocks NeedBraces 'if' construct must use '{}'s. 789
 Warning blocks NeedBraces 'if' construct must use '{}'s. 802
 Warning blocks NeedBraces 'else' construct must use '{}'s. 804
 Warning blocks NeedBraces 'if' construct must use '{}'s. 811
 Warning blocks NeedBraces 'else' construct must use '{}'s. 813
 Warning blocks NeedBraces 'if' construct must use '{}'s. 816
 Warning blocks NeedBraces 'if' construct must use '{}'s. 817
 Warning blocks NeedBraces 'if' construct must use '{}'s. 819
 Warning blocks NeedBraces 'if' construct must use '{}'s. 828
 Warning blocks NeedBraces 'if' construct must use '{}'s. 841
 Info regexp RegexpSingleline Line has trailing spaces. 853
 Info misc FinalParameters Parameter uri should be final. 858
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 858
 Info misc FinalParameters Parameter val should be final. 886
 Error javadoc JavadocMethod Expected @param tag for 'val'. 886
 Info misc FinalParameters Parameter closed should be final. 886
 Error javadoc JavadocMethod Expected @param tag for 'closed'. 886
 Info misc FinalParameters Parameter isType should be final. 886
 Error javadoc JavadocMethod Expected @param tag for 'isType'. 886
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 887
 Warning blocks NeedBraces 'if' construct must use '{}'s. 895
 Info misc TodoComment Comment matches to-do format 'TODO:'. 911
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 980
 Warning blocks NeedBraces 'if' construct must use '{}'s. 981

org/universAAL/middleware/serialization/turtle/osgi/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 2
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Info misc FinalParameters Parameter context should be final. 38
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 40
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 43
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Info misc FinalParameters Parameter arg0 should be final. 49

org/universAAL/middleware/service/AggregatingFilter.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Info sizes LineLength Line is longer than 80 characters (found 89). 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning naming ConstantName Name 'PROP_uAAL_AGGREGATION_FUNCTION' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41
 Info sizes LineLength Line is longer than 80 characters (found 87). 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning naming ConstantName Name 'PROP_uAAL_AGGREGATION_PARAMS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 43
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Error javadoc JavadocMethod Expected an @return tag. 54
 Info sizes LineLength Line is longer than 80 characters (found 82). 54
 Info misc FinalParameters Parameter func should be final. 54
 Info misc FinalParameters Parameter params should be final. 54
 Warning blocks NeedBraces 'if' construct must use '{}'s. 55
 Warning blocks NeedBraces 'if' construct must use '{}'s. 59
 Error javadoc JavadocMethod Missing a Javadoc comment. 77
 Info misc FinalParameters Parameter uri should be final. 77
 Info regexp RegexpSingleline Line has trailing spaces. 84
 Info misc FinalParameters Parameter asLiteral should be final. 87
 Error javadoc JavadocMethod Expected @param tag for 'asLiteral'. 87
 Info regexp RegexpSingleline Line has trailing spaces. 95
 Info misc FinalParameters Parameter func should be final. 101
 Info misc FinalParameters Parameter params should be final. 101
 Info misc FinalParameters Parameter asLiteral should be final. 102
 Error javadoc JavadocMethod Expected @param tag for 'asLiteral'. 102
 Warning blocks NeedBraces 'else' construct must use '{}'s. 108
 Error javadoc JavadocMethod Expected an @return tag. 115
 Error design DesignForExtension Method 'getFunctionParams' is not designed for extension - needs to be abstract, final or empty. 115
 Error javadoc JavadocMethod Expected an @return tag. 122
 Error design DesignForExtension Method 'getTheFunction' is not designed for extension - needs to be abstract, final or empty. 122
 Error javadoc JavadocMethod Expected an @return tag. 130
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 130
 Error javadoc JavadocMethod Expected an @return tag. 139
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 139
 Info misc FinalParameters Parameter propURI should be final. 139
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 139
 Info misc FinalParameters Parameter value should be final. 139
 Error javadoc JavadocMethod Expected @param tag for 'value'. 139
 Warning blocks NeedBraces 'if' construct must use '{}'s. 140
 Warning blocks NeedBraces 'if' construct must use '{}'s. 146
 Warning blocks NeedBraces 'if' construct must use '{}'s. 150
 Warning blocks NeedBraces 'else' construct must use '{}'s. 152
 Warning blocks NeedBraces 'if' construct must use '{}'s. 154
 Warning blocks NeedBraces 'else' construct must use '{}'s. 163
 Error javadoc JavadocMethod Expected an @return tag. 175
 Error design DesignForExtension Method 'toLiteral' is not designed for extension - needs to be abstract, final or empty. 175
 Warning blocks NeedBraces 'if' construct must use '{}'s. 176

org/universAAL/middleware/service/AggregatingFilterFactory.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.service.owls.profile.ServiceProfile. 28
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info sizes LineLength Line is longer than 80 characters (found 134). 75
 Info regexp RegexpSingleline Line has trailing spaces. 82
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 91
 Error javadoc JavadocVariable Missing a Javadoc comment. 91
 Error javadoc JavadocVariable Missing a Javadoc comment. 94
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 94
 Info regexp RegexpSingleline Line has trailing spaces. 102
 Info regexp RegexpSingleline Line has trailing spaces. 116
 Info sizes LineLength Line is longer than 80 characters (found 87). 129
 Info misc FinalParameters Parameter type should be final. 133
 Info misc FinalParameters Parameter nonFunctionalParamPropURI should be final. 134
 Info sizes LineLength Line is longer than 80 characters (found 81). 135
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 135
 Info regexp RegexpSingleline Line has trailing spaces. 148
 Info misc FinalParameters Parameter type should be final. 159
 Info misc FinalParameters Parameter nonFunctionalParamPropURI should be final. 160
 Info misc FinalParameters Parameter location should be final. 160
 Info sizes LineLength Line is longer than 80 characters (found 95). 161
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 161
 Info regexp RegexpSingleline Line has trailing spaces. 174
 Info misc FinalParameters Parameter type should be final. 180
 Info sizes LineLength Line is longer than 80 characters (found 81). 181
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 181
 Info regexp RegexpSingleline Line has trailing spaces. 193
 Info misc FinalParameters Parameter type should be final. 201
 Info misc FinalParameters Parameter location should be final. 202
 Info sizes LineLength Line is longer than 80 characters (found 95). 203
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 203

org/universAAL/middleware/service/AggregationFunction.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning naming ConstantName Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 44
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning naming ConstantName Name 'oneOf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning naming ConstantName Name 'minOf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning naming ConstantName Name 'maxOf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 51
 Info sizes LineLength Line is longer than 80 characters (found 90). 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Warning naming ConstantName Name 'minDistanceToRefLoc' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 53
 Info sizes LineLength Line is longer than 80 characters (found 90). 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning naming ConstantName Name 'maxDistanceToRefLoc' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 55
 Info regexp RegexpSingleline Line has trailing spaces. 62
 Error javadoc JavadocMethod Expected an @return tag. 65
 Info misc FinalParameters Parameter order should be final. 65
 Error javadoc JavadocMethod Expected @param tag for 'order'. 65
 Info regexp RegexpSingleline Line has trailing spaces. 85
 Error javadoc JavadocMethod Expected an @return tag. 89
 Info modifier RedundantModifier Redundant 'final' modifier. 89
 Info misc FinalParameters Parameter name should be final. 89
 Warning blocks NeedBraces 'if' construct must use '{}'s. 90
 Warning blocks NeedBraces 'if' construct must use '{}'s. 92
 Warning blocks NeedBraces 'for' construct must use '{}'s. 94
 Warning blocks NeedBraces 'if' construct must use '{}'s. 95
 Error javadoc JavadocVariable Missing a Javadoc comment. 100
 Info regexp RegexpSingleline Line has trailing spaces. 112
 Info misc FinalParameters Parameter order should be final. 116
 Warning coding HiddenField 'order' hides a field. 116
 Info sizes LineLength Line is longer than 80 characters (found 82). 123
 Error javadoc JavadocMethod Expected an @return tag. 128
 Info misc FinalParameters Parameter propURI should be final. 128
 Error javadoc JavadocMethod Expected an @return tag. 135
 Error javadoc JavadocMethod Expected an @return tag. 142
 Error javadoc JavadocMethod Expected an @return tag. 150
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 151
 Info regexp RegexpSingleline Line has trailing spaces. 157
 Info misc FinalParameters Parameter i should be final. 166
 Warning blocks NeedBraces 'if' construct must use '{}'s. 167
 Warning blocks NeedBraces 'if' construct must use '{}'s. 169
 Error javadoc JavadocMethod Expected an @return tag. 177
 Error javadoc JavadocMethod Expected an @return tag. 185
 Info misc FinalParameters Parameter propURI should be final. 185
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 185
 Info misc FinalParameters Parameter o should be final. 185
 Error javadoc JavadocMethod Expected @param tag for 'o'. 185

org/universAAL/middleware/service/AvailabilitySubscriber.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info modifier RedundantModifier Redundant 'public' modifier. 44
 Info regexp RegexpSingleline Line has trailing spaces. 49
 Info modifier RedundantModifier Redundant 'public' modifier. 56

org/universAAL/middleware/service/CallStatus.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Info sizes LineLength Line is longer than 80 characters (found 85). 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning naming ConstantName Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Warning naming ConstantName Name 'succeeded' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Warning naming ConstantName Name 'noMatchingServiceFound' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Warning naming ConstantName Name 'responseTimedOut' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning naming ConstantName Name 'serviceSpecificFailure' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Warning naming ConstantName Name 'denied' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 63
 Info regexp RegexpSingleline Line has trailing spaces. 68
 Error javadoc JavadocMethod Expected an @return tag. 72
 Info misc FinalParameters Parameter name should be final. 72
 Warning coding MissingSwitchDefault switch without "default" clause. 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 98
 Info regexp RegexpSingleline Line has trailing spaces. 110
 Info misc FinalParameters Parameter order should be final. 114
 Warning coding HiddenField 'order' hides a field. 114
 Info sizes LineLength Line is longer than 80 characters (found 82). 121
 Info misc FinalParameters Parameter propURI should be final. 127
 Error javadoc JavadocStyle First sentence should end with a period. 131
 Error javadoc JavadocMethod Expected an @return tag. 134
 Error javadoc JavadocMethod Expected an @return tag. 141
 Info misc FinalParameters Parameter propURI should be final. 150
 Info misc FinalParameters Parameter o should be final. 150

org/universAAL/middleware/service/DefaultServiceCaller.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info misc FinalParameters Parameter context should be final. 41
 Error javadoc JavadocMethod Expected @param tag for 'context'. 41
 Info misc FinalParameters Parameter reqID should be final. 54
 Error javadoc JavadocMethod Expected @param tag for 'reqID'. 54
 Info misc FinalParameters Parameter response should be final. 54
 Error javadoc JavadocMethod Expected @param tag for 'response'. 54

org/universAAL/middleware/service/MultiServiceResponse.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Info misc FinalParameters Parameter instanceURI should be final. 49
 Info misc FinalParameters Parameter output should be final. 55
 Info regexp RegexpSingleline Line has trailing spaces. 63
 Warning blocks NeedBraces 'if' construct must use '{}'s. 76
 Info regexp RegexpSingleline Line has trailing spaces. 85
 Info misc FinalParameters Parameter status should be final. 90
 Warning blocks NeedBraces 'if' construct must use '{}'s. 94
 Info regexp RegexpSingleline Line has trailing spaces. 102
 Warning blocks NeedBraces 'if' construct must use '{}'s. 109
 Info misc FinalParameters Parameter paramURI should be final. 116
 Warning blocks NeedBraces 'if' construct must use '{}'s. 123
 Warning blocks NeedBraces 'if' construct must use '{}'s. 157
 Info misc FinalParameters Parameter propURI should be final. 164
 Info misc FinalParameters Parameter value should be final. 164
 Warning blocks NeedBraces 'if' construct must use '{}'s. 165
 Warning blocks NeedBraces 'if' construct must use '{}'s. 169
 Info regexp RegexpSingleline Line has trailing spaces. 187
 Info misc FinalParameters Parameter response should be final. 191
 Warning blocks NeedBraces 'if' construct must use '{}'s. 192
 Warning blocks NeedBraces 'for' construct must use '{}'s. 197
 Warning blocks NeedBraces 'if' construct must use '{}'s. 203
 Info regexp RegexpSingleline Line has trailing spaces. 215
 Warning blocks NeedBraces 'if' construct must use '{}'s. 221

org/universAAL/middleware/service/ProfileExistsException.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Info misc FinalParameters Parameter profile should be final. 38
 Warning coding HiddenField 'profile' hides a field. 38
 Info misc FinalParameters Parameter index should be final. 38
 Warning coding HiddenField 'index' hides a field. 38
 Info regexp RegexpSingleline Line has trailing spaces. 45
 Error design DesignForExtension Method 'getProfile' is not designed for extension - needs to be abstract, final or empty. 48
 Info regexp RegexpSingleline Line has trailing spaces. 57
 Error design DesignForExtension Method 'getIndex' is not designed for extension - needs to be abstract, final or empty. 60

org/universAAL/middleware/service/ServiceBus.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Info modifier RedundantModifier Redundant 'public' modifier. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Info modifier RedundantModifier Redundant 'public' modifier. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Info modifier RedundantModifier Redundant 'public' modifier. 51
 Info sizes LineLength Line is longer than 80 characters (found 83). 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Info modifier RedundantModifier Redundant 'public' modifier. 52
 Info sizes LineLength Line is longer than 80 characters (found 88). 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Info modifier RedundantModifier Redundant 'public' modifier. 53
 Info sizes LineLength Line is longer than 80 characters (found 119). 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Info modifier RedundantModifier Redundant 'public' modifier. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Info modifier RedundantModifier Redundant 'public' modifier. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Info modifier RedundantModifier Redundant 'public' modifier. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Info modifier RedundantModifier Redundant 'public' modifier. 58
 Info sizes LineLength Line is longer than 80 characters (found 95). 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Info modifier RedundantModifier Redundant 'public' modifier. 59
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Info regexp RegexpSingleline Line has trailing spaces. 71
 Info regexp RegexpSingleline Line has trailing spaces. 73
 Info regexp RegexpSingleline Line has trailing spaces. 82
 Error javadoc JavadocMethod Unused @param tag for 'request'. 87
 Info modifier RedundantModifier Redundant 'public' modifier. 90
 Error javadoc JavadocMethod Expected @param tag for 'call'. 91
 Info regexp RegexpSingleline Line has trailing spaces. 99
 Error javadoc JavadocMethod Unused @param tag for 'request'. 106
 Info sizes LineLength Line is longer than 80 characters (found 82). 109
 Info modifier RedundantModifier Redundant 'public' modifier. 109
 Error javadoc JavadocMethod Expected @param tag for 'call'. 109
 Info regexp RegexpSingleline Line has trailing spaces. 115
 Info modifier RedundantModifier Redundant 'public' modifier. 126
 Info regexp RegexpSingleline Line has trailing spaces. 132
 Info modifier RedundantModifier Redundant 'public' modifier. 147
 Info regexp RegexpSingleline Line has trailing spaces. 153
 Info modifier RedundantModifier Redundant 'public' modifier. 159
 Info regexp RegexpSingleline Line has trailing spaces. 166
 Info modifier RedundantModifier Redundant 'public' modifier. 175
 Info regexp RegexpSingleline Line has trailing spaces. 182
 Info modifier RedundantModifier Redundant 'public' modifier. 191
 Info regexp RegexpSingleline Line has trailing spaces. 199
 Info modifier RedundantModifier Redundant 'public' modifier. 207
 Info regexp RegexpSingleline Line has trailing spaces. 213
 Info modifier RedundantModifier Redundant 'public' modifier. 221
 Info regexp RegexpSingleline Line has trailing spaces. 227
 Info modifier RedundantModifier Redundant 'public' modifier. 233
 Info regexp RegexpSingleline Line has trailing spaces. 244
 Info modifier RedundantModifier Redundant 'public' modifier. 250
 Info regexp RegexpSingleline Line has trailing spaces. 255
 Info modifier RedundantModifier Redundant 'public' modifier. 261
 Info regexp RegexpSingleline Line has trailing spaces. 265
 Info modifier RedundantModifier Redundant 'public' modifier. 271
 Info regexp RegexpSingleline Line has trailing spaces. 275
 Info modifier RedundantModifier Redundant 'public' modifier. 281
 Info regexp RegexpSingleline Line has trailing spaces. 287
 Info modifier RedundantModifier Redundant 'public' modifier. 294

org/universAAL/middleware/service/ServiceBusFacade.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Error javadoc JavadocType Missing a Javadoc comment. 22
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 22
 Error javadoc JavadocMethod Missing a Javadoc comment. 23
 Info misc FinalParameters Parameter mc should be final. 23

org/universAAL/middleware/service/ServiceCall.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info sizes LineLength Line is longer than 80 characters (found 97). 69
 Info sizes LineLength Line is longer than 80 characters (found 94). 75
 Info sizes LineLength Line is longer than 80 characters (found 100). 82
 Info sizes LineLength Line is longer than 80 characters (found 92). 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 91
 Error javadoc JavadocMethod Missing a Javadoc comment. 93
 Info misc FinalParameters Parameter uri should be final. 93
 Error design DesignForExtension Method 'addNonSemanticInput' is not designed for extension - needs to be abstract, final or empty. 98
 Error javadoc JavadocMethod Missing a Javadoc comment. 98
 Info misc FinalParameters Parameter nonSemanticInput should be final. 98
 Warning coding HiddenField 'nonSemanticInput' hides a field. 98
 Error design DesignForExtension Method 'getNonSemanticInput' is not designed for extension - needs to be abstract, final or empty. 107
 Error javadoc JavadocMethod Missing a Javadoc comment. 107
 Info misc FinalParameters Parameter uri should be final. 107
 Info regexp RegexpSingleline Line has trailing spaces. 126
 Info misc FinalParameters Parameter processURI should be final. 130
 Warning blocks NeedBraces 'if' construct must use '{}'s. 132
 Info regexp RegexpSingleline Line has trailing spaces. 140
 Error design DesignForExtension Method 'addInput' is not designed for extension - needs to be abstract, final or empty. 149
 Info misc FinalParameters Parameter inputURI should be final. 149
 Info misc FinalParameters Parameter value should be final. 149
 Info regexp RegexpSingleline Line has trailing spaces. 165
 Error design DesignForExtension Method 'getInputValue' is not designed for extension - needs to be abstract, final or empty. 170
 Info misc FinalParameters Parameter inputURI should be final. 170
 Info regexp RegexpSingleline Line has trailing spaces. 207
 Error design DesignForExtension Method 'getInvolvedUser' is not designed for extension - needs to be abstract, final or empty. 210
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 212
 Info regexp RegexpSingleline Line has trailing spaces. 217
 Error design DesignForExtension Method 'getProcessURI' is not designed for extension - needs to be abstract, final or empty. 220
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 222
 Info regexp RegexpSingleline Line has trailing spaces. 227
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 232
 Error javadoc JavadocMethod Missing a Javadoc comment. 232
 Info misc FinalParameters Parameter propURI should be final. 232
 Info sizes LineLength Line is longer than 80 characters (found 98). 234
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 235
 Info sizes LineLength Line is longer than 80 characters (found 92). 236
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 236
 Error javadoc JavadocMethod Missing a Javadoc comment. 240
 Error javadoc JavadocMethod Expected an @return tag. 252
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 252
 Info regexp RegexpSingleline Line has trailing spaces. 259
 Error design DesignForExtension Method 'setInvolvedUser' is not designed for extension - needs to be abstract, final or empty. 263
 Info misc FinalParameters Parameter user should be final. 263
 Warning blocks NeedBraces 'if' construct must use '{}'s. 264
 Info regexp RegexpSingleline Line has trailing spaces. 271
 Error design DesignForExtension Method 'setProcessURI' is not designed for extension - needs to be abstract, final or empty. 275
 Info misc FinalParameters Parameter processURI should be final. 275
 Warning blocks NeedBraces 'if' construct must use '{}'s. 276
 Info regexp RegexpSingleline Line has trailing spaces. 284
 Error javadoc JavadocMethod Expected an @return tag. 288
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 288
 Info misc FinalParameters Parameter propURI should be final. 288
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 288
 Info misc FinalParameters Parameter o should be final. 288
 Error javadoc JavadocMethod Expected @param tag for 'o'. 288
 Info sizes LineLength Line is longer than 80 characters (found 82). 301
 Info sizes LineLength Line is longer than 80 characters (found 91). 303
 Info sizes LineLength Line is longer than 80 characters (found 94). 312
 Info sizes LineLength Line is longer than 80 characters (found 83). 330
 Warning blocks NeedBraces 'if' construct must use '{}'s. 331
 Info sizes LineLength Line is longer than 80 characters (found 84). 338

org/universAAL/middleware/service/ServiceCallee.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.bus.member.BusMember. 27
 Info regexp RegexpSingleline Line has trailing spaces. 45
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Info misc FinalParameters Parameter context should be final. 65
 Info misc FinalParameters Parameter realizedServices should be final. 66
 Info regexp RegexpSingleline Line has trailing spaces. 75
 Info misc FinalParameters Parameter context should be final. 94
 Info misc FinalParameters Parameter realizedServices should be final. 95
 Info misc FinalParameters Parameter throwOnError should be final. 95
 Info regexp RegexpSingleline Line has trailing spaces. 105
 Info sizes LineLength Line is longer than 80 characters (found 83). 112
 Info misc FinalParameters Parameter realizedServices should be final. 112
 Info regexp RegexpSingleline Line has trailing spaces. 122
 Info misc FinalParameters Parameter realizedServices should be final. 138
 Info misc FinalParameters Parameter throwOnError should be final. 138
 Warning blocks NeedBraces 'if' construct must use '{}'s. 141
 Info sizes LineLength Line is longer than 80 characters (found 81). 143
 Info regexp RegexpSingleline Line has trailing spaces. 151
 Info misc FinalParameters Parameter realizedServices should be final. 156
 Info misc FinalParameters Parameter b should be final. 170
 Error javadoc JavadocMethod Expected @param tag for 'b'. 170
 Warning blocks NeedBraces 'if' construct must use '{}'s. 171
 Info regexp RegexpSingleline Line has trailing spaces. 179
 Info regexp RegexpSingleline Line has trailing spaces. 189
 Error design DesignForExtension Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. 193
 Info misc FinalParameters Parameter m should be final. 193
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 196
 Info regexp RegexpSingleline Line has trailing spaces. 212
 Info sizes LineLength Line is longer than 80 characters (found 97). 217
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 217
 Warning blocks NeedBraces 'if' construct must use '{}'s. 220
 Warning blocks NeedBraces 'if' construct must use '{}'s. 225
 Info regexp RegexpSingleline Line has trailing spaces. 232
 Error design DesignForExtension Method 'getMyID' is not designed for extension - needs to be abstract, final or empty. 235

org/universAAL/middleware/service/ServiceCaller.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.bus.member.BusMember. 25
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Info regexp RegexpSingleline Line has trailing spaces. 55
 Info misc FinalParameters Parameter context should be final. 62
 Info misc FinalParameters Parameter b should be final. 73
 Error javadoc JavadocMethod Expected @param tag for 'b'. 73
 Warning blocks NeedBraces 'if' construct must use '{}'s. 74
 Info regexp RegexpSingleline Line has trailing spaces. 82
 Error javadoc JavadocMethod Expected an @return tag. 86
 Error design DesignForExtension Method 'call' is not designed for extension - needs to be abstract, final or empty. 86
 Info misc FinalParameters Parameter request should be final. 86
 Error javadoc JavadocMethod Expected @param tag for 'request'. 86
 Info regexp RegexpSingleline Line has trailing spaces. 111
 Error javadoc JavadocMethod Expected an @return tag. 117
 Error design DesignForExtension Method 'inject' is not designed for extension - needs to be abstract, final or empty. 117
 Info misc FinalParameters Parameter call should be final. 117
 Info misc FinalParameters Parameter receiver should be final. 117
 Info regexp RegexpSingleline Line has trailing spaces. 126
 Error javadoc JavadocMethod Expected an @return tag. 134
 Error design DesignForExtension Method 'inject' is not designed for extension - needs to be abstract, final or empty. 134
 Info misc FinalParameters Parameter call should be final. 134
 Info misc FinalParameters Parameter receiver should be final. 134
 Info misc TodoComment Comment matches to-do format 'TODO:'. 135
 Info regexp RegexpSingleline Line has trailing spaces. 154
 Info misc FinalParameters Parameter request should be final. 160
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 162
 Error javadoc JavadocMethod Missing a Javadoc comment. 171
 Info misc FinalParameters Parameter m should be final. 171
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 178
 Warning blocks NeedBraces 'if' construct must use '{}'s. 183
 Info regexp RegexpSingleline Line has trailing spaces. 197
 Info regexp RegexpSingleline Line has trailing spaces. 211
 Info misc FinalParameters Parameter request should be final. 219
 Error javadoc JavadocMethod Expected @param tag for 'request'. 219
 Error javadoc JavadocMethod Missing a Javadoc comment. 232
 Info misc FinalParameters Parameter call should be final. 232
 Info misc FinalParameters Parameter receiver should be final. 232
 Info misc TodoComment Comment matches to-do format 'TODO:'. 233
 Error javadoc JavadocMethod Missing a Javadoc comment. 240
 Info misc FinalParameters Parameter call should be final. 240
 Info misc FinalParameters Parameter receiver should be final. 240
 Info regexp RegexpSingleline Line has trailing spaces. 247
 Error design DesignForExtension Method 'getAllServices' is not designed for extension - needs to be abstract, final or empty. 250
 Info regexp RegexpSingleline Line has trailing spaces. 257
 Error design DesignForExtension Method 'getMatchingService' is not designed for extension - needs to be abstract, final or empty. 263
 Info misc FinalParameters Parameter s should be final. 263
 Info regexp RegexpSingleline Line has trailing spaces. 270
 Error design DesignForExtension Method 'getMatchingService' is not designed for extension - needs to be abstract, final or empty. 276
 Info misc FinalParameters Parameter serviceClassURI should be final. 276
 Info regexp RegexpSingleline Line has trailing spaces. 284
 Error design DesignForExtension Method 'getMatchingService' is not designed for extension - needs to be abstract, final or empty. 290
 Info misc FinalParameters Parameter keywords should be final. 290
 Info regexp RegexpSingleline Line has trailing spaces. 298
 Error design DesignForExtension Method 'addAvailabilitySubscription' is not designed for extension - needs to be abstract, final or empty. 305
 Info misc FinalParameters Parameter subscriber should be final. 305
 Info misc FinalParameters Parameter request should be final. 306
 Info regexp RegexpSingleline Line has trailing spaces. 315
 Error design DesignForExtension Method 'removeAvailabilitySubscription' is not designed for extension - needs to be abstract, final or empty. 321
 Info misc FinalParameters Parameter subscriber should be final. 322
 Info misc FinalParameters Parameter requestURI should be final. 322
 Error design DesignForExtension Method 'getMyID' is not designed for extension - needs to be abstract, final or empty. 327
 Error javadoc JavadocMethod Missing a Javadoc comment. 327

org/universAAL/middleware/service/ServiceRequest.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info sizes LineLength Line is longer than 80 characters (found 82). 62
 Info sizes LineLength Line is longer than 80 characters (found 81). 68
 Info sizes LineLength Line is longer than 80 characters (found 87). 74
 Info sizes LineLength Line is longer than 80 characters (found 83). 80
 Warning naming ConstantName Name 'PROP_uAAL_SERVICE_CALLER' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 80
 Info regexp RegexpSingleline Line has trailing spaces. 94
 Info misc FinalParameters Parameter uri should be final. 98
 Info regexp RegexpSingleline Line has trailing spaces. 117
 Info sizes LineLength Line is longer than 80 characters (found 81). 128
 Info misc FinalParameters Parameter requestedService should be final. 128
 Info misc FinalParameters Parameter involvedHumanUser should be final. 128
 Info regexp RegexpSingleline Line has trailing spaces. 147
 Info misc FinalParameters Parameter uriPrefix should be final. 162
 Info misc FinalParameters Parameter numProps should be final. 162
 Info misc FinalParameters Parameter requestedService should be final. 163
 Info misc FinalParameters Parameter involvedHumanUser should be final. 163
 Info regexp RegexpSingleline Line has trailing spaces. 179
 Info misc FinalParameters Parameter uri should be final. 192
 Info misc FinalParameters Parameter requestedService should be final. 192
 Info misc FinalParameters Parameter involvedHumanUser should be final. 193
 Error javadoc JavadocMethod Expected an @return tag. 213
 Error design DesignForExtension Method 'acceptsRandomSelection' is not designed for extension - needs to be abstract, final or empty. 213
 Info sizes LineLength Line is longer than 80 characters (found 95). 220
 Error design DesignForExtension Method 'addAddEffect' is not designed for extension - needs to be abstract, final or empty. 234
 Info misc FinalParameters Parameter ppath should be final. 234
 Error javadoc JavadocMethod Expected @param tag for 'ppath'. 234
 Info misc FinalParameters Parameter value should be final. 234
 Error javadoc JavadocMethod Expected @param tag for 'value'. 234
 Info regexp RegexpSingleline Line has trailing spaces. 244
 Info regexp RegexpSingleline Line has trailing spaces. 247
 Error design DesignForExtension Method 'addAggregatingFilter' is not designed for extension - needs to be abstract, final or empty. 250
 Info misc FinalParameters Parameter f should be final. 250
 Error design DesignForExtension Method 'addAggregatingOutputBinding' is not designed for extension - needs to be abstract, final or empty. 262
 Info misc FinalParameters Parameter toParam should be final. 262
 Error javadoc JavadocMethod Expected @param tag for 'toParam'. 262
 Info misc FinalParameters Parameter f should be final. 263
 Error javadoc JavadocMethod Expected @param tag for 'f'. 263
 Error design DesignForExtension Method 'addChangeEffect' is not designed for extension - needs to be abstract, final or empty. 274
 Info misc FinalParameters Parameter ppath should be final. 274
 Error javadoc JavadocMethod Expected @param tag for 'ppath'. 274
 Info misc FinalParameters Parameter value should be final. 274
 Error javadoc JavadocMethod Expected @param tag for 'value'. 274
 Error design DesignForExtension Method 'addRemoveEffect' is not designed for extension - needs to be abstract, final or empty. 286
 Info misc FinalParameters Parameter ppath should be final. 286
 Error javadoc JavadocMethod Expected @param tag for 'ppath'. 286
 Error javadoc JavadocMethod Expected an @return tag. 298
 Error design DesignForExtension Method 'addRequiredOutput' is not designed for extension - needs to be abstract, final or empty. 298
 Info misc FinalParameters Parameter paramURI should be final. 298
 Error javadoc JavadocMethod Expected @param tag for 'paramURI'. 298
 Info misc FinalParameters Parameter fromProp should be final. 298
 Error javadoc JavadocMethod Expected @param tag for 'fromProp'. 298
 Error design DesignForExtension Method 'addSimpleOutputBinding' is not designed for extension - needs to be abstract, final or empty. 314
 Info misc FinalParameters Parameter toParam should be final. 314
 Error javadoc JavadocMethod Expected @param tag for 'toParam'. 314
 Info misc FinalParameters Parameter sourceProp should be final. 315
 Error javadoc JavadocMethod Expected @param tag for 'sourceProp'. 315
 Error design DesignForExtension Method 'addTypeFilter' is not designed for extension - needs to be abstract, final or empty. 326
 Info misc FinalParameters Parameter refPath should be final. 326
 Error javadoc JavadocMethod Expected @param tag for 'refPath'. 326
 Info misc FinalParameters Parameter typeURI should be final. 326
 Error javadoc JavadocMethod Expected @param tag for 'typeURI'. 326
 Error design DesignForExtension Method 'addValueFilter' is not designed for extension - needs to be abstract, final or empty. 337
 Info misc FinalParameters Parameter refPath should be final. 337
 Error javadoc JavadocMethod Expected @param tag for 'refPath'. 337
 Info misc FinalParameters Parameter hasValue should be final. 337
 Error javadoc JavadocMethod Expected @param tag for 'hasValue'. 337
 Info regexp RegexpSingleline Line has trailing spaces. 346
 Info regexp RegexpSingleline Line has trailing spaces. 362
 Error design DesignForExtension Method 'getFilters' is not designed for extension - needs to be abstract, final or empty. 365
 Info sizes LineLength Line is longer than 80 characters (found 83). 372
 Info regexp RegexpSingleline Line has trailing spaces. 382
 Error design DesignForExtension Method 'getRequestedService' is not designed for extension - needs to be abstract, final or empty. 385
 Info regexp RegexpSingleline Line has trailing spaces. 391
 Error design DesignForExtension Method 'getRequiredEffects' is not designed for extension - needs to be abstract, final or empty. 394
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 397
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 398
 Info regexp RegexpSingleline Line has trailing spaces. 404
 Error design DesignForExtension Method 'getRequiredOutputs' is not designed for extension - needs to be abstract, final or empty. 407
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 410
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 411
 Error javadoc JavadocMethod Expected an @return tag. 419
 Error design DesignForExtension Method 'getOutputAggregations' is not designed for extension - needs to be abstract, final or empty. 419
 Info sizes LineLength Line is longer than 80 characters (found 81). 425
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 436
 Info misc FinalParameters Parameter propURI should be final. 437
 Info sizes LineLength Line is longer than 80 characters (found 89). 438
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 438
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 445
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 454
 Info misc FinalParameters Parameter propURI should be final. 455
 Info misc FinalParameters Parameter value should be final. 455
 Info sizes LineLength Line is longer than 80 characters (found 82). 494
 Error javadoc JavadocMethod Missing a Javadoc comment. 510
 Error javadoc JavadocMethod Expected an @return tag. 523
 Error design DesignForExtension Method 'matches' is not designed for extension - needs to be abstract, final or empty. 523
 Info misc FinalParameters Parameter other should be final. 523
 Error javadoc JavadocMethod Expected @param tag for 'other'. 523
 Warning blocks NeedBraces 'if' construct must use '{}'s. 530

org/universAAL/middleware/service/ServiceResponse.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info sizes LineLength Line is longer than 80 characters (found 83). 55
 Info sizes LineLength Line is longer than 80 characters (found 82). 63
 Info sizes LineLength Line is longer than 80 characters (found 86). 70
 Info sizes LineLength Line is longer than 80 characters (found 86). 76
 Info misc FinalParameters Parameter uri should be final. 89
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 89
 Error design DesignForExtension Method 'allowUnboundOutput' is not designed for extension - needs to be abstract, final or empty. 94
 Error javadoc JavadocMethod Missing a Javadoc comment. 94
 Error design DesignForExtension Method 'disallowUnboundOutput' is not designed for extension - needs to be abstract, final or empty. 98
 Error javadoc JavadocMethod Missing a Javadoc comment. 98
 Error design DesignForExtension Method 'isUnboundOutputAllowed' is not designed for extension - needs to be abstract, final or empty. 102
 Error javadoc JavadocMethod Missing a Javadoc comment. 102
 Warning coding SimplifyBooleanReturn Conditional logic can be removed. 103
 Info regexp RegexpSingleline Line has trailing spaces. 112
 Info misc FinalParameters Parameter status should be final. 116
 Info regexp RegexpSingleline Line has trailing spaces. 125
 Error design DesignForExtension Method 'addOutput' is not designed for extension - needs to be abstract, final or empty. 129
 Info misc FinalParameters Parameter output should be final. 129
 Warning coding MagicNumber '3' is a magic number. 133
 Info regexp RegexpSingleline Line has trailing spaces. 143
 Error design DesignForExtension Method 'addOutput' is not designed for extension - needs to be abstract, final or empty. 149
 Info misc FinalParameters Parameter uri should be final. 149
 Info misc FinalParameters Parameter value should be final. 149
 Info regexp RegexpSingleline Line has trailing spaces. 156
 Error design DesignForExtension Method 'getCallStatus' is not designed for extension - needs to be abstract, final or empty. 159
 Info regexp RegexpSingleline Line has trailing spaces. 172
 Error design DesignForExtension Method 'getOutput' is not designed for extension - needs to be abstract, final or empty. 177
 Info misc FinalParameters Parameter paramURI should be final. 177
 Warning blocks NeedBraces 'if' construct must use '{}'s. 186
 Warning blocks NeedBraces 'if' construct must use '{}'s. 189
 Warning blocks NeedBraces 'else' construct must use '{}'s. 191
 Info regexp RegexpSingleline Line has trailing spaces. 208
 Error design DesignForExtension Method 'getOutput' is not designed for extension - needs to be abstract, final or empty. 220
 Info misc FinalParameters Parameter paramURI should be final. 221
 Info misc FinalParameters Parameter asMergedList should be final. 221
 Info regexp RegexpSingleline Line has trailing spaces. 230
 Error design DesignForExtension Method 'getOutputsMap' is not designed for extension - needs to be abstract, final or empty. 233
 Warning coding MagicNumber '3' is a magic number. 245
 Warning blocks NeedBraces 'if' construct must use '{}'s. 250
 Warning blocks NeedBraces 'else' construct must use '{}'s. 252
 Info regexp RegexpSingleline Line has trailing spaces. 262
 Error design DesignForExtension Method 'getOutputs' is not designed for extension - needs to be abstract, final or empty. 268
 Info regexp RegexpSingleline Line has trailing spaces. 275
 Error javadoc JavadocMethod Expected an @return tag. 278
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 278
 Info regexp RegexpSingleline Line has trailing spaces. 285
 Error design DesignForExtension Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. 288
 Info regexp RegexpSingleline Line has trailing spaces. 296
 Error javadoc JavadocMethod Expected an @return tag. 300
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 300
 Info misc FinalParameters Parameter propURI should be final. 300
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 300
 Info misc FinalParameters Parameter value should be final. 300
 Error javadoc JavadocMethod Expected @param tag for 'value'. 300
 Warning blocks NeedBraces 'if' construct must use '{}'s. 301
 Warning blocks NeedBraces 'if' construct must use '{}'s. 304
 Warning blocks NeedBraces 'if' construct must use '{}'s. 305
 Warning blocks NeedBraces 'else' construct must use '{}'s. 307

org/universAAL/middleware/service/aapi/AapiServiceRequest.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Error javadoc JavadocType Missing a Javadoc comment. 25
 Info sizes LineLength Line is longer than 80 characters (found 116). 30
 Error javadoc JavadocMethod Missing a Javadoc comment. 32
 Error javadoc JavadocMethod Missing a Javadoc comment. 35
 Info misc FinalParameters Parameter uri should be final. 35
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Info misc FinalParameters Parameter requestedService should be final. 39
 Info misc FinalParameters Parameter involvedHumanUser should be final. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Info misc FinalParameters Parameter uriPrefix should be final. 44
 Info misc FinalParameters Parameter numProps should be final. 44
 Info misc FinalParameters Parameter requestedService should be final. 45
 Info misc FinalParameters Parameter involvedHumanUser should be final. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Info misc FinalParameters Parameter uri should be final. 49
 Info misc FinalParameters Parameter requestedService should be final. 49
 Info misc FinalParameters Parameter involvedHumanUser should be final. 50
 Error design DesignForExtension Method 'addInput' is not designed for extension - needs to be abstract, final or empty. 57
 Info misc FinalParameters Parameter uri should be final. 57
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 57
 Info misc FinalParameters Parameter input should be final. 57
 Error javadoc JavadocMethod Expected @param tag for 'input'. 57
 Error javadoc JavadocMethod Expected an @return tag. 75
 Error design DesignForExtension Method 'getInput' is not designed for extension - needs to be abstract, final or empty. 75

org/universAAL/middleware/service/aapi/AapiServiceResponse.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Error javadoc JavadocType Missing a Javadoc comment. 22
 Error javadoc JavadocMethod Missing a Javadoc comment. 23
 Error javadoc JavadocMethod Missing a Javadoc comment. 26
 Info misc FinalParameters Parameter uri should be final. 26
 Error javadoc JavadocMethod Missing a Javadoc comment. 30
 Info misc FinalParameters Parameter status should be final. 30
 Error design DesignForExtension Method 'allowUnboundOutput' is not designed for extension - needs to be abstract, final or empty. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 34

org/universAAL/middleware/service/data/ILocalServiceSearchResultsData.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Error javadoc JavadocMethod Missing a Javadoc comment. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Info modifier RedundantModifier Redundant 'public' modifier. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 38

org/universAAL/middleware/service/data/ILocalServicesIndexData.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info sizes LineLength Line is longer than 80 characters (found 81). 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 42

org/universAAL/middleware/service/data/ILocalWaitingCallersData.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocMethod Missing a Javadoc comment. 32
 Error javadoc JavadocMethod Missing a Javadoc comment. 34

org/universAAL/middleware/service/data/LocalServiceSearchResultsDataMap.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error design DesignForExtension Method 'addProfiles' is not designed for extension - needs to be abstract, final or empty. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Info misc FinalParameters Parameter id should be final. 39
 Info misc FinalParameters Parameter profiles should be final. 39
 Error design DesignForExtension Method 'getProfiles' is not designed for extension - needs to be abstract, final or empty. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Info misc FinalParameters Parameter id should be final. 43
 Error design DesignForExtension Method 'exist' is not designed for extension - needs to be abstract, final or empty. 47
 Error javadoc JavadocMethod Missing a Javadoc comment. 47
 Info misc FinalParameters Parameter id should be final. 47

org/universAAL/middleware/service/data/LocalServicesIndexDataMap.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error design VisibilityModifier Variable 'map' must be private and have accessor methods. 37
 Error design DesignForExtension Method 'addServiceRealization' is not designed for extension - needs to be abstract, final or empty. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Info misc FinalParameters Parameter id should be final. 39
 Info misc FinalParameters Parameter serviceRealization should be final. 40
 Error design DesignForExtension Method 'removeServiceRealization' is not designed for extension - needs to be abstract, final or empty. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Info misc FinalParameters Parameter id should be final. 44
 Error design DesignForExtension Method 'getServiceRealizationByID' is not designed for extension - needs to be abstract, final or empty. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 48
 Info misc FinalParameters Parameter id should be final. 48
 Error design DesignForExtension Method 'getAllServiceRealizations' is not designed for extension - needs to be abstract, final or empty. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Error design DesignForExtension Method 'getServiceRealizationIds' is not designed for extension - needs to be abstract, final or empty. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 57

org/universAAL/middleware/service/data/LocalWaitingDataMap.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error design DesignForExtension Method 'addLocalWaitier' is not designed for extension - needs to be abstract, final or empty. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Info misc FinalParameters Parameter msgID should be final. 37
 Info misc FinalParameters Parameter callerID should be final. 37
 Error design DesignForExtension Method 'getAndRemoveLocalWaiterCallerID' is not designed for extension - needs to be abstract, final or empty. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Info misc FinalParameters Parameter msgID should be final. 41

org/universAAL/middleware/service/data/factory/AbstractServiceStrategyDataFactory.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28

org/universAAL/middleware/service/data/factory/IServiceStrategyDataFactory.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 40

org/universAAL/middleware/service/data/factory/ServiceStrategyDataFactory.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info sizes LineLength Line is longer than 80 characters (found 81). 16
 Info regexp RegexpSingleline Line has trailing spaces. 17
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Error design DesignForExtension Method 'createLocalServicesIndexData' is not designed for extension - needs to be abstract, final or empty. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 40
 Info sizes LineLength Line is longer than 80 characters (found 81). 44
 Error design DesignForExtension Method 'createLocalServiceSearchResultsData' is not designed for extension - needs to be abstract, final or empty. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Error design DesignForExtension Method 'createLocalWaitingCallersData' is not designed for extension - needs to be abstract, final or empty. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 48

org/universAAL/middleware/service/impl/ServiceBusFactory.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Error design DesignForExtension Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Info misc FinalParameters Parameter classURI should be final. 43
 Info misc FinalParameters Parameter instanceURI should be final. 43
 Info misc FinalParameters Parameter factoryIndex should be final. 44
 Warning coding MissingSwitchDefault switch without "default" clause. 46
 Warning coding MagicNumber '3' is a magic number. 53
 Warning coding MagicNumber '4' is a magic number. 55
 Warning coding MagicNumber '5' is a magic number. 57
 Warning coding MagicNumber '6' is a magic number. 59
 Warning coding MagicNumber '7' is a magic number. 61
 Warning coding MagicNumber '8' is a magic number. 63
 Warning coding MagicNumber '9' is a magic number. 65
 Warning coding MagicNumber '10' is a magic number. 67
 Warning coding MagicNumber '11' is a magic number. 69
 Info regexp RegexpSingleline Line has trailing spaces. 76
 Info regexp RegexpSingleline Line has trailing spaces. 121

org/universAAL/middleware/service/impl/ServiceBusImpl.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info sizes LineLength Line is longer than 80 characters (found 86). 29
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocType Missing a Javadoc comment. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error design VisibilityModifier Variable 'busStrategy' must be private and have accessor methods. 65
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Info misc FinalParameters Parameter busStrategy should be final. 67
 Warning coding HiddenField 'busStrategy' hides a field. 67
 Error design DesignForExtension Method 'brokerCall' is not designed for extension - needs to be abstract, final or empty. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Info misc FinalParameters Parameter callerID should be final. 71
 Info misc FinalParameters Parameter receiver should be final. 71
 Info misc FinalParameters Parameter call should be final. 72
 Warning blocks NeedBraces 'if' construct must use '{}'s. 73
 Warning blocks NeedBraces 'if' construct must use '{}'s. 75
 Warning blocks NeedBraces 'if' construct must use '{}'s. 77
 Info sizes LineLength Line is longer than 80 characters (found 83). 82
 Error design DesignForExtension Method 'brokerCall' is not designed for extension - needs to be abstract, final or empty. 82
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Info misc FinalParameters Parameter callerID should be final. 82
 Info misc FinalParameters Parameter receiver should be final. 82
 Info misc FinalParameters Parameter call should be final. 82
 Error javadoc JavadocMethod Missing a Javadoc comment. 88
 Error javadoc JavadocMethod Missing a Javadoc comment. 92
 Error javadoc JavadocMethod Missing a Javadoc comment. 96
 Info misc FinalParameters Parameter content should be final. 96
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 102
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 110
 Info sizes LineLength Line is longer than 80 characters (found 94). 111
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Info misc FinalParameters Parameter mc should be final. 118
 Warning coding HiddenField 'mc' hides a field. 118
 Info misc FinalParameters Parameter serviceBusShareParams should be final. 119
 Info misc FinalParameters Parameter serviceBusFetchParams should be final. 119
 Info misc FinalParameters Parameter serviceBusInjectShareParams should be final. 120
 Info misc FinalParameters Parameter serviceBusInjectFetchParams should be final. 121
 Error javadoc JavadocMethod Missing a Javadoc comment. 140
 Error javadoc JavadocMethod Missing a Javadoc comment. 158
 Info misc FinalParameters Parameter mc should be final. 158
 Warning coding HiddenField 'mc' hides a field. 158
 Error javadoc JavadocMethod Missing a Javadoc comment. 163
 Info sizes LineLength Line is longer than 80 characters (found 92). 168
 Info misc FinalParameters Parameter callerID should be final. 171
 Error javadoc JavadocMethod Expected @param tag for 'callerID'. 171
 Info misc FinalParameters Parameter subscriber should be final. 172
 Error javadoc JavadocMethod Expected @param tag for 'subscriber'. 172
 Info misc FinalParameters Parameter request should be final. 172
 Error javadoc JavadocMethod Expected @param tag for 'request'. 172
 Info sizes LineLength Line is longer than 80 characters (found 82). 174
 Info sizes LineLength Line is longer than 80 characters (found 86). 181
 Info misc FinalParameters Parameter calleeID should be final. 184
 Error javadoc JavadocMethod Expected @param tag for 'calleeID'. 184
 Info misc FinalParameters Parameter realizedServices should be final. 185
 Error javadoc JavadocMethod Expected @param tag for 'realizedServices'. 185
 Info misc FinalParameters Parameter throwOnDuplicateReg should be final. 185
 Error javadoc JavadocMethod Expected @param tag for 'throwOnDuplicateReg'. 185
 Error javadoc JavadocMethod Expected an @return tag. 196
 Info misc FinalParameters Parameter callerID should be final. 196
 Error javadoc JavadocMethod Expected @param tag for 'callerID'. 196
 Error javadoc JavadocMethod Expected an @return tag. 204
 Info misc FinalParameters Parameter callerID should be final. 204
 Error javadoc JavadocMethod Expected @param tag for 'callerID'. 204
 Info misc FinalParameters Parameter s should be final. 204
 Error javadoc JavadocMethod Expected @param tag for 's'. 204
 Error javadoc JavadocMethod Expected an @return tag. 212
 Info misc FinalParameters Parameter callerID should be final. 212
 Error javadoc JavadocMethod Expected @param tag for 'callerID'. 212
 Info misc FinalParameters Parameter s should be final. 212
 Error javadoc JavadocMethod Expected @param tag for 's'. 212
 Error javadoc JavadocMethod Expected an @return tag. 219
 Info misc FinalParameters Parameter s should be final. 219
 Error javadoc JavadocMethod Expected @param tag for 's'. 219
 Error javadoc JavadocMethod Expected an @return tag. 227
 Info misc FinalParameters Parameter callerID should be final. 227
 Error javadoc JavadocMethod Expected @param tag for 'callerID'. 227
 Info misc FinalParameters Parameter keywords should be final. 228
 Error javadoc JavadocMethod Expected @param tag for 'keywords'. 228
 Info misc FinalParameters Parameter callerID should be final. 237
 Error javadoc JavadocMethod Expected @param tag for 'callerID'. 237
 Info misc FinalParameters Parameter subscriber should be final. 238
 Error javadoc JavadocMethod Expected @param tag for 'subscriber'. 238
 Info misc FinalParameters Parameter requestURI should be final. 238
 Error javadoc JavadocMethod Expected @param tag for 'requestURI'. 238
 Info sizes LineLength Line is longer than 80 characters (found 82). 240
 Info misc FinalParameters Parameter calleeID should be final. 249
 Error javadoc JavadocMethod Expected @param tag for 'calleeID'. 249
 Info misc FinalParameters Parameter realizedServices should be final. 250
 Error javadoc JavadocMethod Expected @param tag for 'realizedServices'. 250
 Info misc FinalParameters Parameter calleeID should be final. 261
 Error javadoc JavadocMethod Expected @param tag for 'calleeID'. 261
 Info misc FinalParameters Parameter response should be final. 261
 Error javadoc JavadocMethod Expected @param tag for 'response'. 261
 Info misc FinalParameters Parameter callerID should be final. 270
 Error javadoc JavadocMethod Expected @param tag for 'callerID'. 270
 Info misc FinalParameters Parameter request should be final. 270
 Error javadoc JavadocMethod Expected @param tag for 'request'. 270
 Info misc FinalParameters Parameter calleeID should be final. 285
 Error javadoc JavadocMethod Expected @param tag for 'calleeID'. 285
 Info misc FinalParameters Parameter callee should be final. 285
 Error javadoc JavadocMethod Expected @param tag for 'callee'. 285
 Info misc FinalParameters Parameter callerID should be final. 295
 Error javadoc JavadocMethod Expected @param tag for 'callerID'. 295
 Info misc FinalParameters Parameter caller should be final. 295
 Error javadoc JavadocMethod Expected @param tag for 'caller'. 295
 Info misc FinalParameters Parameter memberID should be final. 302
 Info misc FinalParameters Parameter m should be final. 302
 Warning blocks NeedBraces 'if' construct must use '{}'s. 303
 Warning blocks NeedBraces 'if' construct must use '{}'s. 305
 Info misc FinalParameters Parameter commModule should be final. 310
 Error javadoc JavadocMethod Missing a Javadoc comment. 314
 Info misc FinalParameters Parameter message should be final. 314
 Info misc FinalParameters Parameter e should be final. 315

org/universAAL/middleware/service/impl/ServiceMatcher.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info misc TodoComment Comment matches to-do format 'TODO:'. 41
 Error javadoc JavadocType Missing a Javadoc comment. 43
 Error design DesignForExtension Method 'matches' is not designed for extension - needs to be abstract, final or empty. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Info misc FinalParameters Parameter superset should be final. 45
 Info misc FinalParameters Parameter subset should be final. 45
 Info misc FinalParameters Parameter context should be final. 46
 Info misc FinalParameters Parameter logID should be final. 46
 Warning blocks NeedBraces 'if' construct must use '{}'s. 48
 Warning blocks NeedBraces 'if' construct must use '{}'s. 52
 Warning blocks NeedBraces 'if' construct must use '{}'s. 55
 Warning blocks NeedBraces 'if' construct must use '{}'s. 60
 Warning blocks NeedBraces 'if' construct must use '{}'s. 63
 Warning blocks NeedBraces 'if' construct must use '{}'s. 67
 Warning blocks NeedBraces 'if' construct must use '{}'s. 70
 Info sizes LineLength Line is longer than 80 characters (found 82). 80
 Error javadoc JavadocMethod Missing a Javadoc comment. 80
 Info misc FinalParameters Parameter superset should be final. 80
 Info misc FinalParameters Parameter subset should be final. 80
 Warning blocks NeedBraces 'if' construct must use '{}'s. 82
 Warning blocks NeedBraces 'if' construct must use '{}'s. 86
 Warning blocks NeedBraces 'if' construct must use '{}'s. 89
 Error javadoc JavadocMethod Missing a Javadoc comment. 101
 Info misc FinalParameters Parameter superset should be final. 101
 Info misc FinalParameters Parameter subset should be final. 102
 Warning blocks NeedBraces 'if' construct must use '{}'s. 105
 Warning blocks NeedBraces 'if' construct must use '{}'s. 109
 Warning blocks NeedBraces 'if' construct must use '{}'s. 113
 Info sizes LineLength Line is longer than 80 characters (found 105). 119
 Info sizes LineLength Line is longer than 80 characters (found 105). 121
 Warning blocks NeedBraces 'if' construct must use '{}'s. 123
 Warning blocks NeedBraces 'if' construct must use '{}'s. 131
 Warning blocks NeedBraces 'if' construct must use '{}'s. 136
 Info sizes LineLength Line is longer than 80 characters (found 91). 142
 Info sizes LineLength Line is longer than 80 characters (found 91). 144
 Warning blocks NeedBraces 'if' construct must use '{}'s. 145
 Info sizes LineLength Line is longer than 80 characters (found 81). 145
 Info sizes MethodLength Method length is 157 lines (max allowed is 150). 151
 Error javadoc JavadocMethod Missing a Javadoc comment. 151
 Info misc FinalParameters Parameter superset should be final. 151
 Info misc FinalParameters Parameter subset should be final. 152
 Info misc FinalParameters Parameter context should be final. 152
 Info misc FinalParameters Parameter logID should be final. 152
 Info misc TodoComment Comment matches to-do format 'TODO:'. 161
 Warning blocks NeedBraces 'if' construct must use '{}'s. 167
 Info sizes LineLength Line is longer than 80 characters (found 94). 190
 Warning blocks NeedBraces 'if' construct must use '{}'s. 195
 Warning blocks NeedBraces 'if' construct must use '{}'s. 201
 Warning blocks NeedBraces 'if' construct must use '{}'s. 205
 Warning blocks NeedBraces 'if' construct must use '{}'s. 209
 Info sizes LineLength Line is longer than 80 characters (found 82). 215
 Info sizes LineLength Line is longer than 80 characters (found 84). 216
 Warning blocks NeedBraces 'if' construct must use '{}'s. 218
 Warning blocks NeedBraces 'if' construct must use '{}'s. 222
 Warning blocks NeedBraces 'if' construct must use '{}'s. 224
 Warning blocks NeedBraces 'else' construct must use '{}'s. 230
 Warning blocks NeedBraces 'if' construct must use '{}'s. 267
 Info sizes LineLength Line is longer than 80 characters (found 93). 274
 Info sizes LineLength Line is longer than 80 characters (found 82). 277
 Warning coding MagicNumber '1022' is a magic number. 278
 Info sizes LineLength Line is longer than 80 characters (found 85). 279
 Info sizes LineLength Line is longer than 80 characters (found 114). 280
 Info sizes LineLength Line is longer than 80 characters (found 94). 281
 Warning coding MagicNumber '1023' is a magic number. 298
 Info sizes LineLength Line is longer than 80 characters (found 120). 300
 Info sizes LineLength Line is longer than 80 characters (found 123). 301
 Info sizes LineLength Line is longer than 80 characters (found 100). 302
 Error javadoc JavadocMethod Missing a Javadoc comment. 310
 Info misc FinalParameters Parameter superset should be final. 310
 Info misc FinalParameters Parameter subset should be final. 311
 Info misc FinalParameters Parameter context should be final. 311
 Info misc FinalParameters Parameter logID should be final. 311
 Warning blocks NeedBraces 'if' construct must use '{}'s. 313
 Error javadoc JavadocMethod Missing a Javadoc comment. 320
 Info misc FinalParameters Parameter superset should be final. 320
 Info misc FinalParameters Parameter subset should be final. 321
 Info misc FinalParameters Parameter context should be final. 321
 Info misc FinalParameters Parameter logID should be final. 321
 Warning blocks NeedBraces 'if' construct must use '{}'s. 323
 Error javadoc JavadocMethod Missing a Javadoc comment. 330
 Info misc FinalParameters Parameter superset should be final. 330
 Info misc FinalParameters Parameter context should be final. 331
 Info sizes LineLength Line is longer than 80 characters (found 124). 343
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 343
 Error javadoc JavadocMethod Missing a Javadoc comment. 352
 Info misc FinalParameters Parameter superset should be final. 353
 Info misc FinalParameters Parameter subset should be final. 354
 Info misc FinalParameters Parameter context should be final. 354

org/universAAL/middleware/service/impl/ServiceProfileWrapper.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Info misc FinalParameters Parameter r should be final. 37
 Warning coding HiddenField 'r' hides a field. 37
 Warning blocks NeedBraces 'if' construct must use '{}'s. 38
 Error design DesignForExtension Method 'getService' is not designed for extension - needs to be abstract, final or empty. 43
 Error design DesignForExtension Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 48
 Info misc FinalParameters Parameter propURI should be final. 49
 Error design DesignForExtension Method 'getEffects' is not designed for extension - needs to be abstract, final or empty. 53
 Error design DesignForExtension Method 'getOutputs' is not designed for extension - needs to be abstract, final or empty. 58
 Error design DesignForExtension Method 'getInitialServiceDialogProperty' is not designed for extension - needs to be abstract, final or empty. 63
 Info misc FinalParameters Parameter propURI should be final. 64

org/universAAL/middleware/service/impl/ServiceRealization.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info sizes LineLength Line is longer than 80 characters (found 81). 32
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Info sizes LineLength Line is longer than 80 characters (found 85). 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Warning naming ConstantName Name 'uAAL_SERVICE_RESPONSE_TIME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 53
 Info sizes LineLength Line is longer than 80 characters (found 90). 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning naming ConstantName Name 'uAAL_SERVICE_QUALITY_OF_SERVICE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Warning naming ConstantName Name 'uAAL_SERVICE_PROVIDER' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Warning naming ConstantName Name 'uAAL_SERVICE_PROFILE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 59
 Info sizes LineLength Line is longer than 80 characters (found 85). 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning naming ConstantName Name 'uAAL_ASSERTED_SERVICE_CALL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 61
 Info sizes LineLength Line is longer than 80 characters (found 83). 67
 Warning naming ConstantName Name 'uAAL_SERVICE_URI_MATCHED' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 75
 Info misc FinalParameters Parameter theCallee should be final. 75
 Info misc FinalParameters Parameter theProfile should be final. 75
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Info misc FinalParameters Parameter instanceURI should be final. 82
 Error javadoc JavadocStyle First sentence should end with a period. 87
 Info regexp RegexpSingleline Line has trailing spaces. 89
 Info misc FinalParameters Parameter context should be final. 93
 Warning blocks NeedBraces 'if' construct must use '{}'s. 94
 Warning blocks NeedBraces 'if' construct must use '{}'s. 98
 Warning blocks NeedBraces 'if' construct must use '{}'s. 101
 Warning blocks NeedBraces 'if' construct must use '{}'s. 105
 Warning blocks NeedBraces 'if' construct must use '{}'s. 108
 Warning blocks NeedBraces 'if' construct must use '{}'s. 112
 Warning blocks NeedBraces 'if' construct must use '{}'s. 115
 Warning blocks NeedBraces 'if' construct must use '{}'s. 119
 Warning blocks NeedBraces 'if' construct must use '{}'s. 123
 Info sizes LineLength Line is longer than 80 characters (found 82). 125
 Error javadoc JavadocStyle First sentence should end with a period. 129
 Info regexp RegexpSingleline Line has trailing spaces. 131
 Error design DesignForExtension Method 'addMeasuredResponseTime' is not designed for extension - needs to be abstract, final or empty. 134
 Info misc FinalParameters Parameter rt should be final. 134
 Error javadoc JavadocMethod Expected @param tag for 'rt'. 134
 Error javadoc JavadocStyle First sentence should end with a period. 146
 Info regexp RegexpSingleline Line has trailing spaces. 148
 Error design DesignForExtension Method 'addQoSRating' is not designed for extension - needs to be abstract, final or empty. 152
 Info misc FinalParameters Parameter r should be final. 152
 Error javadoc JavadocStyle First sentence should end with a period. 164
 Info regexp RegexpSingleline Line has trailing spaces. 167
 Info regexp RegexpSingleline Line has trailing spaces. 171
 Error design DesignForExtension Method 'assertServiceCall' is not designed for extension - needs to be abstract, final or empty. 174
 Info misc FinalParameters Parameter context should be final. 174
 Info misc FinalParameters Parameter request should be final. 175
 Error javadoc JavadocMethod Expected @param tag for 'request'. 175
 Warning blocks NeedBraces 'if' construct must use '{}'s. 177
 Warning blocks NeedBraces 'if' construct must use '{}'s. 181
 Warning blocks NeedBraces 'if' construct must use '{}'s. 187
 Warning blocks NeedBraces 'if' construct must use '{}'s. 193
 Warning blocks NeedBraces 'if' construct must use '{}'s. 195
 Warning blocks NeedBraces 'if' construct must use '{}'s. 199
 Warning blocks NeedBraces 'if' construct must use '{}'s. 201
 Error javadoc JavadocStyle First sentence should end with a period. 215
 Info regexp RegexpSingleline Line has trailing spaces. 217
 Error design DesignForExtension Method 'getAvgQoSRating' is not designed for extension - needs to be abstract, final or empty. 220
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 223
 Error javadoc JavadocStyle First sentence should end with a period. 226
 Info regexp RegexpSingleline Line has trailing spaces. 229
 Error design DesignForExtension Method 'getAvgResponseTime' is not designed for extension - needs to be abstract, final or empty. 232
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 235
 Error javadoc JavadocStyle First sentence should end with a period. 238
 Info regexp RegexpSingleline Line has trailing spaces. 240
 Error design DesignForExtension Method 'getMaxQoSRating' is not designed for extension - needs to be abstract, final or empty. 243
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 246
 Error javadoc JavadocStyle First sentence should end with a period. 249
 Info regexp RegexpSingleline Line has trailing spaces. 252
 Error design DesignForExtension Method 'getMaxResponseTime' is not designed for extension - needs to be abstract, final or empty. 255
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 258
 Error javadoc JavadocStyle First sentence should end with a period. 261
 Info regexp RegexpSingleline Line has trailing spaces. 263
 Error design DesignForExtension Method 'getMinQoSRating' is not designed for extension - needs to be abstract, final or empty. 266
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 269
 Error javadoc JavadocStyle First sentence should end with a period. 272
 Info regexp RegexpSingleline Line has trailing spaces. 275
 Error design DesignForExtension Method 'getMinResponseTime' is not designed for extension - needs to be abstract, final or empty. 278
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 281
 Error javadoc JavadocStyle First sentence should end with a period. 284
 Info regexp RegexpSingleline Line has trailing spaces. 286
 Error design DesignForExtension Method 'getNumberOfQoSRatings' is not designed for extension - needs to be abstract, final or empty. 289
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 292
 Error javadoc JavadocStyle First sentence should end with a period. 295
 Info regexp RegexpSingleline Line has trailing spaces. 297
 Error design DesignForExtension Method 'getNumberOfResponseTimeMeasurements' is not designed for extension - needs to be abstract, final or empty. 300
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 303
 Error javadoc JavadocStyle First sentence should end with a period. 306
 Info regexp RegexpSingleline Line has trailing spaces. 308
 Error design DesignForExtension Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. 311
 Error javadoc JavadocStyle First sentence should end with a period. 315
 Info regexp RegexpSingleline Line has trailing spaces. 318
 Error design DesignForExtension Method 'getResponseTimeout' is not designed for extension - needs to be abstract, final or empty. 321
 Info sizes LineLength Line is longer than 80 characters (found 82). 324
 Warning blocks NeedBraces 'if' construct must use '{}'s. 326
 Error javadoc JavadocStyle First sentence should end with a period. 332
 Info regexp RegexpSingleline Line has trailing spaces. 335
 Info sizes LineLength Line is longer than 80 characters (found 81). 344
 Error design DesignForExtension Method 'matches' is not designed for extension - needs to be abstract, final or empty. 344
 Info misc FinalParameters Parameter request should be final. 344
 Info misc FinalParameters Parameter context should be final. 344
 Info misc FinalParameters Parameter logID should be final. 344
 Warning blocks NeedBraces 'if' construct must use '{}'s. 345
 Warning blocks NeedBraces 'if' construct must use '{}'s. 348
 Error javadoc JavadocStyle First sentence should end with a period. 359
 Info regexp RegexpSingleline Line has trailing spaces. 362
 Error design DesignForExtension Method 'matches' is not designed for extension - needs to be abstract, final or empty. 367
 Info misc FinalParameters Parameter word should be final. 367
 Warning blocks NeedBraces 'if' construct must use '{}'s. 368
 Error javadoc JavadocStyle First sentence should end with a period. 377
 Info regexp RegexpSingleline Line has trailing spaces. 380
 Error design DesignForExtension Method 'matchesAll' is not designed for extension - needs to be abstract, final or empty. 385
 Info misc FinalParameters Parameter keywords should be final. 385
 Warning blocks NeedBraces 'if' construct must use '{}'s. 389
 Warning blocks NeedBraces 'for' construct must use '{}'s. 393
 Warning blocks NeedBraces 'if' construct must use '{}'s. 394
 Error javadoc JavadocStyle First sentence should end with a period. 401
 Info regexp RegexpSingleline Line has trailing spaces. 404
 Error design DesignForExtension Method 'matchesOne' is not designed for extension - needs to be abstract, final or empty. 409
 Info misc FinalParameters Parameter keywords should be final. 409
 Warning blocks NeedBraces 'if' construct must use '{}'s. 413
 Warning blocks NeedBraces 'for' construct must use '{}'s. 417
 Warning blocks NeedBraces 'if' construct must use '{}'s. 418
 Error javadoc JavadocStyle First sentence should end with a period. 425
 Info regexp RegexpSingleline Line has trailing spaces. 428
 Info misc FinalParameters Parameter searched should be final. 435
 Error javadoc JavadocMethod Expected @param tag for 'searched'. 435
 Info misc FinalParameters Parameter name should be final. 435
 Error javadoc JavadocMethod Expected @param tag for 'name'. 435
 Info misc FinalParameters Parameter text should be final. 435
 Error javadoc JavadocMethod Expected @param tag for 'text'. 435
 Warning blocks NeedBraces 'if' construct must use '{}'s. 436
 Error javadoc JavadocMethod Expected an @return tag. 447
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 447
 Info misc FinalParameters Parameter propURI should be final. 447
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 447
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 449
 Error javadoc JavadocMethod Expected an @return tag. 456
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 456
 Error javadoc JavadocMethod Expected an @return tag. 464
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 464
 Info misc FinalParameters Parameter propURI should be final. 464
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 464
 Info misc FinalParameters Parameter value should be final. 464
 Error javadoc JavadocMethod Expected @param tag for 'value'. 464
 Warning blocks NeedBraces 'if' construct must use '{}'s. 465
 Info sizes LineLength Line is longer than 80 characters (found 88). 470

org/universAAL/middleware/service/impl/ServiceRequestWrapper.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 40
 Info misc FinalParameters Parameter r should be final. 40
 Warning coding HiddenField 'r' hides a field. 40
 Warning blocks NeedBraces 'if' construct must use '{}'s. 41
 Error design DesignForExtension Method 'getService' is not designed for extension - needs to be abstract, final or empty. 46
 Error design DesignForExtension Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 51
 Info misc FinalParameters Parameter propURI should be final. 52
 Error design DesignForExtension Method 'getEffects' is not designed for extension - needs to be abstract, final or empty. 56
 Error design DesignForExtension Method 'getOutputs' is not designed for extension - needs to be abstract, final or empty. 61
 Error design DesignForExtension Method 'getNonSemanticInput' is not designed for extension - needs to be abstract, final or empty. 66
 Error design DesignForExtension Method 'getInitialServiceDialogProperty' is not designed for extension - needs to be abstract, final or empty. 74
 Info misc FinalParameters Parameter propURI should be final. 75

org/universAAL/middleware/service/impl/ServiceStrategy.java

Severity Category Rule Message Line
 Info sizes FileLength File length is 2,431 lines (max allowed is 2,000). 1
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info sizes LineLength Line is longer than 80 characters (found 82). 62
 Info sizes LineLength Line is longer than 80 characters (found 81). 63
 Error javadoc JavadocStyle First sentence should end with a period. 71
 Info regexp RegexpSingleline Line has trailing spaces. 73
 Info sizes LineLength Line is longer than 80 characters (found 98). 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 Warning naming ConstantName Name 'PROP_uAAL_REGISTRATION_STATUS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 79
 Info sizes LineLength Line is longer than 80 characters (found 101). 81
 Error javadoc JavadocVariable Missing a Javadoc comment. 81
 Warning naming ConstantName Name 'PROP_uAAL_SERVICE_REALIZATION_ID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 81
 Info sizes LineLength Line is longer than 80 characters (found 105). 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 83
 Warning naming ConstantName Name 'PROP_uAAL_SERVICE_REGISTERED_PROFILE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 83
 Info sizes LineLength Line is longer than 80 characters (found 98). 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 85
 Warning naming ConstantName Name 'PROP_uAAL_SERVICE_PROVIDED_BY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 85
 Info sizes LineLength Line is longer than 80 characters (found 105). 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Warning naming ConstantName Name 'PROP_uAAL_SERVICE_SUBSCRIBER_REQUEST' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 87
 Info sizes LineLength Line is longer than 80 characters (found 97). 89
 Error javadoc JavadocVariable Missing a Javadoc comment. 89
 Warning naming ConstantName Name 'PROP_uAAL_SERVICE_SUBSCRIBER' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 89
 Info sizes LineLength Line is longer than 80 characters (found 91). 91
 Error javadoc JavadocVariable Missing a Javadoc comment. 91
 Warning naming ConstantName Name 'PROP_uAAL_SERVICE_TYPE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 91
 Error javadoc JavadocVariable Missing a Javadoc comment. 93
 Error javadoc JavadocVariable Missing a Javadoc comment. 95
 Info sizes LineLength Line is longer than 80 characters (found 102). 97
 Error javadoc JavadocVariable Missing a Javadoc comment. 97
 Warning naming ConstantName Name 'TYPE_uAAL_SERVICE_BUS_COORDINATOR' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 97
 Info sizes LineLength Line is longer than 80 characters (found 103). 99
 Error javadoc JavadocVariable Missing a Javadoc comment. 99
 Warning naming ConstantName Name 'TYPE_uAAL_SERVICE_BUS_NOTIFICATION' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 99
 Info sizes LineLength Line is longer than 80 characters (found 103). 101
 Error javadoc JavadocVariable Missing a Javadoc comment. 101
 Warning naming ConstantName Name 'TYPE_uAAL_SERVICE_BUS_REGISTRATION' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 101
 Info sizes LineLength Line is longer than 80 characters (found 103). 103
 Error javadoc JavadocVariable Missing a Javadoc comment. 103
 Warning naming ConstantName Name 'TYPE_uAAL_SERVICE_BUS_SUBSCRIPTION' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 103
 Info sizes LineLength Line is longer than 80 characters (found 106). 105
 Error javadoc JavadocVariable Missing a Javadoc comment. 105
 Warning naming ConstantName Name 'TYPE_uAAL_SERVICE_PROFILE_INFORMATION' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 105
 Info sizes LineLength Line is longer than 80 characters (found 92). 107
 Error javadoc JavadocVariable Missing a Javadoc comment. 107
 Info sizes LineLength Line is longer than 80 characters (found 93). 109
 Error javadoc JavadocVariable Missing a Javadoc comment. 109
 Info sizes LineLength Line is longer than 80 characters (found 90). 111
 Error javadoc JavadocVariable Missing a Javadoc comment. 111
 Error javadoc JavadocType Missing a Javadoc comment. 114
 Error javadoc JavadocVariable Missing a Javadoc comment. 115
 Error design VisibilityModifier Variable 'id' must be private and have accessor methods. 115
 Error javadoc JavadocVariable Missing a Javadoc comment. 116
 Error design VisibilityModifier Variable 'callerID' must be private and have accessor methods. 116
 Error javadoc JavadocVariable Missing a Javadoc comment. 117
 Error design VisibilityModifier Variable 'serviceClassURI' must be private and have accessor methods. 117
 Error javadoc JavadocVariable Missing a Javadoc comment. 118
 Error design VisibilityModifier Variable 'reqOrSubs' must be private and have accessor methods. 118
 Error javadoc JavadocType Missing a Javadoc comment. 121
 Error javadoc JavadocVariable Missing a Javadoc comment. 122
 Error design VisibilityModifier Variable 'matches' must be private and have accessor methods. 122
 Error javadoc JavadocVariable Missing a Javadoc comment. 123
 Error design VisibilityModifier Variable 'pendingCalls' must be private and have accessor methods. 123
 Info sizes LineLength Line is longer than 80 characters (found 87). 135
 Error javadoc JavadocVariable Missing a Javadoc comment. 135
 Info regexp RegexpSingleline Line has trailing spaces. 143
 Info regexp RegexpSingleline Line has trailing spaces. 146
 Info regexp RegexpSingleline Line has trailing spaces. 157
 Info sizes LineLength Line is longer than 80 characters (found 88). 164
 Error javadoc JavadocVariable Missing a Javadoc comment. 164
 Error javadoc JavadocVariable Missing a Javadoc comment. 167
 Error javadoc JavadocVariable Missing a Javadoc comment. 170
 Error design VisibilityModifier Variable 'localWaitingCallers' must be private and have accessor methods. 170
 Error javadoc JavadocVariable Missing a Javadoc comment. 172
 Error design VisibilityModifier Variable 'localServicesIndex' must be private and have accessor methods. 172
 Error javadoc JavadocVariable Missing a Javadoc comment. 175
 Error design VisibilityModifier Variable 'localServiceSearchResults' must be private and have accessor methods. 175
 Error javadoc JavadocVariable Missing a Javadoc comment. 177
 Error javadoc JavadocVariable Missing a Javadoc comment. 178
 Error design VisibilityModifier Variable 'theCoordinator' must be private and have accessor methods. 178
 Error javadoc JavadocMethod Missing a Javadoc comment. 180
 Info misc FinalParameters Parameter commModule should be final. 180
 Info sizes LineLength Line is longer than 80 characters (found 81). 184
 Info sizes LineLength Line is longer than 80 characters (found 92). 191
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 199
 Info sizes LineLength Line is longer than 80 characters (found 84). 203
 Info sizes LineLength Line is longer than 80 characters (found 95). 204
 Error design DesignForExtension Method 'createServiceStrategyDataFactory' is not designed for extension - needs to be abstract, final or empty. 210
 Error javadoc JavadocMethod Missing a Javadoc comment. 210
 Error javadoc JavadocStyle First sentence should end with a period. 214
 Info regexp RegexpSingleline Line has trailing spaces. 217
 Error design DesignForExtension Method 'addAvailabilitySubscription' is not designed for extension - needs to be abstract, final or empty. 228
 Info misc FinalParameters Parameter callerID should be final. 228
 Info misc FinalParameters Parameter subscriber should be final. 229
 Info misc FinalParameters Parameter request should be final. 229
 Warning blocks NeedBraces 'if' construct must use '{}'s. 230
 Warning blocks NeedBraces 'if' construct must use '{}'s. 240
 Error javadoc JavadocStyle First sentence should end with a period. 255
 Info regexp RegexpSingleline Line has trailing spaces. 257
 Error design DesignForExtension Method 'addRegParams' is not designed for extension - needs to be abstract, final or empty. 270
 Info misc FinalParameters Parameter calleeID should be final. 270
 Info misc FinalParameters Parameter realizedServices should be final. 270
 Info misc FinalParameters Parameter throwOnDuplicateReg should be final. 271
 Warning blocks NeedBraces 'if' construct must use '{}'s. 272
 Error javadoc JavadocType Missing a Javadoc comment. 276
 Error design VisibilityModifier Variable 'processURI' must be private and have accessor methods. 277
 Error design VisibilityModifier Variable 'registration' must be private and have accessor methods. 278
 Error design VisibilityModifier Variable 'profile' must be private and have accessor methods. 279
 Warning blocks NeedBraces 'if' construct must use '{}'s. 288
 Warning blocks NeedBraces 'if' construct must use '{}'s. 294
 Info sizes LineLength Line is longer than 80 characters (found 87). 298
 Info sizes LineLength Line is longer than 80 characters (found 81). 301
 Warning blocks NeedBraces 'if' construct must use '{}'s. 328
 Info sizes LineLength Line is longer than 80 characters (found 81). 330
 Info sizes LineLength Line is longer than 80 characters (found 81). 340
 Warning coding MagicNumber '10000' is a magic number. 357
 Error javadoc JavadocStyle First sentence should end with a period. 371
 Info regexp RegexpSingleline Line has trailing spaces. 375
 Info misc FinalParameters Parameter callerID should be final. 381
 Info misc FinalParameters Parameter request should be final. 381
 Warning blocks NeedBraces 'if' construct must use '{}'s. 390
 Warning blocks NeedBraces 'if' construct must use '{}'s. 392
 Info sizes LineLength Line is longer than 80 characters (found 94). 396
 Info regexp RegexpSingleline Line has trailing spaces. 404
 Info misc FinalParameters Parameter m should be final. 411
 Info misc FinalParameters Parameter matches should be final. 412
 Warning blocks NeedBraces 'if' construct must use '{}'s. 429
 Info sizes LineLength Line is longer than 80 characters (found 81). 451
 Error design DesignForExtension Method 'injectCall' is not designed for extension - needs to be abstract, final or empty. 451
 Error javadoc JavadocMethod Missing a Javadoc comment. 451
 Info misc FinalParameters Parameter callerID should be final. 451
 Info misc FinalParameters Parameter call should be final. 451
 Info misc FinalParameters Parameter receiver should be final. 451
 Info regexp RegexpSingleline Line has trailing spaces. 461
 Info misc FinalParameters Parameter call should be final. 469
 Info misc FinalParameters Parameter receiver should be final. 469
 Info misc FinalParameters Parameter match should be final. 470
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 482
 Info sizes LineLength Line is longer than 80 characters (found 92). 489
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 489
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 496
 Info sizes LineLength Line is longer than 80 characters (found 84). 502
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 502
 Warning blocks NeedBraces 'if' construct must use '{}'s. 512
 Info regexp RegexpSingleline Line has trailing spaces. 524
 Info misc FinalParameters Parameter matchingServices should be final. 534
 Info misc FinalParameters Parameter vendor should be final. 534
 Info misc FinalParameters Parameter m should be final. 535
 Warning blocks NeedBraces 'if' construct must use '{}'s. 544
 Warning blocks NeedBraces 'if' construct must use '{}'s. 548
 Warning blocks NeedBraces 'if' construct must use '{}'s. 551
 Info sizes LineLength Line is longer than 80 characters (found 81). 558
 Info sizes LineLength Line is longer than 80 characters (found 98). 559
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 559
 Info sizes LineLength Line is longer than 80 characters (found 86). 561
 Warning blocks NeedBraces 'if' construct must use '{}'s. 565
 Warning blocks NeedBraces 'else' construct must use '{}'s. 579
 Warning blocks NeedBraces 'if' construct must use '{}'s. 584
 Warning blocks NeedBraces 'if' construct must use '{}'s. 589
 Warning blocks NeedBraces 'else' construct must use '{}'s. 591
 Error javadoc JavadocStyle First sentence should end with a period. 596
 Info regexp RegexpSingleline Line has trailing spaces. 598
 Info sizes MethodLength Method length is 295 lines (max allowed is 150). 602
 Info misc FinalParameters Parameter m should be final. 602
 Warning blocks NeedBraces 'if' construct must use '{}'s. 605
 Info sizes LineLength Line is longer than 80 characters (found 90). 612
 Info sizes LineLength Line is longer than 80 characters (found 94). 617
 Info sizes LineLength Line is longer than 80 characters (found 142). 623
 Info sizes LineLength Line is longer than 80 characters (found 114). 625
 Info sizes LineLength Line is longer than 80 characters (found 91). 627
 Info sizes LineLength Line is longer than 80 characters (found 87). 629
 Info sizes LineLength Line is longer than 80 characters (found 84). 630
 Info sizes LineLength Line is longer than 80 characters (found 87). 631
 Info sizes LineLength Line is longer than 80 characters (found 83). 633
 Warning coding MissingSwitchDefault switch without "default" clause. 633
 Info sizes LineLength Line is longer than 80 characters (found 99). 636
 Warning coding InnerAssignment Inner assignments should be avoided. 636
 Warning coding InnerAssignment Inner assignments should be avoided. 636
 Warning coding InnerAssignment Inner assignments should be avoided. 636
 Info sizes LineLength Line is longer than 80 characters (found 90). 638
 Info sizes LineLength Line is longer than 80 characters (found 89). 641
 Warning coding InnerAssignment Inner assignments should be avoided. 641
 Warning coding InnerAssignment Inner assignments should be avoided. 641
 Info sizes LineLength Line is longer than 80 characters (found 83). 643
 Info sizes LineLength Line is longer than 80 characters (found 107). 644
 Info sizes LineLength Line is longer than 80 characters (found 106). 645
 Info sizes LineLength Line is longer than 80 characters (found 98). 646
 Info sizes LineLength Line is longer than 80 characters (found 103). 647
 Info sizes LineLength Line is longer than 80 characters (found 104). 648
 Info sizes LineLength Line is longer than 80 characters (found 90). 652
 Warning coding InnerAssignment Inner assignments should be avoided. 652
 Warning coding InnerAssignment Inner assignments should be avoided. 652
 Info sizes LineLength Line is longer than 80 characters (found 89). 654
 Info sizes LineLength Line is longer than 80 characters (found 90). 657
 Warning coding InnerAssignment Inner assignments should be avoided. 657
 Warning coding InnerAssignment Inner assignments should be avoided. 657
 Info sizes LineLength Line is longer than 80 characters (found 90). 662
 Warning coding InnerAssignment Inner assignments should be avoided. 662
 Warning coding InnerAssignment Inner assignments should be avoided. 662
 Info sizes LineLength Line is longer than 80 characters (found 103). 666
 Info sizes LineLength Line is longer than 80 characters (found 102). 667
 Info sizes LineLength Line is longer than 80 characters (found 97). 668
 Info sizes LineLength Line is longer than 80 characters (found 104). 669
 Info sizes LineLength Line is longer than 80 characters (found 101). 670
 Info sizes LineLength Line is longer than 80 characters (found 100). 671
 Info sizes LineLength Line is longer than 80 characters (found 105). 674
 Info sizes LineLength Line is longer than 80 characters (found 90). 677
 Warning coding InnerAssignment Inner assignments should be avoided. 677
 Warning coding InnerAssignment Inner assignments should be avoided. 677
 Info sizes LineLength Line is longer than 80 characters (found 108). 679
 Info sizes LineLength Line is longer than 80 characters (found 99). 681
 Warning coding InnerAssignment Inner assignments should be avoided. 681
 Warning coding InnerAssignment Inner assignments should be avoided. 681
 Warning coding InnerAssignment Inner assignments should be avoided. 681
 Info sizes LineLength Line is longer than 80 characters (found 86). 689
 Info sizes LineLength Line is longer than 80 characters (found 94). 690
 Info sizes LineLength Line is longer than 80 characters (found 83). 692
 Info sizes LineLength Line is longer than 80 characters (found 90). 693
 Info sizes LineLength Line is longer than 80 characters (found 89). 694
 Info sizes LineLength Line is longer than 80 characters (found 85). 697
 Warning blocks NeedBraces 'if' construct must use '{}'s. 699
 Info sizes LineLength Line is longer than 80 characters (found 85). 700
 Warning blocks NeedBraces 'if' construct must use '{}'s. 701
 Info sizes LineLength Line is longer than 80 characters (found 85). 702
 Info sizes LineLength Line is longer than 80 characters (found 90). 704
 Info sizes LineLength Line is longer than 80 characters (found 95). 705
 Warning blocks NeedBraces 'if' construct must use '{}'s. 706
 Info sizes LineLength Line is longer than 80 characters (found 107). 707
 Info sizes LineLength Line is longer than 80 characters (found 81). 708
 Info sizes LineLength Line is longer than 80 characters (found 101). 709
 Info sizes LineLength Line is longer than 80 characters (found 85). 714
 Info sizes LineLength Line is longer than 80 characters (found 84). 715
 Info sizes LineLength Line is longer than 80 characters (found 87). 716
 Info sizes LineLength Line is longer than 80 characters (found 98). 722
 Info sizes LineLength Line is longer than 80 characters (found 95). 723
 Warning blocks NeedBraces 'for' construct must use '{}'s. 726
 Info sizes LineLength Line is longer than 80 characters (found 87). 726
 Info sizes LineLength Line is longer than 80 characters (found 97). 728
 Info sizes LineLength Line is longer than 80 characters (found 92). 729
 Info sizes LineLength Line is longer than 80 characters (found 108). 730
 Info sizes LineLength Line is longer than 80 characters (found 96). 731
 Info sizes LineLength Line is longer than 80 characters (found 92). 732
 Warning coding MissingSwitchDefault switch without "default" clause. 732
 Info sizes LineLength Line is longer than 80 characters (found 88). 733
 Info sizes LineLength Line is longer than 80 characters (found 88). 735
 Info sizes LineLength Line is longer than 80 characters (found 96). 736
 Info sizes LineLength Line is longer than 80 characters (found 117). 737
 Info sizes LineLength Line is longer than 80 characters (found 108). 738
 Info sizes LineLength Line is longer than 80 characters (found 107). 739
 Info sizes LineLength Line is longer than 80 characters (found 114). 740
 Warning blocks NeedBraces 'if' construct must use '{}'s. 741
 Info sizes LineLength Line is longer than 80 characters (found 109). 741
 Warning blocks NeedBraces 'if' construct must use '{}'s. 742
 Info sizes LineLength Line is longer than 80 characters (found 103). 742
 Info sizes LineLength Line is longer than 80 characters (found 108). 743
 Info sizes LineLength Line is longer than 80 characters (found 94). 744
 Info sizes LineLength Line is longer than 80 characters (found 121). 745
 Info sizes LineLength Line is longer than 80 characters (found 127). 746
 Warning blocks NeedBraces 'if' construct must use '{}'s. 747
 Info sizes LineLength Line is longer than 80 characters (found 106). 747
 Info sizes LineLength Line is longer than 80 characters (found 116). 748
 Warning blocks NeedBraces 'if' construct must use '{}'s. 749
 Info sizes LineLength Line is longer than 80 characters (found 111). 749
 Info sizes LineLength Line is longer than 80 characters (found 116). 750
 Info sizes LineLength Line is longer than 80 characters (found 89). 751
 Info sizes LineLength Line is longer than 80 characters (found 86). 752
 Info sizes LineLength Line is longer than 80 characters (found 100). 753
 Warning blocks NeedBraces 'if' construct must use '{}'s. 754
 Info sizes LineLength Line is longer than 80 characters (found 120). 754
 Info sizes LineLength Line is longer than 80 characters (found 108). 755
 Info sizes LineLength Line is longer than 80 characters (found 81). 756
 Info sizes LineLength Line is longer than 80 characters (found 88). 760
 Info sizes LineLength Line is longer than 80 characters (found 96). 761
 Info sizes LineLength Line is longer than 80 characters (found 117). 762
 Info sizes LineLength Line is longer than 80 characters (found 108). 763
 Info sizes LineLength Line is longer than 80 characters (found 107). 764
 Info sizes LineLength Line is longer than 80 characters (found 114). 765
 Warning blocks NeedBraces 'if' construct must use '{}'s. 766
 Info sizes LineLength Line is longer than 80 characters (found 109). 766
 Warning blocks NeedBraces 'if' construct must use '{}'s. 767
 Info sizes LineLength Line is longer than 80 characters (found 103). 767
 Info sizes LineLength Line is longer than 80 characters (found 108). 768
 Info sizes LineLength Line is longer than 80 characters (found 94). 769
 Info sizes LineLength Line is longer than 80 characters (found 121). 770
 Info sizes LineLength Line is longer than 80 characters (found 127). 771
 Warning blocks NeedBraces 'if' construct must use '{}'s. 772
 Info sizes LineLength Line is longer than 80 characters (found 106). 772
 Info sizes LineLength Line is longer than 80 characters (found 116). 773
 Warning blocks NeedBraces 'if' construct must use '{}'s. 774
 Info sizes LineLength Line is longer than 80 characters (found 111). 774
 Info sizes LineLength Line is longer than 80 characters (found 116). 775
 Info sizes LineLength Line is longer than 80 characters (found 89). 776
 Info sizes LineLength Line is longer than 80 characters (found 86). 777
 Info sizes LineLength Line is longer than 80 characters (found 100). 778
 Warning blocks NeedBraces 'if' construct must use '{}'s. 779
 Info sizes LineLength Line is longer than 80 characters (found 120). 779
 Info sizes LineLength Line is longer than 80 characters (found 108). 780
 Info sizes LineLength Line is longer than 80 characters (found 81). 781
 Info sizes LineLength Line is longer than 80 characters (found 105). 785
 Info sizes LineLength Line is longer than 80 characters (found 96). 786
 Info sizes LineLength Line is longer than 80 characters (found 117). 787
 Info sizes LineLength Line is longer than 80 characters (found 108). 788
 Info sizes LineLength Line is longer than 80 characters (found 107). 789
 Info sizes LineLength Line is longer than 80 characters (found 114). 790
 Warning blocks NeedBraces 'if' construct must use '{}'s. 791
 Info sizes LineLength Line is longer than 80 characters (found 110). 791
 Warning blocks NeedBraces 'if' construct must use '{}'s. 792
 Info sizes LineLength Line is longer than 80 characters (found 103). 792
 Info sizes LineLength Line is longer than 80 characters (found 108). 793
 Info sizes LineLength Line is longer than 80 characters (found 94). 794
 Info sizes LineLength Line is longer than 80 characters (found 125). 795
 Info sizes LineLength Line is longer than 80 characters (found 147). 796
 Info sizes LineLength Line is longer than 80 characters (found 137). 797
 Info sizes LineLength Line is longer than 80 characters (found 125). 798
 Info sizes LineLength Line is longer than 80 characters (found 147). 799
 Info sizes LineLength Line is longer than 80 characters (found 137). 800
 Warning blocks NeedBraces 'if' construct must use '{}'s. 801
 Info sizes LineLength Line is longer than 80 characters (found 108). 801
 Info sizes LineLength Line is longer than 80 characters (found 116). 802
 Warning blocks NeedBraces 'if' construct must use '{}'s. 803
 Info sizes LineLength Line is longer than 80 characters (found 113). 803
 Info sizes LineLength Line is longer than 80 characters (found 116). 804
 Info sizes LineLength Line is longer than 80 characters (found 89). 805
 Info sizes LineLength Line is longer than 80 characters (found 86). 806
 Info sizes LineLength Line is longer than 80 characters (found 100). 807
 Warning blocks NeedBraces 'if' construct must use '{}'s. 808
 Info sizes LineLength Line is longer than 80 characters (found 121). 808
 Info sizes LineLength Line is longer than 80 characters (found 108). 809
 Info sizes LineLength Line is longer than 80 characters (found 81). 810
 Info sizes LineLength Line is longer than 80 characters (found 105). 814
 Info sizes LineLength Line is longer than 80 characters (found 96). 815
 Info sizes LineLength Line is longer than 80 characters (found 117). 816
 Info sizes LineLength Line is longer than 80 characters (found 108). 817
 Info sizes LineLength Line is longer than 80 characters (found 107). 818
 Info sizes LineLength Line is longer than 80 characters (found 114). 819
 Warning blocks NeedBraces 'if' construct must use '{}'s. 820
 Info sizes LineLength Line is longer than 80 characters (found 110). 820
 Warning blocks NeedBraces 'if' construct must use '{}'s. 821
 Info sizes LineLength Line is longer than 80 characters (found 103). 821
 Info sizes LineLength Line is longer than 80 characters (found 108). 822
 Info sizes LineLength Line is longer than 80 characters (found 94). 823
 Info sizes LineLength Line is longer than 80 characters (found 125). 824
 Info sizes LineLength Line is longer than 80 characters (found 147). 825
 Info sizes LineLength Line is longer than 80 characters (found 137). 826
 Info sizes LineLength Line is longer than 80 characters (found 125). 827
 Info sizes LineLength Line is longer than 80 characters (found 147). 828
 Info sizes LineLength Line is longer than 80 characters (found 137). 829
 Warning blocks NeedBraces 'if' construct must use '{}'s. 830
 Info sizes LineLength Line is longer than 80 characters (found 108). 830
 Info sizes LineLength Line is longer than 80 characters (found 116). 831
 Warning blocks NeedBraces 'if' construct must use '{}'s. 832
 Info sizes LineLength Line is longer than 80 characters (found 113). 832
 Info sizes LineLength Line is longer than 80 characters (found 116). 833
 Info sizes LineLength Line is longer than 80 characters (found 89). 834
 Info sizes LineLength Line is longer than 80 characters (found 86). 835
 Info sizes LineLength Line is longer than 80 characters (found 100). 836
 Warning blocks NeedBraces 'if' construct must use '{}'s. 837
 Info sizes LineLength Line is longer than 80 characters (found 121). 837
 Info sizes LineLength Line is longer than 80 characters (found 108). 838
 Info sizes LineLength Line is longer than 80 characters (found 81). 839
 Warning blocks NeedBraces 'for' construct must use '{}'s. 846
 Warning blocks NeedBraces 'for' construct must use '{}'s. 851
 Info sizes LineLength Line is longer than 80 characters (found 85). 851
 Warning blocks NeedBraces 'while' construct must use '{}'s. 853
 Info sizes LineLength Line is longer than 80 characters (found 100). 857
 Info sizes LineLength Line is longer than 80 characters (found 92). 859
 Info sizes LineLength Line is longer than 80 characters (found 94). 860
 Info sizes LineLength Line is longer than 80 characters (found 95). 861
 Info sizes LineLength Line is longer than 80 characters (found 84). 862
 Info sizes LineLength Line is longer than 80 characters (found 81). 865
 Info sizes LineLength Line is longer than 80 characters (found 102). 866
 Info sizes LineLength Line is longer than 80 characters (found 103). 868
 Info sizes LineLength Line is longer than 80 characters (found 92). 871
 Info sizes LineLength Line is longer than 80 characters (found 84). 872
 Info sizes LineLength Line is longer than 80 characters (found 103). 873
 Info sizes LineLength Line is longer than 80 characters (found 106). 874
 Info sizes LineLength Line is longer than 80 characters (found 97). 875
 Info sizes LineLength Line is longer than 80 characters (found 90). 876
 Info regexp RegexpSingleline Line has trailing spaces. 879
 Info sizes LineLength Line is longer than 80 characters (found 88). 880
 Error javadoc JavadocStyle First sentence should end with a period. 898
 Info regexp RegexpSingleline Line has trailing spaces. 900
 Info misc FinalParameters Parameter sr should be final. 904
 Error javadoc JavadocMethod Expected @param tag for 'sr'. 904
 Info misc FinalParameters Parameter ctxt should be final. 905
 Info regexp RegexpSingleline Line has trailing spaces. 916
 Error javadoc JavadocStyle First sentence should end with a period. 917
 Info regexp RegexpSingleline Line has trailing spaces. 919
 Info misc FinalParameters Parameter outputs should be final. 925
 Info misc FinalParameters Parameter context should be final. 926
 Warning blocks NeedBraces 'if' construct must use '{}'s. 927
 Warning blocks NeedBraces 'if' construct must use '{}'s. 930
 Warning blocks NeedBraces 'if' construct must use '{}'s. 937
 Warning blocks NeedBraces 'if' construct must use '{}'s. 940
 Info regexp RegexpSingleline Line has trailing spaces. 963
 Info misc FinalParameters Parameter s should be final. 969
 Warning blocks NeedBraces 'if' construct must use '{}'s. 977
 Warning blocks NeedBraces 'for' construct must use '{}'s. 984
 Error javadoc JavadocStyle First sentence should end with a period. 990
 Info regexp RegexpSingleline Line has trailing spaces. 993
 Info misc FinalParameters Parameter context should be final. 1000
 Info misc FinalParameters Parameter af should be final. 1001
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1004
 Info sizes LineLength Line is longer than 80 characters (found 85). 1011
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1012
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1018
 Error javadoc JavadocStyle First sentence should end with a period. 1027
 Info regexp RegexpSingleline Line has trailing spaces. 1030
 Info misc FinalParameters Parameter context should be final. 1036
 Error javadoc JavadocMethod Expected @param tag for 'context'. 1036
 Info misc FinalParameters Parameter prop should be final. 1037
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1039
 Info regexp RegexpSingleline Line has trailing spaces. 1050
 Error javadoc JavadocMethod Expected @param tag for '<V>'. 1057
 Info misc FinalParameters Parameter table should be final. 1057
 Info misc FinalParameters Parameter key should be final. 1058
 Info regexp RegexpSingleline Line has trailing spaces. 1070
 Info sizes LineLength Line is longer than 80 characters (found 81). 1077
 Error javadoc JavadocMethod Expected @param tag for '<V>'. 1077
 Info misc FinalParameters Parameter map should be final. 1077
 Info misc FinalParameters Parameter key should be final. 1077
 Error javadoc JavadocMethod Missing a Javadoc comment. 1086
 Info misc FinalParameters Parameter methodName should be final. 1086
 Info misc FinalParameters Parameter obj should be final. 1086
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1089
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1095
 Error design DesignForExtension Method 'handle' is not designed for extension - needs to be abstract, final or empty. 1102
 Info sizes MethodLength Method length is 609 lines (max allowed is 150). 1102
 Info misc FinalParameters Parameter msg should be final. 1102
 Error javadoc JavadocMethod Expected @param tag for 'msg'. 1102
 Info misc FinalParameters Parameter senderID should be final. 1102
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 1102
 Warning coding MissingSwitchDefault switch without "default" clause. 1104
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1106
 Info sizes LineLength Line is longer than 80 characters (found 84). 1122
 Info sizes LineLength Line is longer than 80 characters (found 89). 1126
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1141
 Info sizes LineLength Line is longer than 80 characters (found 88). 1145
 Info sizes LineLength Line is longer than 80 characters (found 81). 1155
 Warning blocks NeedBraces 'for' construct must use '{}'s. 1164
 Info sizes LineLength Line is longer than 80 characters (found 81). 1168
 Info misc TodoComment Comment matches to-do format 'TODO:'. 1192
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1197
 Info sizes LineLength Line is longer than 80 characters (found 110). 1212
 Info sizes LineLength Line is longer than 80 characters (found 106). 1213
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1219
 Info sizes LineLength Line is longer than 80 characters (found 81). 1230
 Info misc TodoComment Comment matches to-do format 'TODO:'. 1274
 Info sizes LineLength Line is longer than 80 characters (found 81). 1276
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1302
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1306
 Info sizes LineLength Line is longer than 80 characters (found 84). 1308
 Info sizes LineLength Line is longer than 80 characters (found 114). 1311
 Info sizes LineLength Line is longer than 80 characters (found 104). 1314
 Info sizes LineLength Line is longer than 80 characters (found 96). 1318
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1322
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1325
 Info sizes LineLength Line is longer than 80 characters (found 105). 1332
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1338
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1340
 Info sizes LineLength Line is longer than 80 characters (found 96). 1344
 Info misc TodoComment Comment matches to-do format 'TODO:'. 1349
 Warning coding MagicNumber '1030' is a magic number. 1367
 Info sizes LineLength Line is longer than 80 characters (found 81). 1368
 Info sizes LineLength Line is longer than 80 characters (found 99). 1369
 Info sizes LineLength Line is longer than 80 characters (found 90). 1380
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1400
 Info sizes LineLength Line is longer than 80 characters (found 113). 1408
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1416
 Info sizes LineLength Line is longer than 80 characters (found 94). 1424
 Info sizes LineLength Line is longer than 80 characters (found 105). 1426
 Info sizes LineLength Line is longer than 80 characters (found 94). 1433
 Info sizes LineLength Line is longer than 80 characters (found 105). 1435
 Info misc TodoComment Comment matches to-do format 'TODO:'. 1449
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1451
 Info sizes LineLength Line is longer than 80 characters (found 102). 1465
 Warning coding MagicNumber '1031' is a magic number. 1468
 Info sizes LineLength Line is longer than 80 characters (found 81). 1469
 Info sizes LineLength Line is longer than 80 characters (found 103). 1470
 Info sizes LineLength Line is longer than 80 characters (found 107). 1471
 Info sizes LineLength Line is longer than 80 characters (found 93). 1472
 Info misc ArrayTypeStyle Array brackets at illegal position. 1486
 Warning coding MagicNumber '5' is a magic number. 1486
 Warning coding MagicNumber '3' is a magic number. 1490
 Warning coding MagicNumber '4' is a magic number. 1491
 Info sizes LineLength Line is longer than 80 characters (found 86). 1496
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1525
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1534
 Warning blocks NeedBraces 'for' construct must use '{}'s. 1542
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1547
 Info sizes LineLength Line is longer than 80 characters (found 81). 1549
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1552
 Warning coding MissingSwitchDefault switch without "default" clause. 1557
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1567
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1568
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1573
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1575
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1580
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1593
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1594
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1599
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1601
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1606
 Info sizes LineLength Line is longer than 80 characters (found 81). 1612
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1619
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1620
 Info sizes LineLength Line is longer than 80 characters (found 81). 1623
 Info sizes LineLength Line is longer than 80 characters (found 95). 1624
 Info sizes LineLength Line is longer than 80 characters (found 81). 1626
 Info sizes LineLength Line is longer than 80 characters (found 95). 1627
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1629
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1631
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1636
 Info sizes LineLength Line is longer than 80 characters (found 81). 1636
 Info sizes LineLength Line is longer than 80 characters (found 81). 1642
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1649
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1650
 Info sizes LineLength Line is longer than 80 characters (found 81). 1653
 Info sizes LineLength Line is longer than 80 characters (found 95). 1654
 Info sizes LineLength Line is longer than 80 characters (found 81). 1656
 Info sizes LineLength Line is longer than 80 characters (found 95). 1657
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1659
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1661
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1666
 Info sizes LineLength Line is longer than 80 characters (found 81). 1666
 Warning blocks NeedBraces 'for' construct must use '{}'s. 1675
 Warning blocks NeedBraces 'for' construct must use '{}'s. 1680
 Warning blocks NeedBraces 'while' construct must use '{}'s. 1682
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1687
 Info sizes LineLength Line is longer than 80 characters (found 176). 1701
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1701
 Error javadoc JavadocMethod Missing a Javadoc comment. 1712
 Info misc FinalParameters Parameter msg should be final. 1712
 Info misc FinalParameters Parameter callContext should be final. 1713
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1714
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1717
 Info regexp RegexpSingleline Line has trailing spaces. 1731
 Info misc FinalParameters Parameter m should be final. 1736
 Info misc FinalParameters Parameter matchingServices should be final. 1737
 Error javadoc JavadocMethod Expected @param tag for 'matchingServices'. 1737
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1745
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1749
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1752
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1769
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1771
 Info regexp RegexpSingleline Line has trailing spaces. 1779
 Info misc FinalParameters Parameter m should be final. 1784
 Info misc FinalParameters Parameter matchingServices should be final. 1785
 Error javadoc JavadocMethod Expected @param tag for 'matchingServices'. 1785
 Info misc FinalParameters Parameter vendor should be final. 1785
 Error javadoc JavadocMethod Expected @param tag for 'vendor'. 1785
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1793
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1797
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1800
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1806
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1823
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1825
 Error javadoc JavadocStyle First sentence should end with a period. 1829
 Info regexp RegexpSingleline Line has trailing spaces. 1831
 Info misc FinalParameters Parameter msg should be final. 1835
 Info sizes LineLength Line is longer than 80 characters (found 105). 1844
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1844
 Info sizes LineLength Line is longer than 80 characters (found 105). 1856
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1856
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1860
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 1867
 Error javadoc JavadocStyle First sentence should end with a period. 1875
 Info regexp RegexpSingleline Line has trailing spaces. 1878
 Info misc FinalParameters Parameter m should be final. 1882
 Error javadoc JavadocStyle First sentence should end with a period. 1886
 Info regexp RegexpSingleline Line has trailing spaces. 1889
 Info misc FinalParameters Parameter message should be final. 1895
 Info misc FinalParameters Parameter status should be final. 1895
 Error javadoc JavadocStyle First sentence should end with a period. 1904
 Info regexp RegexpSingleline Line has trailing spaces. 1907
 Info misc FinalParameters Parameter prof should be final. 1912
 Error javadoc JavadocMethod Expected @param tag for 'prof'. 1912
 Info misc FinalParameters Parameter registration should be final. 1913
 Error javadoc JavadocMethod Expected @param tag for 'registration'. 1913
 Info misc FinalParameters Parameter processURI should be final. 1913
 Error javadoc JavadocMethod Expected @param tag for 'processURI'. 1913
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1915
 Info sizes LineLength Line is longer than 80 characters (found 85). 1919
 Info sizes LineLength Line is longer than 80 characters (found 129). 1925
 Info sizes LineLength Line is longer than 80 characters (found 91). 1949
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1953
 Info sizes LineLength Line is longer than 80 characters (found 81). 1954
 Error javadoc JavadocMethod Missing a Javadoc comment. 1963
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1980
 Error javadoc JavadocStyle First sentence should end with a period. 1984
 Info regexp RegexpSingleline Line has trailing spaces. 1987
 Info misc FinalParameters Parameter callerID should be final. 1997
 Info misc FinalParameters Parameter request should be final. 1998
 Info misc FinalParameters Parameter offer should be final. 1998
 Error javadoc JavadocStyle First sentence should end with a period. 2002
 Info regexp RegexpSingleline Line has trailing spaces. 2005
 Info misc FinalParameters Parameter callerID should be final. 2017
 Info misc FinalParameters Parameter request should be final. 2018
 Info misc FinalParameters Parameter offer should be final. 2018
 Info misc FinalParameters Parameter logID should be final. 2018
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2026
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 2028
 Error javadoc JavadocStyle First sentence should end with a period. 2031
 Info regexp RegexpSingleline Line has trailing spaces. 2034
 Info misc FinalParameters Parameter caller should be final. 2046
 Info misc FinalParameters Parameter request should be final. 2046
 Info misc FinalParameters Parameter realization should be final. 2047
 Info misc FinalParameters Parameter registers should be final. 2047
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2053
 Warning blocks NeedBraces 'else' construct must use '{}'s. 2056
 Error javadoc JavadocStyle First sentence should end with a period. 2065
 Info regexp RegexpSingleline Line has trailing spaces. 2068
 Info misc FinalParameters Parameter as should be final. 2078
 Info misc FinalParameters Parameter realizationID should be final. 2079
 Info misc FinalParameters Parameter registers should be final. 2079
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2080
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 2087
 Error design DesignForExtension Method 'waitForCoordinatorToBeKnown' is not designed for extension - needs to be abstract, final or empty. 2101
 Error javadoc JavadocMethod Missing a Javadoc comment. 2101
 Error design DesignForExtension Method 'notifyOnFoundCoordinator' is not designed for extension - needs to be abstract, final or empty. 2105
 Error javadoc JavadocMethod Missing a Javadoc comment. 2105
 Error javadoc JavadocStyle First sentence should end with a period. 2109
 Info regexp RegexpSingleline Line has trailing spaces. 2111
 Error design DesignForExtension Method 'removeAvailabilitySubscription' is not designed for extension - needs to be abstract, final or empty. 2119
 Info misc FinalParameters Parameter callerID should be final. 2119
 Info misc FinalParameters Parameter subscriber should be final. 2120
 Info misc FinalParameters Parameter requestURI should be final. 2120
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2121
 Info sizes LineLength Line is longer than 80 characters (found 81). 2142
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2144
 Error javadoc JavadocStyle First sentence should end with a period. 2172
 Info regexp RegexpSingleline Line has trailing spaces. 2174
 Error design DesignForExtension Method 'removeMatchingRegParams' is not designed for extension - needs to be abstract, final or empty. 2180
 Info misc FinalParameters Parameter calleeID should be final. 2180
 Info misc FinalParameters Parameter realizedServices should be final. 2181
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2182
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2187
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2191
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2197
 Info sizes LineLength Line is longer than 80 characters (found 94). 2203
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2209
 Info sizes LineLength Line is longer than 80 characters (found 81). 2220
 Error javadoc JavadocStyle First sentence should end with a period. 2228
 Info regexp RegexpSingleline Line has trailing spaces. 2230
 Error design DesignForExtension Method 'removeRegParams' is not designed for extension - needs to be abstract, final or empty. 2235
 Info misc FinalParameters Parameter calleeID should be final. 2235
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2236
 Info sizes LineLength Line is longer than 80 characters (found 82). 2248
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2254
 Info sizes LineLength Line is longer than 80 characters (found 81). 2261
 Error javadoc JavadocStyle First sentence should end with a period. 2269
 Info regexp RegexpSingleline Line has trailing spaces. 2272
 Info misc FinalParameters Parameter calleeID should be final. 2278
 Info misc FinalParameters Parameter processURI should be final. 2278
 Info sizes LineLength Line is longer than 80 characters (found 83). 2282
 Info sizes LineLength Line is longer than 80 characters (found 94). 2286
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2287
 Info sizes LineLength Line is longer than 80 characters (found 90). 2289
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2291
 Info sizes LineLength Line is longer than 80 characters (found 94). 2293
 Info sizes LineLength Line is longer than 80 characters (found 86). 2299
 Info sizes LineLength Line is longer than 80 characters (found 95). 2301
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2305
 Error javadoc JavadocStyle First sentence should end with a period. 2316
 Info regexp RegexpSingleline Line has trailing spaces. 2319
 Error design DesignForExtension Method 'getAllServiceProfiles' is not designed for extension - needs to be abstract, final or empty. 2324
 Info misc FinalParameters Parameter serviceURI should be final. 2324
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2325
 Warning coding MagicNumber '1000' is a magic number. 2336
 Warning coding MagicNumber '5' is a magic number. 2337
 Info sizes LineLength Line is longer than 80 characters (found 84). 2357
 Error design DesignForExtension Method 'getAllServiceProfilesWithCalleeIDs' is not designed for extension - needs to be abstract, final or empty. 2357
 Error javadoc JavadocMethod Missing a Javadoc comment. 2357
 Info misc FinalParameters Parameter serviceURI should be final. 2358
 Info sizes LineLength Line is longer than 80 characters (found 86). 2362
 Error javadoc JavadocMethod Missing a Javadoc comment. 2362
 Info misc FinalParameters Parameter serviceURI should be final. 2363
 Info sizes LineLength Line is longer than 80 characters (found 96). 2364
 Info sizes LineLength Line is longer than 80 characters (found 86). 2372
 Info regexp RegexpSingleline Line has trailing spaces. 2390
 Info misc FinalParameters Parameter serviceURI should be final. 2395
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2401
 Info sizes LineLength Line is longer than 80 characters (found 86). 2404
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2405
 Error javadoc JavadocStyle First sentence should end with a period. 2414
 Info regexp RegexpSingleline Line has trailing spaces. 2417
 Info misc FinalParameters Parameter list should be final. 2422
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2423
 Warning blocks NeedBraces 'for' construct must use '{}'s. 2426

org/universAAL/middleware/service/impl/ServiceWrapper.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Info misc FinalParameters Parameter request should be final. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Info misc FinalParameters Parameter profile should be final. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 55
 Error design DesignForExtension Method 'getNonSemanticInput' is not designed for extension - needs to be abstract, final or empty. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 61

org/universAAL/middleware/service/impl/osgi/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info sizes LineLength Line is longer than 80 characters (found 86). 39
 Info misc FinalParameters Parameter context should be final. 41
 Error javadoc JavadocMethod Expected @param tag for 'context'. 41
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 41
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 42
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 43
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 46
 Info sizes LineLength Line is longer than 80 characters (found 85). 52
 Info misc FinalParameters Parameter context should be final. 54
 Error javadoc JavadocMethod Expected @param tag for 'context'. 54
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 54

org/universAAL/middleware/service/owl/InitialServiceDialog.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.owl.ManagedIndividual. 24
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocMethod Expected an @return tag. 48
 Info regexp RegexpSingleline Line has trailing spaces. 55
 Error javadoc JavadocMethod Expected an @return tag. 59
 Info misc FinalParameters Parameter serviceClassURI should be final. 60
 Error javadoc JavadocMethod Expected @param tag for 'serviceClassURI'. 60
 Info misc FinalParameters Parameter vendor should be final. 60
 Error javadoc JavadocMethod Expected @param tag for 'vendor'. 60
 Info misc FinalParameters Parameter description should be final. 60
 Error javadoc JavadocMethod Expected @param tag for 'description'. 60
 Info misc FinalParameters Parameter startServiceURI should be final. 61
 Error javadoc JavadocMethod Expected @param tag for 'startServiceURI'. 61
 Error javadoc JavadocMethod Expected an @return tag. 70
 Info misc FinalParameters Parameter serviceClassURI should be final. 70
 Error javadoc JavadocMethod Expected @param tag for 'serviceClassURI'. 70
 Info misc FinalParameters Parameter vendor should be final. 71
 Error javadoc JavadocMethod Expected @param tag for 'vendor'. 71
 Info misc FinalParameters Parameter theCaller should be final. 71
 Error javadoc JavadocMethod Expected @param tag for 'theCaller'. 71
 Error javadoc JavadocMethod Expected an @return tag. 79
 Info misc FinalParameters Parameter serviceClassURI should be final. 80
 Error javadoc JavadocMethod Expected @param tag for 'serviceClassURI'. 80
 Info misc FinalParameters Parameter theCaller should be final. 80
 Error javadoc JavadocMethod Expected @param tag for 'theCaller'. 80
 Error javadoc JavadocMethod Expected an @return tag. 88
 Info misc FinalParameters Parameter serviceClassURI should be final. 89
 Error javadoc JavadocMethod Expected @param tag for 'serviceClassURI'. 89
 Info misc FinalParameters Parameter vendor should be final. 89
 Error javadoc JavadocMethod Expected @param tag for 'vendor'. 89
 Info misc FinalParameters Parameter requestingUser should be final. 89
 Error javadoc JavadocMethod Expected @param tag for 'requestingUser'. 89
 Info regexp RegexpSingleline Line has trailing spaces. 97
 Info misc FinalParameters Parameter serviceClassURI should be final. 111
 Info misc FinalParameters Parameter vendor should be final. 112
 Info misc FinalParameters Parameter requestingUser should be final. 112
 Info misc FinalParameters Parameter theCaller should be final. 112
 Error javadoc JavadocMethod Expected @param tag for 'theCaller'. 112
 Info regexp RegexpSingleline Line has trailing spaces. 128
 Info misc FinalParameters Parameter uri should be final. 132
 Info sizes LineLength Line is longer than 80 characters (found 85). 137
 Error javadoc JavadocMethod Expected an @return tag. 139

org/universAAL/middleware/service/owl/Service.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info sizes LineLength Line is longer than 80 characters (found 92). 54
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Info regexp RegexpSingleline Line has trailing spaces. 61
 Info sizes LineLength Line is longer than 80 characters (found 97). 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Info sizes LineLength Line is longer than 80 characters (found 91). 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Info sizes LineLength Line is longer than 80 characters (found 92). 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error javadoc JavadocStyle First sentence should end with a period. 74
 Error javadoc JavadocStyle First sentence should end with a period. 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Info regexp RegexpSingleline Line has trailing spaces. 97
 Info misc FinalParameters Parameter r should be final. 111
 Info misc FinalParameters Parameter toPath should be final. 112
 Info misc FinalParameters Parameter restrictions should be final. 112
 Warning blocks NeedBraces 'if' construct must use '{}'s. 113
 Warning blocks NeedBraces 'if' construct must use '{}'s. 119
 Warning blocks NeedBraces 'if' construct must use '{}'s. 121
 Error javadoc JavadocMethod Expected an @return tag. 132
 Info misc FinalParameters Parameter restrictions should be final. 133
 Error javadoc JavadocMethod Expected @param tag for 'restrictions'. 133
 Info misc FinalParameters Parameter propPath should be final. 133
 Error javadoc JavadocMethod Expected @param tag for 'propPath'. 133
 Warning blocks NeedBraces 'if' construct must use '{}'s. 134
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 137
 Error javadoc JavadocStyle First sentence should end with a period. 140
 Error javadoc JavadocMethod Expected an @return tag. 145
 Info modifier RedundantModifier Redundant 'final' modifier. 145
 Info misc FinalParameters Parameter restrictions should be final. 145
 Error javadoc JavadocMethod Expected @param tag for 'restrictions'. 145
 Error javadoc JavadocMethod Missing a Javadoc comment. 155
 Error javadoc JavadocMethod Missing a Javadoc comment. 159
 Info misc FinalParameters Parameter uri should be final. 159
 Error design VisibilityModifier Variable 'instanceLevelRestrictions' must be private and have accessor methods. 173
 Error javadoc JavadocVariable Missing a Javadoc comment. 174
 Error design VisibilityModifier Variable 'numberOfValueRestrictions' must be private and have accessor methods. 174
 Error javadoc JavadocVariable Missing a Javadoc comment. 175
 Error design VisibilityModifier Variable 'myProfile' must be private and have accessor methods. 175
 Info regexp RegexpSingleline Line has trailing spaces. 179
 Error javadoc JavadocMethod Expected an @return tag. 183
 Info misc FinalParameters Parameter r should be final. 183
 Error javadoc JavadocMethod Expected @param tag for 'r'. 183
 Info misc FinalParameters Parameter toPath should be final. 184
 Error javadoc JavadocMethod Expected @param tag for 'toPath'. 184
 Warning blocks NeedBraces 'if' construct must use '{}'s. 186
 Error javadoc JavadocMethod Missing a Javadoc comment. 196
 Info misc FinalParameters Parameter propURI should be final. 196
 Warning blocks NeedBraces 'if' construct must use '{}'s. 197
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 201
 Error javadoc JavadocMethod Expected an @return tag. 210
 Info misc FinalParameters Parameter propURI should be final. 211
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 211
 Error javadoc JavadocMethod Missing a Javadoc comment. 215
 Error javadoc JavadocMethod Missing a Javadoc comment. 219
 Error javadoc JavadocStyle First sentence should end with a period. 223
 Error javadoc JavadocMethod Expected an @return tag. 226
 Info misc FinalParameters Parameter inParamURI should be final. 226
 Error javadoc JavadocMethod Expected @param tag for 'inParamURI'. 226
 Info misc FinalParameters Parameter typeURI should be final. 226
 Error javadoc JavadocMethod Expected @param tag for 'typeURI'. 226
 Info misc FinalParameters Parameter minCardinality should be final. 227
 Error javadoc JavadocMethod Expected @param tag for 'minCardinality'. 227
 Info misc FinalParameters Parameter maxCardinality should be final. 227
 Error javadoc JavadocMethod Expected @param tag for 'maxCardinality'. 227
 Error javadoc JavadocStyle First sentence should end with a period. 235
 Info misc FinalParameters Parameter inParamURI should be final. 238
 Error javadoc JavadocMethod Expected @param tag for 'inParamURI'. 238
 Info misc FinalParameters Parameter typeURI should be final. 238
 Error javadoc JavadocMethod Expected @param tag for 'typeURI'. 238
 Info misc FinalParameters Parameter minCardinality should be final. 239
 Error javadoc JavadocMethod Expected @param tag for 'minCardinality'. 239
 Info misc FinalParameters Parameter maxCardinality should be final. 239
 Error javadoc JavadocMethod Expected @param tag for 'maxCardinality'. 239
 Info misc FinalParameters Parameter propPath should be final. 239
 Error javadoc JavadocMethod Expected @param tag for 'propPath'. 239
 Error javadoc JavadocStyle First sentence should end with a period. 247
 Info misc FinalParameters Parameter inParamURI should be final. 250
 Error javadoc JavadocMethod Expected @param tag for 'inParamURI'. 250
 Info misc FinalParameters Parameter propPath should be final. 250
 Error javadoc JavadocMethod Expected @param tag for 'propPath'. 250
 Warning blocks NeedBraces 'for' construct must use '{}'s. 254
 Error javadoc JavadocStyle First sentence should end with a period. 261
 Info misc FinalParameters Parameter inParamURI should be final. 264
 Error javadoc JavadocMethod Expected @param tag for 'inParamURI'. 264
 Info misc FinalParameters Parameter typeURI should be final. 264
 Error javadoc JavadocMethod Expected @param tag for 'typeURI'. 264
 Info misc FinalParameters Parameter minCardinality should be final. 265
 Error javadoc JavadocMethod Expected @param tag for 'minCardinality'. 265
 Info misc FinalParameters Parameter maxCardinality should be final. 265
 Error javadoc JavadocMethod Expected @param tag for 'maxCardinality'. 265
 Info misc FinalParameters Parameter propPath should be final. 265
 Error javadoc JavadocMethod Expected @param tag for 'propPath'. 265
 Error javadoc JavadocStyle First sentence should end with a period. 271
 Info misc FinalParameters Parameter inParamURI should be final. 274
 Error javadoc JavadocMethod Expected @param tag for 'inParamURI'. 274
 Info misc FinalParameters Parameter typeURI should be final. 275
 Error javadoc JavadocMethod Expected @param tag for 'typeURI'. 275
 Info misc FinalParameters Parameter minCardinality should be final. 275
 Error javadoc JavadocMethod Expected @param tag for 'minCardinality'. 275
 Info misc FinalParameters Parameter maxCardinality should be final. 275
 Error javadoc JavadocMethod Expected @param tag for 'maxCardinality'. 275
 Info misc FinalParameters Parameter propPath should be final. 276
 Error javadoc JavadocMethod Expected @param tag for 'propPath'. 276
 Error javadoc JavadocStyle First sentence should end with a period. 282
 Info misc FinalParameters Parameter inParamURI should be final. 285
 Error javadoc JavadocMethod Expected @param tag for 'inParamURI'. 285
 Info misc FinalParameters Parameter typeURI should be final. 286
 Error javadoc JavadocMethod Expected @param tag for 'typeURI'. 286
 Info misc FinalParameters Parameter minCardinality should be final. 286
 Error javadoc JavadocMethod Expected @param tag for 'minCardinality'. 286
 Info misc FinalParameters Parameter maxCardinality should be final. 286
 Error javadoc JavadocMethod Expected @param tag for 'maxCardinality'. 286
 Info misc FinalParameters Parameter propPath should be final. 287
 Error javadoc JavadocMethod Expected @param tag for 'propPath'. 287
 Error javadoc JavadocStyle First sentence should end with a period. 293
 Info misc FinalParameters Parameter outParamURI should be final. 296
 Error javadoc JavadocMethod Expected @param tag for 'outParamURI'. 296
 Info misc FinalParameters Parameter typeURI should be final. 296
 Error javadoc JavadocMethod Expected @param tag for 'typeURI'. 296
 Info misc FinalParameters Parameter minCardinality should be final. 297
 Error javadoc JavadocMethod Expected @param tag for 'minCardinality'. 297
 Info misc FinalParameters Parameter maxCardinality should be final. 297
 Error javadoc JavadocMethod Expected @param tag for 'maxCardinality'. 297
 Info misc FinalParameters Parameter propPath should be final. 297
 Error javadoc JavadocMethod Expected @param tag for 'propPath'. 297
 Error javadoc JavadocMethod Expected an @return tag. 312
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 312
 Info misc FinalParameters Parameter propURI should be final. 312
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 312
 Info sizes LineLength Line is longer than 80 characters (found 104). 314
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 315
 Error javadoc JavadocMethod Expected an @return tag. 322
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 327
 Error javadoc JavadocMethod Missing a Javadoc comment. 327
 Info misc FinalParameters Parameter propURI should be final. 327
 Info misc FinalParameters Parameter value should be final. 327
 Warning blocks NeedBraces 'if' construct must use '{}'s. 343
 Info sizes LineLength Line is longer than 80 characters (found 91). 350
 Warning blocks NeedBraces 'if' construct must use '{}'s. 352
 Warning blocks NeedBraces 'else' construct must use '{}'s. 356
 Info sizes LineLength Line is longer than 80 characters (found 81). 361
 Warning blocks NeedBraces 'else' construct must use '{}'s. 367
 Warning blocks NeedBraces 'else' construct must use '{}'s. 371

org/universAAL/middleware/service/owl/ServiceBusOntology.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info regexp RegexpSingleline Line has trailing spaces. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Error design DesignForExtension Method 'create' is not designed for extension - needs to be abstract, final or empty. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Warning coding MagicNumber '4' is a magic number. 70
 Warning coding MagicNumber '3' is a magic number. 71
 Warning coding MagicNumber '6' is a magic number. 73
 Warning coding MagicNumber '7' is a magic number. 74
 Warning coding MagicNumber '8' is a magic number. 75
 Warning coding MagicNumber '9' is a magic number. 76
 Warning coding MagicNumber '10' is a magic number. 77
 Warning coding MagicNumber '11' is a magic number. 78
 Info sizes LineLength Line is longer than 80 characters (found 94). 82
 Info misc TodoComment Comment matches to-do format 'TODO:'. 88
 Info sizes LineLength Line is longer than 80 characters (found 126). 92
 Warning coding MagicNumber '5' is a magic number. 123
 Info sizes LineLength Line is longer than 80 characters (found 126). 124

org/universAAL/middleware/service/owl/UserInterfaceService.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.owl.ManagedIndividual. 25
 Info imports UnusedImports Unused import - org.universAAL.middleware.service.ServiceCall. 29
 Info imports UnusedImports Unused import - org.universAAL.middleware.service.ServiceCallee. 30
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info misc TodoComment Comment matches to-do format 'TODO:'. 42
 Info sizes LineLength Line is longer than 80 characters (found 87). 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Info sizes LineLength Line is longer than 80 characters (found 88). 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Info regexp RegexpSingleline Line has trailing spaces. 73
 Info sizes LineLength Line is longer than 80 characters (found 81). 85
 Info sizes LineLength Line is longer than 80 characters (found 83). 87
 Info misc FinalParameters Parameter serviceClassURI should be final. 100
 Info misc FinalParameters Parameter vendor should be final. 100
 Info misc FinalParameters Parameter description should be final. 100
 Info misc FinalParameters Parameter startServiceURI should be final. 101
 Info regexp RegexpSingleline Line has trailing spaces. 109
 Info misc FinalParameters Parameter uis should be final. 114
 Error javadoc JavadocMethod Expected @param tag for 'uis'. 114
 Info misc FinalParameters Parameter serviceClassURI should be final. 114
 Error javadoc JavadocMethod Expected @param tag for 'serviceClassURI'. 114
 Info misc FinalParameters Parameter vendor should be final. 114
 Error javadoc JavadocMethod Expected @param tag for 'vendor'. 114
 Info misc FinalParameters Parameter description should be final. 115
 Error javadoc JavadocMethod Expected @param tag for 'description'. 115
 Info misc FinalParameters Parameter startServiceURI should be final. 115
 Error javadoc JavadocMethod Expected @param tag for 'startServiceURI'. 115
 Info misc FinalParameters Parameter serviceClassURI should be final. 136
 Info misc FinalParameters Parameter vendor should be final. 137
 Info misc FinalParameters Parameter theCaller should be final. 137
 Info regexp RegexpSingleline Line has trailing spaces. 144
 Info misc FinalParameters Parameter requestedService should be final. 159
 Error javadoc JavadocMethod Expected @param tag for 'requestedService'. 159
 Info misc FinalParameters Parameter serviceClassURI should be final. 159
 Info misc FinalParameters Parameter vendor should be final. 160
 Info misc FinalParameters Parameter theCaller should be final. 160
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 164
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 167
 Warning coding MagicNumber '5' is a magic number. 169
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 171
 Warning blocks NeedBraces 'if' construct must use '{}'s. 175
 Warning blocks NeedBraces 'if' construct must use '{}'s. 180
 Error javadoc JavadocMethod Expected an @return tag. 196
 Info misc FinalParameters Parameter serviceClassURI should be final. 197
 Info misc FinalParameters Parameter theCaller should be final. 197
 Error javadoc JavadocMethod Expected @param tag for 'theCaller'. 197
 Error javadoc JavadocMethod Expected an @return tag. 211
 Info misc FinalParameters Parameter requestedService should be final. 212
 Error javadoc JavadocMethod Expected @param tag for 'requestedService'. 212
 Info misc FinalParameters Parameter serviceClassURI should be final. 212
 Info misc FinalParameters Parameter theCaller should be final. 213
 Error javadoc JavadocMethod Expected @param tag for 'theCaller'. 213
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 217
 Warning coding MagicNumber '5' is a magic number. 219
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 221
 Warning blocks NeedBraces 'if' construct must use '{}'s. 225
 Info sizes LineLength Line is longer than 80 characters (found 84). 233
 Info regexp RegexpSingleline Line has trailing spaces. 247
 Info misc FinalParameters Parameter serviceClassURI should be final. 260
 Info misc FinalParameters Parameter vendor should be final. 260
 Info misc FinalParameters Parameter requestingUser should be final. 260
 Info regexp RegexpSingleline Line has trailing spaces. 268
 Info misc FinalParameters Parameter requestedService should be final. 281
 Error javadoc JavadocMethod Expected @param tag for 'requestedService'. 281
 Info misc FinalParameters Parameter serviceClassURI should be final. 281
 Info misc FinalParameters Parameter vendor should be final. 282
 Info misc FinalParameters Parameter requestingUser should be final. 282
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 286
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 289
 Warning coding MagicNumber '5' is a magic number. 290
 Info regexp RegexpSingleline Line has trailing spaces. 326
 Info misc FinalParameters Parameter uri should be final. 335
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 335
 Error javadoc JavadocMethod Expected an @return tag. 342
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 342
 Info misc FinalParameters Parameter propURI should be final. 342
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 342

org/universAAL/middleware/service/owls/process/Conversion.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.owl.ManagedIndividual. 24
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 48
 Info sizes LineLength Line is longer than 80 characters (found 94). 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Info sizes LineLength Line is longer than 80 characters (found 100). 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Info sizes LineLength Line is longer than 80 characters (found 103). 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Info sizes LineLength Line is longer than 80 characters (found 99). 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Info sizes LineLength Line is longer than 80 characters (found 93). 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Info sizes LineLength Line is longer than 80 characters (found 96). 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Info sizes LineLength Line is longer than 80 characters (found 92). 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error javadoc JavadocStyle First sentence should end with a period. 64
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Info misc FinalParameters Parameter o should be final. 72
 Warning blocks NeedBraces 'for' construct must use '{}'s. 76
 Warning blocks NeedBraces 'if' construct must use '{}'s. 79
 Warning coding MagicNumber '3' is a magic number. 79
 Warning blocks NeedBraces 'if' construct must use '{}'s. 83
 Warning blocks NeedBraces 'if' construct must use '{}'s. 87
 Info sizes LineLength Line is longer than 80 characters (found 89). 93
 Info sizes LineLength Line is longer than 80 characters (found 83). 94
 Info sizes LineLength Line is longer than 80 characters (found 99). 95
 Info sizes LineLength Line is longer than 80 characters (found 96). 97
 Error javadoc JavadocStyle First sentence should end with a period. 102
 Info regexp RegexpSingleline Line has trailing spaces. 104
 Info misc FinalParameters Parameter sourceProp should be final. 111
 Info misc FinalParameters Parameter targetClass should be final. 112
 Error javadoc JavadocStyle First sentence should end with a period. 120
 Info regexp RegexpSingleline Line has trailing spaces. 122
 Info misc FinalParameters Parameter sourceProp should be final. 129
 Info misc FinalParameters Parameter targetLang should be final. 130
 Error javadoc JavadocStyle First sentence should end with a period. 138
 Info regexp RegexpSingleline Line has trailing spaces. 140
 Info misc FinalParameters Parameter sourceProp should be final. 147
 Info misc FinalParameters Parameter targetUnit should be final. 148

org/universAAL/middleware/service/owls/process/OutputBinding.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.owl.ManagedIndividual. 25
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 48
 Info sizes LineLength Line is longer than 80 characters (found 96). 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Info sizes LineLength Line is longer than 80 characters (found 98). 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Info sizes LineLength Line is longer than 80 characters (found 102). 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Info sizes LineLength Line is longer than 80 characters (found 94). 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocStyle First sentence should end with a period. 58
 Info regexp RegexpSingleline Line has trailing spaces. 61
 Error javadoc JavadocMethod Unused @param tag for 'Object'. 62
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Info misc FinalParameters Parameter o should be final. 69
 Error javadoc JavadocMethod Expected @param tag for 'o'. 69
 Warning blocks NeedBraces 'if' construct must use '{}'s. 71
 Warning coding MagicNumber '3' is a magic number. 71
 Warning blocks NeedBraces 'if' construct must use '{}'s. 77
 Warning blocks NeedBraces 'if' construct must use '{}'s. 83
 Warning blocks NeedBraces 'if' construct must use '{}'s. 86
 Warning blocks NeedBraces 'else' construct must use '{}'s. 90
 Warning blocks NeedBraces 'if' construct must use '{}'s. 92
 Warning blocks NeedBraces 'if' construct must use '{}'s. 100
 Warning blocks NeedBraces 'else' construct must use '{}'s. 105
 Warning blocks NeedBraces 'if' construct must use '{}'s. 110
 Warning blocks NeedBraces 'else' construct must use '{}'s. 113
 Error javadoc JavadocStyle First sentence should end with a period. 121
 Info regexp RegexpSingleline Line has trailing spaces. 123
 Error javadoc JavadocMethod Unused @param tag for 'AggregatingFilter'. 124
 Error javadoc JavadocMethod Unused @param tag for 'ProcessOutput'. 126
 Error javadoc JavadocMethod Unused @param tag for 'ProcessOutput'. 128
 Info misc FinalParameters Parameter toParam should be final. 133
 Error javadoc JavadocMethod Expected @param tag for 'toParam'. 133
 Info misc FinalParameters Parameter filter should be final. 134
 Error javadoc JavadocMethod Expected @param tag for 'filter'. 134
 Info sizes LineLength Line is longer than 80 characters (found 81). 139
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 139
 Error javadoc JavadocStyle First sentence should end with a period. 143
 Info regexp RegexpSingleline Line has trailing spaces. 145
 Error javadoc JavadocMethod Unused @param tag for 'ProcessOutput'. 146
 Error javadoc JavadocMethod Unused @param tag for 'PropertyPath'. 148
 Error javadoc JavadocMethod Unused @param tag for 'TypeURI'. 150
 Info misc FinalParameters Parameter toParam should be final. 155
 Error javadoc JavadocMethod Expected @param tag for 'toParam'. 155
 Info misc FinalParameters Parameter sourceProp should be final. 156
 Error javadoc JavadocMethod Expected @param tag for 'sourceProp'. 156
 Info misc FinalParameters Parameter targetClass should be final. 156
 Error javadoc JavadocMethod Expected @param tag for 'targetClass'. 156
 Error javadoc JavadocStyle First sentence should end with a period. 165
 Info regexp RegexpSingleline Line has trailing spaces. 167
 Error javadoc JavadocMethod Unused @param tag for 'ProcessOutput'. 168
 Error javadoc JavadocMethod Unused @param tag for 'PropertyPath'. 170
 Info misc FinalParameters Parameter toParam should be final. 177
 Error javadoc JavadocMethod Expected @param tag for 'toParam'. 177
 Info misc FinalParameters Parameter sourceProp should be final. 178
 Error javadoc JavadocMethod Expected @param tag for 'sourceProp'. 178
 Info misc FinalParameters Parameter targetLang should be final. 178
 Error javadoc JavadocStyle First sentence should end with a period. 187
 Info regexp RegexpSingleline Line has trailing spaces. 189
 Error javadoc JavadocMethod Unused @param tag for 'ProcessOutput'. 190
 Error javadoc JavadocMethod Unused @param tag for 'PropertyPath'. 192
 Info misc FinalParameters Parameter toParam should be final. 197
 Error javadoc JavadocMethod Expected @param tag for 'toParam'. 197
 Info misc FinalParameters Parameter sourceProp should be final. 198
 Error javadoc JavadocMethod Expected @param tag for 'sourceProp'. 198
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 204
 Error javadoc JavadocStyle First sentence should end with a period. 209
 Info regexp RegexpSingleline Line has trailing spaces. 211
 Error javadoc JavadocMethod Unused @param tag for 'ProcessOutput'. 212
 Error javadoc JavadocMethod Unused @param tag for 'PropertyPath'. 214
 Info misc FinalParameters Parameter toParam should be final. 221
 Error javadoc JavadocMethod Expected @param tag for 'toParam'. 221
 Info misc FinalParameters Parameter sourceProp should be final. 222
 Error javadoc JavadocMethod Expected @param tag for 'sourceProp'. 222
 Info misc FinalParameters Parameter targetUnit should be final. 222
 Error javadoc JavadocStyle First sentence should end with a period. 231
 Info regexp RegexpSingleline Line has trailing spaces. 233
 Error javadoc JavadocMethod Unused @param tag for 'Resource'. 234
 Error javadoc JavadocMethod Unused @param tag for 'Hastable'. 236
 Info misc FinalParameters Parameter req should be final. 241
 Error javadoc JavadocMethod Expected @param tag for 'req'. 241
 Info misc FinalParameters Parameter offer should be final. 241
 Error javadoc JavadocMethod Expected @param tag for 'offer'. 241
 Info misc FinalParameters Parameter context should be final. 242
 Error javadoc JavadocMethod Expected @param tag for 'context'. 242
 Warning blocks NeedBraces 'if' construct must use '{}'s. 251

org/universAAL/middleware/service/owls/process/ProcessEffect.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Info sizes LineLength Line is longer than 80 characters (found 95). 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Info sizes LineLength Line is longer than 80 characters (found 92). 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Info sizes LineLength Line is longer than 80 characters (found 88). 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Info sizes LineLength Line is longer than 80 characters (found 91). 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Info sizes LineLength Line is longer than 80 characters (found 91). 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocStyle First sentence should end with a period. 61
 Info regexp RegexpSingleline Line has trailing spaces. 63
 Error javadoc JavadocMethod Unused @param tag for 'Object'. 64
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Info misc FinalParameters Parameter o should be final. 71
 Error javadoc JavadocMethod Expected @param tag for 'o'. 71
 Warning blocks NeedBraces 'if' construct must use '{}'s. 78
 Warning blocks NeedBraces 'if' construct must use '{}'s. 86
 Warning blocks NeedBraces 'if' construct must use '{}'s. 97
 Warning blocks NeedBraces 'else' construct must use '{}'s. 101
 Warning blocks NeedBraces 'else' construct must use '{}'s. 103
 Info sizes LineLength Line is longer than 80 characters (found 103). 107
 Error javadoc JavadocStyle First sentence should end with a period. 113
 Info regexp RegexpSingleline Line has trailing spaces. 115
 Error javadoc JavadocMethod Unused @param tag for 'Propertypath'. 116
 Error javadoc JavadocMethod Unused @param tag for 'Object'. 118
 Info misc FinalParameters Parameter ppath should be final. 123
 Error javadoc JavadocMethod Expected @param tag for 'ppath'. 123
 Info misc FinalParameters Parameter value should be final. 123
 Error javadoc JavadocMethod Expected @param tag for 'value'. 123
 Warning blocks NeedBraces 'if' construct must use '{}'s. 124
 Error javadoc JavadocStyle First sentence should end with a period. 135
 Info regexp RegexpSingleline Line has trailing spaces. 137
 Error javadoc JavadocMethod Unused @param tag for 'Propertypath'. 138
 Error javadoc JavadocMethod Unused @param tag for 'Object'. 140
 Info misc FinalParameters Parameter ppath should be final. 145
 Error javadoc JavadocMethod Expected @param tag for 'ppath'. 145
 Info misc FinalParameters Parameter value should be final. 145
 Error javadoc JavadocMethod Expected @param tag for 'value'. 145
 Warning blocks NeedBraces 'if' construct must use '{}'s. 146
 Error javadoc JavadocStyle First sentence should end with a period. 157
 Info regexp RegexpSingleline Line has trailing spaces. 159
 Error javadoc JavadocMethod Unused @param tag for 'Propertypath'. 160
 Error javadoc JavadocMethod Unused @param tag for 'Object'. 162
 Info misc FinalParameters Parameter ppath should be final. 167
 Error javadoc JavadocMethod Expected @param tag for 'ppath'. 167
 Warning blocks NeedBraces 'if' construct must use '{}'s. 168
 Error javadoc JavadocStyle First sentence should end with a period. 178
 Info regexp RegexpSingleline Line has trailing spaces. 180
 Error javadoc JavadocMethod Unused @param tag for 'Resource'. 181
 Error javadoc JavadocMethod Unused @param tag for 'Hastable'. 183
 Info misc FinalParameters Parameter req should be final. 188
 Error javadoc JavadocMethod Expected @param tag for 'req'. 188
 Info misc FinalParameters Parameter offer should be final. 188
 Error javadoc JavadocMethod Expected @param tag for 'offer'. 188
 Info misc FinalParameters Parameter context should be final. 189
 Error javadoc JavadocMethod Expected @param tag for 'context'. 189
 Warning blocks NeedBraces 'if' construct must use '{}'s. 195
 Warning blocks NeedBraces 'if' construct must use '{}'s. 203
 Warning blocks NeedBraces 'if' construct must use '{}'s. 218
 Info sizes LineLength Line is longer than 80 characters (found 89). 218
 Warning blocks NeedBraces 'if' construct must use '{}'s. 223
 Warning blocks NeedBraces 'for' construct must use '{}'s. 224
 Warning blocks NeedBraces 'if' construct must use '{}'s. 226
 Warning blocks NeedBraces 'if' construct must use '{}'s. 229

org/universAAL/middleware/service/owls/process/ProcessInput.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Error javadoc JavadocStyle First sentence should end with a period. 28
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocStyle First sentence should end with a period. 38
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info misc FinalParameters Parameter r should be final. 47
 Warning blocks NeedBraces 'if' construct must use '{}'s. 48
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 49
 Warning blocks NeedBraces 'if' construct must use '{}'s. 51
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 59
 Error javadoc JavadocStyle First sentence should end with a period. 62
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Info misc FinalParameters Parameter value should be final. 71
 Warning blocks NeedBraces 'if' construct must use '{}'s. 83
 Warning blocks NeedBraces 'else' construct must use '{}'s. 85
 Warning blocks NeedBraces 'else' construct must use '{}'s. 87
 Warning blocks NeedBraces 'if' construct must use '{}'s. 89
 Warning blocks NeedBraces 'if' construct must use '{}'s. 95
 Warning blocks NeedBraces 'else' construct must use '{}'s. 100
 Error javadoc JavadocStyle First sentence should end with a period. 104
 Info regexp RegexpSingleline Line has trailing spaces. 106
 Info misc FinalParameters Parameter uri should be final. 109
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 109

org/universAAL/middleware/service/owls/process/ProcessLocal.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Error javadoc JavadocStyle First sentence should end with a period. 22
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 28
 Error javadoc JavadocStyle First sentence should end with a period. 30
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info misc FinalParameters Parameter uri should be final. 35
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 35

org/universAAL/middleware/service/owls/process/ProcessOutput.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocStyle First sentence should end with a period. 36
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info misc FinalParameters Parameter r should be final. 45
 Warning blocks NeedBraces 'if' construct must use '{}'s. 46
 Warning blocks NeedBraces 'if' construct must use '{}'s. 51
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 54
 Error javadoc JavadocStyle First sentence should end with a period. 57
 Info regexp RegexpSingleline Line has trailing spaces. 60
 Info misc FinalParameters Parameter value should be final. 66
 Warning blocks NeedBraces 'if' construct must use '{}'s. 78
 Warning blocks NeedBraces 'else' construct must use '{}'s. 80
 Warning blocks NeedBraces 'else' construct must use '{}'s. 82
 Warning blocks NeedBraces 'if' construct must use '{}'s. 84
 Warning blocks NeedBraces 'if' construct must use '{}'s. 90
 Warning blocks NeedBraces 'else' construct must use '{}'s. 95
 Error javadoc JavadocStyle First sentence should end with a period. 99
 Info regexp RegexpSingleline Line has trailing spaces. 101
 Info misc FinalParameters Parameter uri should be final. 104
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 104
 Error javadoc JavadocStyle First sentence should end with a period. 108
 Info regexp RegexpSingleline Line has trailing spaces. 110
 Info misc FinalParameters Parameter uri should be final. 114
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 114
 Info misc FinalParameters Parameter value should be final. 114
 Error javadoc JavadocMethod Expected @param tag for 'value'. 114

org/universAAL/middleware/service/owls/process/ProcessParameter.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 63
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Info sizes LineLength Line is longer than 80 characters (found 85). 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Info sizes LineLength Line is longer than 80 characters (found 88). 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Info sizes LineLength Line is longer than 80 characters (found 89). 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Info sizes LineLength Line is longer than 80 characters (found 84). 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Info sizes LineLength Line is longer than 80 characters (found 82). 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Info sizes LineLength Line is longer than 80 characters (found 86). 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Info sizes LineLength Line is longer than 80 characters (found 86). 82
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Info sizes LineLength Line is longer than 80 characters (found 82). 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 85
 Info sizes LineLength Line is longer than 80 characters (found 84). 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 89
 Error javadoc JavadocVariable Missing a Javadoc comment. 92
 Info regexp RegexpSingleline Line has trailing spaces. 96
 Info misc FinalParameters Parameter o should be final. 101
 Info regexp RegexpSingleline Line has trailing spaces. 111
 Info misc FinalParameters Parameter o should be final. 118
 Info misc FinalParameters Parameter context should be final. 118
 Warning blocks NeedBraces 'if' construct must use '{}'s. 123
 Warning blocks NeedBraces 'if' construct must use '{}'s. 126
 Warning blocks NeedBraces 'if' construct must use '{}'s. 131
 Warning blocks NeedBraces 'if' construct must use '{}'s. 136
 Warning blocks NeedBraces 'if' construct must use '{}'s. 139
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 142
 Info misc FinalParameters Parameter o should be final. 145
 Warning blocks NeedBraces 'if' construct must use '{}'s. 149
 Warning blocks NeedBraces 'if' construct must use '{}'s. 151
 Info sizes LineLength Line is longer than 80 characters (found 110). 153
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 153
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 157
 Error javadoc JavadocMethod Missing a Javadoc comment. 168
 Info misc FinalParameters Parameter uri should be final. 168
 Info misc FinalParameters Parameter subType should be final. 168
 Error javadoc JavadocStyle First sentence should end with a period. 173
 Info regexp RegexpSingleline Line has trailing spaces. 177
 Error design DesignForExtension Method 'asVariableReference' is not designed for extension - needs to be abstract, final or empty. 180
 Error javadoc JavadocStyle First sentence should end with a period. 189
 Info regexp RegexpSingleline Line has trailing spaces. 191
 Error design DesignForExtension Method 'getMaxCardinality' is not designed for extension - needs to be abstract, final or empty. 194
 Warning blocks NeedBraces 'if' construct must use '{}'s. 196
 Warning blocks NeedBraces 'if' construct must use '{}'s. 198
 Error javadoc JavadocStyle First sentence should end with a period. 203
 Info regexp RegexpSingleline Line has trailing spaces. 205
 Error design DesignForExtension Method 'getMinCardinality' is not designed for extension - needs to be abstract, final or empty. 208
 Warning blocks NeedBraces 'if' construct must use '{}'s. 210
 Warning blocks NeedBraces 'if' construct must use '{}'s. 212
 Error javadoc JavadocStyle First sentence should end with a period. 217
 Info regexp RegexpSingleline Line has trailing spaces. 219
 Error design DesignForExtension Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. 222
 Warning blocks NeedBraces 'if' construct must use '{}'s. 226
 Error javadoc JavadocStyle First sentence should end with a period. 232
 Info regexp RegexpSingleline Line has trailing spaces. 234
 Error design DesignForExtension Method 'getParameterType' is not designed for extension - needs to be abstract, final or empty. 237
 Warning blocks NeedBraces 'if' construct must use '{}'s. 240
 Error javadoc JavadocStyle First sentence should end with a period. 245
 Info regexp RegexpSingleline Line has trailing spaces. 247
 Error design DesignForExtension Method 'getParameterValue' is not designed for extension - needs to be abstract, final or empty. 250
 Warning blocks NeedBraces 'if' construct must use '{}'s. 254
 Error javadoc JavadocStyle First sentence should end with a period. 260
 Error javadoc JavadocMethod Expected an @return tag. 264
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 264
 Warning blocks NeedBraces 'if' construct must use '{}'s. 269
 Warning blocks NeedBraces 'if' construct must use '{}'s. 270
 Warning blocks NeedBraces 'else' construct must use '{}'s. 272
 Warning blocks NeedBraces 'else' construct must use '{}'s. 274
 Warning blocks NeedBraces 'if' construct must use '{}'s. 277
 Warning blocks NeedBraces 'if' construct must use '{}'s. 280
 Warning blocks NeedBraces 'else' construct must use '{}'s. 282
 Warning blocks NeedBraces 'if' construct must use '{}'s. 286
 Warning blocks NeedBraces 'if' construct must use '{}'s. 287
 Warning blocks NeedBraces 'if' construct must use '{}'s. 288
 Warning blocks NeedBraces 'if' construct must use '{}'s. 291
 Warning blocks NeedBraces 'else' construct must use '{}'s. 294
 Warning blocks NeedBraces 'if' construct must use '{}'s. 298
 Warning blocks NeedBraces 'if' construct must use '{}'s. 300
 Warning blocks NeedBraces 'else' construct must use '{}'s. 302
 Warning blocks NeedBraces 'if' construct must use '{}'s. 308
 Warning blocks NeedBraces 'if' construct must use '{}'s. 312
 Warning blocks NeedBraces 'if' construct must use '{}'s. 316
 Error javadoc JavadocStyle First sentence should end with a period. 324
 Info regexp RegexpSingleline Line has trailing spaces. 326
 Error javadoc JavadocMethod Expected an @return tag. 332
 Info misc FinalParameters Parameter max should be final. 332
 Info misc FinalParameters Parameter min should be final. 332
 Warning blocks NeedBraces 'if' construct must use '{}'s. 336
 Error javadoc JavadocStyle First sentence should end with a period. 352
 Info regexp RegexpSingleline Line has trailing spaces. 354
 Error javadoc JavadocMethod Expected an @return tag. 358
 Info misc FinalParameters Parameter value should be final. 358
 Warning blocks NeedBraces 'if' construct must use '{}'s. 359
 Error javadoc JavadocStyle First sentence should end with a period. 370
 Info regexp RegexpSingleline Line has trailing spaces. 372
 Error javadoc JavadocMethod Expected an @return tag. 376
 Info misc FinalParameters Parameter typeURI should be final. 376
 Error javadoc JavadocStyle First sentence should end with a period. 386
 Info regexp RegexpSingleline Line has trailing spaces. 388
 Error javadoc JavadocMethod Expected an @return tag. 392
 Info misc FinalParameters Parameter value should be final. 392
 Error javadoc JavadocStyle First sentence should end with a period. 403
 Info regexp RegexpSingleline Line has trailing spaces. 405
 Error javadoc JavadocMethod Expected an @return tag. 411
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 411
 Info misc FinalParameters Parameter prop should be final. 411
 Info misc FinalParameters Parameter val should be final. 411
 Warning blocks NeedBraces 'if' construct must use '{}'s. 412
 Warning blocks NeedBraces 'else' construct must use '{}'s. 438

org/universAAL/middleware/service/owls/process/ProcessResult.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Error javadoc JavadocStyle First sentence should end with a period. 35
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info sizes LineLength Line is longer than 80 characters (found 97). 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Info sizes LineLength Line is longer than 80 characters (found 98). 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Info misc FinalParameters Parameter req should be final. 63
 Info misc FinalParameters Parameter offer should be final. 63
 Info misc FinalParameters Parameter context should be final. 64
 Error javadoc JavadocStyle First sentence should end with a period. 68
 Info regexp RegexpSingleline Line has trailing spaces. 71
 Info misc FinalParameters Parameter req should be final. 82
 Info misc FinalParameters Parameter offer should be final. 82
 Info misc FinalParameters Parameter context should be final. 83
 Info misc FinalParameters Parameter logID should be final. 83
 Warning blocks NeedBraces 'if' construct must use '{}'s. 85
 Warning blocks NeedBraces 'if' construct must use '{}'s. 88
 Warning coding MagicNumber '1010' is a magic number. 99
 Info sizes LineLength Line is longer than 80 characters (found 133). 101
 Warning blocks NeedBraces 'if' construct must use '{}'s. 109
 Warning coding MagicNumber '1011' is a magic number. 120
 Info sizes LineLength Line is longer than 80 characters (found 125). 122
 Warning blocks NeedBraces 'else' construct must use '{}'s. 124
 Warning coding MagicNumber '1012' is a magic number. 137
 Info sizes LineLength Line is longer than 80 characters (found 178). 139
 Warning blocks NeedBraces 'if' construct must use '{}'s. 147
 Warning coding MagicNumber '1013' is a magic number. 158
 Info sizes LineLength Line is longer than 80 characters (found 107). 160
 Error javadoc JavadocStyle First sentence should end with a period. 168
 Info regexp RegexpSingleline Line has trailing spaces. 171
 Info misc FinalParameters Parameter req should be final. 180
 Info misc FinalParameters Parameter offer should be final. 180
 Info misc FinalParameters Parameter context should be final. 181
 Info misc FinalParameters Parameter logID should be final. 181
 Error javadoc JavadocMethod Expected @param tag for 'logID'. 181
 Warning blocks NeedBraces 'if' construct must use '{}'s. 183
 Warning blocks NeedBraces 'if' construct must use '{}'s. 186
 Warning coding MagicNumber '1000' is a magic number. 197
 Info sizes LineLength Line is longer than 80 characters (found 129). 199
 Info sizes LineLength Line is longer than 80 characters (found 81). 213
 Info sizes LineLength Line is longer than 80 characters (found 99). 215
 Warning coding MagicNumber '1001' is a magic number. 220
 Info sizes LineLength Line is longer than 80 characters (found 138). 222
 Error javadoc JavadocStyle First sentence should end with a period. 231
 Info regexp RegexpSingleline Line has trailing spaces. 233
 Info misc FinalParameters Parameter pr should be final. 238
 Info misc TodoComment Comment matches to-do format 'TODO:'. 239
 Warning blocks NeedBraces 'if' construct must use '{}'s. 240
 Warning blocks NeedBraces 'if' construct must use '{}'s. 255
 Warning blocks NeedBraces 'for' construct must use '{}'s. 263
 Warning blocks NeedBraces 'if' construct must use '{}'s. 264
 Warning blocks NeedBraces 'for' construct must use '{}'s. 270
 Warning blocks NeedBraces 'if' construct must use '{}'s. 271
 Error javadoc JavadocMethod Missing a Javadoc comment. 279
 Error javadoc JavadocMethod Missing a Javadoc comment. 284
 Info misc FinalParameters Parameter uri should be final. 284
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 289
 Error javadoc JavadocMethod Missing a Javadoc comment. 289
 Info misc FinalParameters Parameter propURI should be final. 289
 Info misc FinalParameters Parameter value should be final. 289
 Info misc TodoComment Comment matches to-do format 'TODO:'. 290
 Warning blocks NeedBraces 'if' construct must use '{}'s. 298
 Warning blocks NeedBraces 'for' construct must use '{}'s. 302
 Warning blocks NeedBraces 'if' construct must use '{}'s. 303
 Warning blocks NeedBraces 'if' construct must use '{}'s. 314
 Warning blocks NeedBraces 'for' construct must use '{}'s. 317
 Warning blocks NeedBraces 'if' construct must use '{}'s. 318
 Error javadoc JavadocStyle First sentence should end with a period. 325
 Info regexp RegexpSingleline Line has trailing spaces. 328
 Error design DesignForExtension Method 'addAddEffect' is not designed for extension - needs to be abstract, final or empty. 334
 Info misc FinalParameters Parameter ppath should be final. 334
 Info misc FinalParameters Parameter value should be final. 334
 Error javadoc JavadocStyle First sentence should end with a period. 338
 Info regexp RegexpSingleline Line has trailing spaces. 340
 Error design DesignForExtension Method 'addAggregatingOutputBinding' is not designed for extension - needs to be abstract, final or empty. 346
 Info misc FinalParameters Parameter toParam should be final. 346
 Info misc FinalParameters Parameter filter should be final. 347
 Error javadoc JavadocStyle First sentence should end with a period. 352
 Info regexp RegexpSingleline Line has trailing spaces. 355
 Error design DesignForExtension Method 'addChangeEffect' is not designed for extension - needs to be abstract, final or empty. 361
 Info misc FinalParameters Parameter ppath should be final. 361
 Info misc FinalParameters Parameter value should be final. 361
 Error javadoc JavadocStyle First sentence should end with a period. 365
 Info regexp RegexpSingleline Line has trailing spaces. 368
 Error javadoc JavadocMethod Unused @param tag for 'value'. 371
 Error design DesignForExtension Method 'addRemoveEffect' is not designed for extension - needs to be abstract, final or empty. 374
 Info misc FinalParameters Parameter ppath should be final. 374
 Error javadoc JavadocStyle First sentence should end with a period. 378
 Info regexp RegexpSingleline Line has trailing spaces. 380
 Error design DesignForExtension Method 'addClassConversionOutputBinding' is not designed for extension - needs to be abstract, final or empty. 388
 Info misc FinalParameters Parameter toParam should be final. 388
 Info misc FinalParameters Parameter sourceProp should be final. 389
 Info misc FinalParameters Parameter targetClass should be final. 389
 Error javadoc JavadocStyle First sentence should end with a period. 395
 Info regexp RegexpSingleline Line has trailing spaces. 397
 Error design DesignForExtension Method 'addLangConversionOutputBinding' is not designed for extension - needs to be abstract, final or empty. 405
 Info misc FinalParameters Parameter toParam should be final. 405
 Info misc FinalParameters Parameter sourceProp should be final. 406
 Info misc FinalParameters Parameter targetLang should be final. 406
 Error javadoc JavadocStyle First sentence should end with a period. 412
 Info regexp RegexpSingleline Line has trailing spaces. 414
 Error design DesignForExtension Method 'addUnitConversionOutputBinding' is not designed for extension - needs to be abstract, final or empty. 422
 Info misc FinalParameters Parameter toParam should be final. 422
 Info misc FinalParameters Parameter sourceProp should be final. 423
 Info misc FinalParameters Parameter targetUnit should be final. 423
 Error javadoc JavadocStyle First sentence should end with a period. 429
 Info regexp RegexpSingleline Line has trailing spaces. 431
 Error design DesignForExtension Method 'addSimpleOutputBinding' is not designed for extension - needs to be abstract, final or empty. 437
 Info misc FinalParameters Parameter toParam should be final. 437
 Info misc FinalParameters Parameter sourceProp should be final. 438
 Error javadoc JavadocStyle First sentence should end with a period. 443
 Info regexp RegexpSingleline Line has trailing spaces. 445
 Error javadoc JavadocStyle First sentence should end with a period. 457
 Info regexp RegexpSingleline Line has trailing spaces. 459
 Error javadoc JavadocStyle First sentence should end with a period. 471
 Info regexp RegexpSingleline Line has trailing spaces. 473
 Error design DesignForExtension Method 'getBindings' is not designed for extension - needs to be abstract, final or empty. 476
 Error javadoc JavadocStyle First sentence should end with a period. 480
 Info regexp RegexpSingleline Line has trailing spaces. 482
 Error design DesignForExtension Method 'getEffects' is not designed for extension - needs to be abstract, final or empty. 485
 Error javadoc JavadocStyle First sentence should end with a period. 489
 Error javadoc JavadocMethod Expected an @return tag. 493
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 493

org/universAAL/middleware/service/owls/profile/MultiLocationParameter.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Info misc FinalParameters Parameter value should be final. 43
 Warning blocks NeedBraces 'for' construct must use '{}'s. 48
 Warning blocks NeedBraces 'if' construct must use '{}'s. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 55
 Info misc FinalParameters Parameter uri should be final. 55
 Info misc FinalParameters Parameter value should be final. 55
 Warning blocks NeedBraces 'for' construct must use '{}'s. 60
 Warning blocks NeedBraces 'if' construct must use '{}'s. 62
 Info regexp RegexpSingleline Line has trailing spaces. 70
 Error design DesignForExtension Method 'getAbsLocations' is not designed for extension - needs to be abstract, final or empty. 73
 Info regexp RegexpSingleline Line has trailing spaces. 79
 Error javadoc JavadocMethod Expected an @return tag. 85
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 85
 Info misc FinalParameters Parameter propURI should be final. 85
 Info misc FinalParameters Parameter value should be final. 85
 Warning blocks NeedBraces 'if' construct must use '{}'s. 86
 Warning blocks NeedBraces 'for' construct must use '{}'s. 99
 Warning blocks NeedBraces 'if' construct must use '{}'s. 100

org/universAAL/middleware/service/owls/profile/NumberOfSamples.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Info misc FinalParameters Parameter value should be final. 37
 Warning blocks NeedBraces 'if' construct must use '{}'s. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Info misc FinalParameters Parameter uri should be final. 44
 Info misc FinalParameters Parameter value should be final. 44
 Warning blocks NeedBraces 'if' construct must use '{}'s. 47
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Error design DesignForExtension Method 'getNumberOfSamples' is not designed for extension - needs to be abstract, final or empty. 56
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 58
 Error javadoc JavadocMethod Expected an @return tag. 64
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 64
 Info misc FinalParameters Parameter propURI should be final. 64
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 64
 Info misc FinalParameters Parameter value should be final. 64
 Error javadoc JavadocMethod Expected @param tag for 'value'. 64
 Warning blocks NeedBraces 'if' construct must use '{}'s. 65

org/universAAL/middleware/service/owls/profile/ProfileParameter.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Info sizes LineLength Line is longer than 80 characters (found 111). 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Info sizes LineLength Line is longer than 80 characters (found 100). 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Info sizes LineLength Line is longer than 80 characters (found 89). 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning naming ConstantName Name 'PROP_uAAL_PARAMETER_VALUE_DATA' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 60
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Info misc FinalParameters Parameter uri should be final. 67
 Info regexp RegexpSingleline Line has trailing spaces. 80
 Error javadoc JavadocMethod Expected an @return tag. 83
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 83
 Info misc FinalParameters Parameter propURI should be final. 83
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 83
 Warning blocks NeedBraces 'if' construct must use '{}'s. 84
 Error javadoc JavadocStyle First sentence should end with a period. 91
 Info regexp RegexpSingleline Line has trailing spaces. 94
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 97
 Info regexp RegexpSingleline Line has trailing spaces. 103
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 106
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 108
 Error javadoc JavadocMethod Expected an @return tag. 115
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 115
 Error javadoc JavadocMethod Expected an @return tag. 123
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 123
 Info misc FinalParameters Parameter propURI should be final. 123
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 123
 Info misc FinalParameters Parameter value should be final. 123
 Error javadoc JavadocMethod Expected @param tag for 'value'. 123
 Warning blocks NeedBraces 'if' construct must use '{}'s. 124
 Warning blocks NeedBraces 'if' construct must use '{}'s. 131
 Warning blocks NeedBraces 'for' construct must use '{}'s. 137
 Warning blocks NeedBraces 'if' construct must use '{}'s. 138
 Warning blocks NeedBraces 'if' construct must use '{}'s. 144
 Warning blocks NeedBraces 'for' construct must use '{}'s. 150
 Warning blocks NeedBraces 'if' construct must use '{}'s. 151

org/universAAL/middleware/service/owls/profile/QoSRating.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Info misc FinalParameters Parameter r should be final. 36
 Warning blocks NeedBraces 'if' construct must use '{}'s. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Info misc FinalParameters Parameter uri should be final. 43
 Info misc FinalParameters Parameter r should be final. 43
 Warning blocks NeedBraces 'if' construct must use '{}'s. 46
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Error design DesignForExtension Method 'getRating' is not designed for extension - needs to be abstract, final or empty. 56
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 60
 Error javadoc JavadocMethod Missing a Javadoc comment. 60
 Info misc FinalParameters Parameter propURI should be final. 60
 Info misc FinalParameters Parameter value should be final. 60
 Warning blocks NeedBraces 'if' construct must use '{}'s. 61

org/universAAL/middleware/service/owls/profile/ResponseTimeInMilliseconds.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Info misc FinalParameters Parameter value should be final. 37
 Warning blocks NeedBraces 'if' construct must use '{}'s. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Info misc FinalParameters Parameter uri should be final. 44
 Info misc FinalParameters Parameter value should be final. 44
 Warning blocks NeedBraces 'if' construct must use '{}'s. 47
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Error design DesignForExtension Method 'getNumberOfMilliseconds' is not designed for extension - needs to be abstract, final or empty. 56
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 58
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 61
 Info misc FinalParameters Parameter propURI should be final. 61
 Info misc FinalParameters Parameter value should be final. 61
 Warning blocks NeedBraces 'if' construct must use '{}'s. 62

org/universAAL/middleware/service/owls/profile/ServiceProfile.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 61
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Info sizes LineLength Line is longer than 80 characters (found 85). 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error javadoc JavadocStyle First sentence should end with a period. 73
 Info sizes LineLength Line is longer than 80 characters (found 86). 76
 Error javadoc JavadocStyle First sentence should end with a period. 78
 Info sizes LineLength Line is longer than 80 characters (found 90). 81
 Error javadoc JavadocStyle First sentence should end with a period. 83
 Info sizes LineLength Line is longer than 80 characters (found 85). 86
 Error javadoc JavadocStyle First sentence should end with a period. 88
 Info sizes LineLength Line is longer than 80 characters (found 83). 91
 Error javadoc JavadocStyle First sentence should end with a period. 93
 Info sizes LineLength Line is longer than 80 characters (found 84). 96
 Error javadoc JavadocStyle First sentence should end with a period. 98
 Info sizes LineLength Line is longer than 80 characters (found 84). 101
 Error javadoc JavadocStyle First sentence should end with a period. 106
 Info sizes LineLength Line is longer than 80 characters (found 91). 109
 Error javadoc JavadocStyle First sentence should end with a period. 111
 Info sizes LineLength Line is longer than 80 characters (found 87). 114
 Info sizes LineLength Line is longer than 80 characters (found 87). 124
 Warning naming ConstantName Name 'PROP_uAAL_AVERAGE_QOS_RATING' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 124
 Info sizes LineLength Line is longer than 80 characters (found 88). 131
 Info sizes LineLength Line is longer than 80 characters (found 90). 134
 Warning naming ConstantName Name 'PROP_uAAL_AVERAGE_RESPONSE_TIME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 134
 Info sizes LineLength Line is longer than 80 characters (found 85). 141
 Info sizes LineLength Line is longer than 80 characters (found 82). 144
 Warning naming ConstantName Name 'PROP_uAAL_HOST_LOCATION' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 144
 Info sizes LineLength Line is longer than 80 characters (found 83). 153
 Warning naming ConstantName Name 'PROP_uAAL_MAX_QOS_RATING' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 153
 Info sizes LineLength Line is longer than 80 characters (found 88). 160
 Info sizes LineLength Line is longer than 80 characters (found 86). 163
 Warning naming ConstantName Name 'PROP_uAAL_MAX_RESPONSE_TIME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 163
 Info sizes LineLength Line is longer than 80 characters (found 83). 172
 Warning naming ConstantName Name 'PROP_uAAL_MIN_QOS_RATING' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 172
 Info sizes LineLength Line is longer than 80 characters (found 88). 179
 Info sizes LineLength Line is longer than 80 characters (found 86). 182
 Warning naming ConstantName Name 'PROP_uAAL_MIN_RESPONSE_TIME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 182
 Info sizes LineLength Line is longer than 80 characters (found 90). 191
 Warning naming ConstantName Name 'PROP_uAAL_NUMBER_OF_QOS_RATINGS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 191
 Info sizes LineLength Line is longer than 80 characters (found 105). 200
 Warning naming ConstantName Name 'PROP_uAAL_NUMBER_OF_RESPONSE_TIME_MEASUREMENTS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 200
 Info sizes LineLength Line is longer than 80 characters (found 88). 209
 Info sizes LineLength Line is longer than 80 characters (found 85). 212
 Warning naming ConstantName Name 'PROP_uAAL_RESPONSE_TIMEOUT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 212
 Info sizes LineLength Line is longer than 80 characters (found 84). 219
 Info sizes LineLength Line is longer than 80 characters (found 85). 223
 Warning naming ConstantName Name 'PROP_uAAL_SPATIAL_COVERAGE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 223
 Error javadoc JavadocVariable Missing a Javadoc comment. 227
 Info regexp RegexpSingleline Line has trailing spaces. 253
 Info misc FinalParameters Parameter subPropertyOfServiceParameter should be final. 261
 Info misc FinalParameters Parameter subclassOfProfileParameter should be final. 262
 Error javadoc JavadocMethod Missing a Javadoc comment. 282
 Info misc FinalParameters Parameter uri should be final. 282
 Info regexp RegexpSingleline Line has trailing spaces. 294
 Info misc FinalParameters Parameter s should be final. 303
 Info misc FinalParameters Parameter processURI should be final. 303
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 313
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 317
 Error design DesignForExtension Method 'addAddEffect' is not designed for extension - needs to be abstract, final or empty. 329
 Info misc FinalParameters Parameter ppath should be final. 329
 Error javadoc JavadocMethod Expected @param tag for 'ppath'. 329
 Info misc FinalParameters Parameter value should be final. 329
 Error javadoc JavadocMethod Expected @param tag for 'value'. 329
 Error design DesignForExtension Method 'addChangeEffect' is not designed for extension - needs to be abstract, final or empty. 341
 Info misc FinalParameters Parameter ppath should be final. 341
 Error javadoc JavadocMethod Expected @param tag for 'ppath'. 341
 Info misc FinalParameters Parameter value should be final. 341
 Error javadoc JavadocMethod Expected @param tag for 'value'. 341
 Error design DesignForExtension Method 'addClassConversionOutputBinding' is not designed for extension - needs to be abstract, final or empty. 354
 Info misc FinalParameters Parameter toParam should be final. 354
 Error javadoc JavadocMethod Expected @param tag for 'toParam'. 354
 Info misc FinalParameters Parameter sourceProp should be final. 355
 Error javadoc JavadocMethod Expected @param tag for 'sourceProp'. 355
 Info misc FinalParameters Parameter targetClass should be final. 355
 Error javadoc JavadocMethod Expected @param tag for 'targetClass'. 355
 Error design DesignForExtension Method 'addInput' is not designed for extension - needs to be abstract, final or empty. 366
 Info misc FinalParameters Parameter in should be final. 366
 Error javadoc JavadocMethod Expected @param tag for 'in'. 366
 Error design DesignForExtension Method 'addLangConversionOutputBinding' is not designed for extension - needs to be abstract, final or empty. 378
 Info misc FinalParameters Parameter toParam should be final. 378
 Error javadoc JavadocMethod Expected @param tag for 'toParam'. 378
 Info misc FinalParameters Parameter sourceProp should be final. 379
 Error javadoc JavadocMethod Expected @param tag for 'sourceProp'. 379
 Info misc FinalParameters Parameter targetLang should be final. 379
 Error javadoc JavadocMethod Expected @param tag for 'targetLang'. 379
 Error design DesignForExtension Method 'addOutput' is not designed for extension - needs to be abstract, final or empty. 390
 Info misc FinalParameters Parameter out should be final. 390
 Error javadoc JavadocMethod Expected @param tag for 'out'. 390
 Error design DesignForExtension Method 'addRemoveEffect' is not designed for extension - needs to be abstract, final or empty. 400
 Info misc FinalParameters Parameter ppath should be final. 400
 Error javadoc JavadocMethod Expected @param tag for 'ppath'. 400
 Error design DesignForExtension Method 'addSimpleOutputBinding' is not designed for extension - needs to be abstract, final or empty. 411
 Info misc FinalParameters Parameter toParam should be final. 411
 Error javadoc JavadocMethod Expected @param tag for 'toParam'. 411
 Info misc FinalParameters Parameter sourceProp should be final. 412
 Error javadoc JavadocMethod Expected @param tag for 'sourceProp'. 412
 Error design DesignForExtension Method 'addUnitConversionOutputBinding' is not designed for extension - needs to be abstract, final or empty. 425
 Info misc FinalParameters Parameter toParam should be final. 425
 Error javadoc JavadocMethod Expected @param tag for 'toParam'. 425
 Info misc FinalParameters Parameter sourceProp should be final. 426
 Error javadoc JavadocMethod Expected @param tag for 'sourceProp'. 426
 Info misc FinalParameters Parameter targetUnit should be final. 426
 Error javadoc JavadocMethod Expected @param tag for 'targetUnit'. 426
 Error javadoc JavadocMethod Expected an @return tag. 437
 Error design DesignForExtension Method 'getEffects' is not designed for extension - needs to be abstract, final or empty. 437
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 440
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 441
 Error javadoc JavadocMethod Expected an @return tag. 449
 Error design DesignForExtension Method 'getInputs' is not designed for extension - needs to be abstract, final or empty. 449
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 451
 Error design DesignForExtension Method 'getNumberOfInputs' is not designed for extension - needs to be abstract, final or empty. 454
 Error javadoc JavadocMethod Missing a Javadoc comment. 454
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 456
 Error design DesignForExtension Method 'getNumberOfMandatoryInputs' is not designed for extension - needs to be abstract, final or empty. 459
 Error javadoc JavadocMethod Missing a Javadoc comment. 459
 Error javadoc JavadocMethod Expected an @return tag. 474
 Error design DesignForExtension Method 'getOutputs' is not designed for extension - needs to be abstract, final or empty. 474
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 476
 Error javadoc JavadocMethod Expected an @return tag. 483
 Error design DesignForExtension Method 'getOutputBindings' is not designed for extension - needs to be abstract, final or empty. 483
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 486
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 487
 Error javadoc JavadocMethod Expected an @return tag. 495
 Error design DesignForExtension Method 'getProcessURI' is not designed for extension - needs to be abstract, final or empty. 495
 Error javadoc JavadocMethod Expected an @return tag. 503
 Error design DesignForExtension Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. 503
 Error javadoc JavadocMethod Expected an @return tag. 511
 Error design DesignForExtension Method 'getServiceDescription' is not designed for extension - needs to be abstract, final or empty. 511
 Error javadoc JavadocMethod Expected an @return tag. 519
 Error design DesignForExtension Method 'getTheService' is not designed for extension - needs to be abstract, final or empty. 519
 Error javadoc JavadocMethod Missing a Javadoc comment. 523
 Warning coding MagicNumber '5' is a magic number. 526
 Info regexp RegexpSingleline Line has trailing spaces. 534
 Error design DesignForExtension Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. 537
 Error javadoc JavadocMethod Missing a Javadoc comment. 543
 Warning coding MagicNumber '5' is a magic number. 546
 Error javadoc JavadocMethod Missing a Javadoc comment. 552
 Info sizes LineLength Line is longer than 80 characters (found 97). 563
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 565
 Info misc FinalParameters Parameter propURI should be final. 566
 Info misc FinalParameters Parameter value should be final. 566
 Error javadoc JavadocStyle First sentence should end with a period. 640
 Error javadoc JavadocMethod Expected an @return tag. 643
 Error design DesignForExtension Method 'serializeProfile' is not designed for extension - needs to be abstract, final or empty. 643
 Error javadoc JavadocStyle First sentence should end with a period. 647
 Error javadoc JavadocMethod Expected an @return tag. 650
 Info misc FinalParameters Parameter turtleSP should be final. 650
 Error javadoc JavadocMethod Expected @param tag for 'turtleSP'. 650
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 652
 Error javadoc JavadocMethod Expected an @return tag. 658
 Error design DesignForExtension Method 'matches' is not designed for extension - needs to be abstract, final or empty. 658
 Info misc FinalParameters Parameter other should be final. 658
 Error javadoc JavadocMethod Expected @param tag for 'other'. 658
 Warning blocks NeedBraces 'if' construct must use '{}'s. 659

org/universAAL/middleware/service/owls/profile/SingleLocationParameter.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Info misc FinalParameters Parameter value should be final. 39
 Warning blocks NeedBraces 'if' construct must use '{}'s. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Info misc FinalParameters Parameter uri should be final. 46
 Info misc FinalParameters Parameter value should be final. 46
 Warning blocks NeedBraces 'if' construct must use '{}'s. 49
 Info regexp RegexpSingleline Line has trailing spaces. 56
 Error design DesignForExtension Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. 59
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Info misc FinalParameters Parameter propURI should be final. 63
 Info misc FinalParameters Parameter value should be final. 63
 Warning blocks NeedBraces 'if' construct must use '{}'s. 64

org/universAAL/middleware/shell/universAAL/osgi/AALSpaceCommand.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info sizes LineLength Line is longer than 80 characters (found 97). 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error design DesignForExtension Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. 42
 Warning blocks NeedBraces 'if' construct must use '{}'s. 57
 Warning blocks NeedBraces 'if' construct must use '{}'s. 62
 Warning blocks NeedBraces 'else' construct must use '{}'s. 66

org/universAAL/middleware/shell/universAAL/osgi/ListOfPeerCommand.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info sizes LineLength Line is longer than 80 characters (found 106). 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error design DesignForExtension Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. 42
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 44
 Warning blocks NeedBraces 'if' construct must use '{}'s. 57
 Warning blocks NeedBraces 'else' construct must use '{}'s. 59

org/universAAL/middleware/shell/universAAL/osgi/TargetAALSpaceCommand.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Error javadoc JavadocStyle First sentence should end with a period. 28
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info sizes LineLength Line is longer than 80 characters (found 97). 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error design DesignForExtension Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. 39
 Info sizes LineLength Line is longer than 80 characters (found 93). 53
 Info sizes LineLength Line is longer than 80 characters (found 90). 56

org/universAAL/middleware/shell/universAAL/osgi/TenantCommand.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info sizes LineLength Line is longer than 80 characters (found 110). 28
 Error javadoc JavadocType Missing a Javadoc comment. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error design DesignForExtension Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. 33
 Info sizes LineLength Line is longer than 80 characters (found 85). 41

org/universAAL/middleware/shell/universAAL/osgi/UAPPCommand.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info sizes LineLength Line is longer than 80 characters (found 110). 35
 Error design DesignForExtension Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 39

org/universAAL/middleware/tracker/IBusMemberRegistry.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Info modifier RedundantModifier Redundant 'public' modifier. 33
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 33
 Warning naming ConstantName Name 'busRegistryShareParams' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info modifier RedundantModifier Redundant 'public' modifier. 41
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Info modifier RedundantModifier Redundant 'public' modifier. 55
 Error javadoc JavadocStyle First sentence should end with a period. 58
 Info regexp RegexpSingleline Line has trailing spaces. 60
 Info modifier RedundantModifier Redundant 'public' modifier. 64

org/universAAL/middleware/tracker/IBusMemberRegistryListener.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info imports UnusedImports Unused import - org.universAAL.middleware.context.ContextEventPattern. 24
 Info imports UnusedImports Unused import - org.universAAL.middleware.context.ContextSubscriber. 25
 Info imports UnusedImports Unused import - org.universAAL.middleware.service.ServiceCallee. 27
 Info imports UnusedImports Unused import - org.universAAL.middleware.service.owls.profile.ServiceProfile. 28
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info modifier RedundantModifier Redundant 'public' modifier. 48
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Info modifier RedundantModifier Redundant 'public' modifier. 58
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Info modifier RedundantModifier Redundant 'public' modifier. 72
 Info regexp RegexpSingleline Line has trailing spaces. 79
 Info modifier RedundantModifier Redundant 'public' modifier. 86

org/universAAL/middleware/tracker/impl/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Error javadoc JavadocType Missing a Javadoc comment. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error design VisibilityModifier Variable 'mc' must be private and have accessor methods. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error design VisibilityModifier Variable 'fetchParams' must be private and have accessor methods. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 35
 Error javadoc JavadocMethod Missing a Javadoc comment. 35
 Info misc FinalParameters Parameter mc should be final. 35
 Warning coding HiddenField 'mc' hides a field. 35
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 36
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Info misc FinalParameters Parameter mc should be final. 42
 Warning coding HiddenField 'mc' hides a field. 42

org/universAAL/middleware/tracker/impl/BusMemberRegistryImpl.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info misc TodoComment Comment matches to-do format 'TODO:'. 46
 Error javadoc JavadocType Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocType Missing a Javadoc comment. 79
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error design VisibilityModifier Variable 'type' must be private and have accessor methods. 80
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Info misc FinalParameters Parameter type should be final. 82
 Warning coding HiddenField 'type' hides a field. 82
 Error javadoc JavadocMethod Missing a Javadoc comment. 86
 Info misc FinalParameters Parameter action should be final. 86
 Info misc FinalParameters Parameter busMember should be final. 86
 Error javadoc JavadocMethod Missing a Javadoc comment. 91
 Info misc FinalParameters Parameter action should be final. 91
 Info misc FinalParameters Parameter busMemberClass should be final. 91
 Info misc FinalParameters Parameter busMemberURI should be final. 92
 Error javadoc JavadocMethod Missing a Javadoc comment. 97
 Info misc FinalParameters Parameter busMember should be final. 97
 Error javadoc JavadocMethod Missing a Javadoc comment. 105
 Info misc FinalParameters Parameter busMember should be final. 105
 Error javadoc JavadocMethod Missing a Javadoc comment. 116
 Warning coding MissingSwitchDefault switch without "default" clause. 118
 Warning blocks NeedBraces 'if' construct must use '{}'s. 129
 Error javadoc JavadocMethod Missing a Javadoc comment. 139
 Info misc FinalParameters Parameter busMemberID should be final. 139
 Info misc FinalParameters Parameter params should be final. 139
 Warning blocks NeedBraces 'if' construct must use '{}'s. 147
 Error javadoc JavadocMethod Missing a Javadoc comment. 159
 Info misc FinalParameters Parameter busMemberID should be final. 159
 Info misc FinalParameters Parameter params should be final. 159
 Warning blocks NeedBraces 'if' construct must use '{}'s. 167
 Warning blocks NeedBraces 'if' construct must use '{}'s. 180
 Error javadoc JavadocMethod Missing a Javadoc comment. 189
 Info misc FinalParameters Parameter mc should be final. 189
 Warning coding HiddenField 'mc' hides a field. 189
 Error design DesignForExtension Method 'removeRegistryListeners' is not designed for extension - needs to be abstract, final or empty. 209
 Error javadoc JavadocMethod Missing a Javadoc comment. 209
 Error javadoc JavadocMethod Missing a Javadoc comment. 226
 Info misc FinalParameters Parameter bus should be final. 226
 Info misc FinalParameters Parameter type should be final. 226
 Error javadoc JavadocMethod Missing a Javadoc comment. 232
 Error javadoc JavadocMethod Missing a Javadoc comment. 238
 Error javadoc JavadocMethod Missing a Javadoc comment. 244
 Error javadoc JavadocMethod Missing a Javadoc comment. 249
 Info misc FinalParameters Parameter id should be final. 249
 Info misc FinalParameters Parameter member should be final. 249
 Info misc FinalParameters Parameter type should be final. 250
 Warning coding MissingSwitchDefault switch without "default" clause. 251
 Error javadoc JavadocMethod Missing a Javadoc comment. 264
 Info misc FinalParameters Parameter id should be final. 264
 Info misc FinalParameters Parameter member should be final. 264
 Info misc FinalParameters Parameter type should be final. 265
 Warning coding MissingSwitchDefault switch without "default" clause. 266
 Error javadoc JavadocMethod Missing a Javadoc comment. 279
 Info misc FinalParameters Parameter listener should be final. 280
 Info misc FinalParameters Parameter members should be final. 281
 Info misc FinalParameters Parameter busType should be final. 281
 Error design DesignForExtension Method 'addListener' is not designed for extension - needs to be abstract, final or empty. 292
 Error javadoc JavadocMethod Missing a Javadoc comment. 292
 Info misc FinalParameters Parameter listener should be final. 292
 Info misc FinalParameters Parameter notifyAboutPreviouslyRegisteredMembers should be final. 293
 Error design DesignForExtension Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. 305
 Error javadoc JavadocMethod Missing a Javadoc comment. 305
 Info misc FinalParameters Parameter listener should be final. 305
 Error design DesignForExtension Method 'logInfo' is not designed for extension - needs to be abstract, final or empty. 309
 Error javadoc JavadocMethod Missing a Javadoc comment. 309
 Info misc FinalParameters Parameter format should be final. 309
 Info misc FinalParameters Parameter args should be final. 309
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 314

org/universAAL/middleware/tracker/osgi/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Error javadoc JavadocType Missing a Javadoc comment. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error design VisibilityModifier Variable 'mc' must be private and have accessor methods. 31
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 33
 Info misc FinalParameters Parameter context should be final. 33
 Info sizes LineLength Line is longer than 80 characters (found 110). 34
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 34
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 34
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Info misc FinalParameters Parameter mc should be final. 41
 Warning coding HiddenField 'mc' hides a field. 41

org/universAAL/middleware/ui/IDialogManager.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Info modifier RedundantModifier Redundant 'public' modifier. 66
 Info regexp RegexpSingleline Line has trailing spaces. 73
 Info modifier RedundantModifier Redundant 'public' modifier. 77
 Info regexp RegexpSingleline Line has trailing spaces. 81
 Info modifier RedundantModifier Redundant 'public' modifier. 90
 Info regexp RegexpSingleline Line has trailing spaces. 96
 Info modifier RedundantModifier Redundant 'public' modifier. 101
 Info regexp RegexpSingleline Line has trailing spaces. 109
 Info modifier RedundantModifier Redundant 'public' modifier. 113

org/universAAL/middleware/ui/IUIBus.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info imports UnusedImports Unused import - org.universAAL.middleware.ui.rdf.Form. 26
 Info imports UnusedImports Unused import - org.universAAL.middleware.ui.rdf.Submit. 27
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Info modifier RedundantModifier Redundant 'public' modifier. 60
 Info regexp RegexpSingleline Line has trailing spaces. 77
 Info modifier RedundantModifier Redundant 'public' modifier. 88
 Info regexp RegexpSingleline Line has trailing spaces. 96
 Info modifier RedundantModifier Redundant 'public' modifier. 104
 Info regexp RegexpSingleline Line has trailing spaces. 110
 Error javadoc JavadocMethod Unused @param tag for '{@link'. 113
 Info modifier RedundantModifier Redundant 'public' modifier. 116
 Error javadoc JavadocMethod Expected @param tag for 'uiResponse'. 116
 Info regexp RegexpSingleline Line has trailing spaces. 129
 Info modifier RedundantModifier Redundant 'public' modifier. 135
 Info regexp RegexpSingleline Line has trailing spaces. 142
 Error javadoc JavadocMethod Unused @param tag for 'oldProfile'. 146
 Info modifier RedundantModifier Redundant 'public' modifier. 149
 Error javadoc JavadocMethod Expected @param tag for 'oldUIHandlerProfile'. 150
 Info regexp RegexpSingleline Line has trailing spaces. 160
 Info modifier RedundantModifier Redundant 'public' modifier. 168
 Info regexp RegexpSingleline Line has trailing spaces. 173
 Info modifier RedundantModifier Redundant 'public' modifier. 179
 Info regexp RegexpSingleline Line has trailing spaces. 183
 Info modifier RedundantModifier Redundant 'public' modifier. 189
 Info regexp RegexpSingleline Line has trailing spaces. 193
 Info modifier RedundantModifier Redundant 'public' modifier. 199
 Info regexp RegexpSingleline Line has trailing spaces. 204
 Info modifier RedundantModifier Redundant 'public' modifier. 216
 Error javadoc JavadocStyle First sentence should end with a period. 219
 Info regexp RegexpSingleline Line has trailing spaces. 222
 Info modifier RedundantModifier Redundant 'public' modifier. 228

org/universAAL/middleware/ui/UIBusFacade.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 8
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Error javadoc JavadocType Missing a Javadoc comment. 22
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 22
 Error javadoc JavadocMethod Missing a Javadoc comment. 23
 Info misc FinalParameters Parameter mc should be final. 23

org/universAAL/middleware/ui/UICaller.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.bus.member.BusMember. 23
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Info misc FinalParameters Parameter context should be final. 56
 Warning blocks NeedBraces 'if' construct must use '{}'s. 58
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Error design DesignForExtension Method 'abortDialog' is not designed for extension - needs to be abstract, final or empty. 68
 Info misc FinalParameters Parameter dialogID should be final. 68
 Info regexp RegexpSingleline Line has trailing spaces. 74
 Info misc FinalParameters Parameter call should be final. 80
 Info misc FinalParameters Parameter changedProp should be final. 81
 Warning blocks NeedBraces 'if' construct must use '{}'s. 82
 Info misc FinalParameters Parameter bus should be final. 90
 Error javadoc JavadocMethod Expected @param tag for 'bus'. 90
 Warning blocks NeedBraces 'if' construct must use '{}'s. 91
 Info regexp RegexpSingleline Line has trailing spaces. 106
 Info regexp RegexpSingleline Line has trailing spaces. 117
 Info misc FinalParameters Parameter dialogID should be final. 121
 Warning blocks NeedBraces 'if' construct must use '{}'s. 122
 Info regexp RegexpSingleline Line has trailing spaces. 128
 Info misc FinalParameters Parameter msg should be final. 132
 Warning blocks NeedBraces 'if' construct must use '{}'s. 133
 Info regexp RegexpSingleline Line has trailing spaces. 140
 Info regexp RegexpSingleline Line has trailing spaces. 148
 Error design DesignForExtension Method 'resumeDialog' is not designed for extension - needs to be abstract, final or empty. 154
 Info misc FinalParameters Parameter dialogID should be final. 154
 Info misc FinalParameters Parameter dialogData should be final. 154
 Info regexp RegexpSingleline Line has trailing spaces. 160
 Info misc FinalParameters Parameter uiRequest should be final. 166
 Error javadoc JavadocStyle First sentence should end with a period. 175
 Info regexp RegexpSingleline Line has trailing spaces. 177
 Error design DesignForExtension Method 'getMyID' is not designed for extension - needs to be abstract, final or empty. 180

org/universAAL/middleware/ui/UIHandler.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.bus.member.BusMember. 26
 Info imports UnusedImports Unused import - org.universAAL.middleware.ui.rdf.Form. 35
 Info imports UnusedImports Unused import - org.universAAL.middleware.ui.rdf.SubdialogTrigger. 36
 Info imports UnusedImports Unused import - org.universAAL.middleware.ui.rdf.Submit. 37
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Info regexp RegexpSingleline Line has trailing spaces. 59
 Info misc FinalParameters Parameter context should be final. 68
 Info misc FinalParameters Parameter initialSubscription should be final. 69
 Info regexp RegexpSingleline Line has trailing spaces. 85
 Error javadoc JavadocMethod Unused @param tag for 'initialSubscription'. 88
 Info misc FinalParameters Parameter context should be final. 94
 Info misc FinalParameters Parameter initialSubscriptions should be final. 95
 Error javadoc JavadocMethod Expected @param tag for 'initialSubscriptions'. 95
 Info regexp RegexpSingleline Line has trailing spaces. 112
 Info regexp RegexpSingleline Line has trailing spaces. 125
 Info misc FinalParameters Parameter newSubscription should be final. 131
 Info misc FinalParameters Parameter b should be final. 142
 Error javadoc JavadocMethod Expected @param tag for 'b'. 142
 Warning blocks NeedBraces 'if' construct must use '{}'s. 143
 Info regexp RegexpSingleline Line has trailing spaces. 158
 Info regexp RegexpSingleline Line has trailing spaces. 169
 Info misc FinalParameters Parameter uiResponse should be final. 173
 Info regexp RegexpSingleline Line has trailing spaces. 179
 Info misc FinalParameters Parameter msg should be final. 183
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 186
 Info regexp RegexpSingleline Line has trailing spaces. 195
 Info regexp RegexpSingleline Line has trailing spaces. 203
 Info misc FinalParameters Parameter oldSubscription should be final. 208
 Info regexp RegexpSingleline Line has trailing spaces. 216
 Info misc FinalParameters Parameter user should be final. 224
 Info misc FinalParameters Parameter loginLocation should be final. 224
 Error design DesignForExtension Method 'getRealizedHandlerProfiles' is not designed for extension - needs to be abstract, final or empty. 231
 Error javadoc JavadocStyle First sentence should end with a period. 235
 Info regexp RegexpSingleline Line has trailing spaces. 237
 Error design DesignForExtension Method 'getMyID' is not designed for extension - needs to be abstract, final or empty. 240

org/universAAL/middleware/ui/UIHandlerProfile.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Warning coding MagicNumber '12' is a magic number. 74
 Info regexp RegexpSingleline Line has trailing spaces. 80
 Error javadoc JavadocMethod Expected an @return tag. 84
 Error design DesignForExtension Method 'addRestriction' is not designed for extension - needs to be abstract, final or empty. 84
 Info misc FinalParameters Parameter mergedRestriction should be final. 84
 Info regexp RegexpSingleline Line has trailing spaces. 112
 Error design DesignForExtension Method 'getMatchingDegree' is not designed for extension - needs to be abstract, final or empty. 118
 Info misc FinalParameters Parameter uiRequest should be final. 118
 Info sizes LineLength Line is longer than 80 characters (found 87). 128
 Info sizes LineLength Line is longer than 80 characters (found 94). 141
 Info sizes LineLength Line is longer than 80 characters (found 94). 148
 Info sizes LineLength Line is longer than 80 characters (found 94). 154
 Info sizes LineLength Line is longer than 80 characters (found 93). 160
 Info sizes LineLength Line is longer than 80 characters (found 88). 165
 Info sizes LineLength Line is longer than 80 characters (found 89). 170
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 186
 Info regexp RegexpSingleline Line has trailing spaces. 196
 Info misc FinalParameters Parameter onProp should be final. 201
 Info sizes LineLength Line is longer than 80 characters (found 86). 212
 Error design DesignForExtension Method 'isClosedCollection' is not designed for extension - needs to be abstract, final or empty. 215
 Info misc FinalParameters Parameter propURI should be final. 216
 Info regexp RegexpSingleline Line has trailing spaces. 223
 Info misc FinalParameters Parameter prop should be final. 228
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 241
 Info misc FinalParameters Parameter propURI should be final. 242
 Info misc FinalParameters Parameter value should be final. 242
 Error javadoc JavadocMethod Expected an @return tag. 269
 Error design DesignForExtension Method 'matches' is not designed for extension - needs to be abstract, final or empty. 269
 Info misc FinalParameters Parameter subset should be final. 269
 Error javadoc JavadocMethod Expected @param tag for 'subset'. 269
 Error javadoc JavadocMethod Expected an @return tag. 290
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 290
 Info regexp RegexpSingleline Line has trailing spaces. 297
 Error javadoc JavadocMethod Expected an @return tag. 301
 Error design DesignForExtension Method 'setSupportedInputModalities' is not designed for extension - needs to be abstract, final or empty. 301
 Info misc FinalParameters Parameter modalities should be final. 301
 Info regexp RegexpSingleline Line has trailing spaces. 328
 Error design DesignForExtension Method 'getSupportedInputModalities' is not designed for extension - needs to be abstract, final or empty. 331

org/universAAL/middleware/ui/UIRequest.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 49
 Warning naming ConstantName Name 'uAAL_UI_NAMESPACE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 107
 Info sizes LineLength Line is longer than 80 characters (found 81). 110
 Error javadoc JavadocVariable Missing a Javadoc comment. 110
 Info regexp RegexpSingleline Line has trailing spaces. 122
 Info misc FinalParameters Parameter user should be final. 136
 Info misc FinalParameters Parameter dialogForm should be final. 136
 Info misc FinalParameters Parameter dialogPriority should be final. 137
 Info misc FinalParameters Parameter dialogLang should be final. 137
 Info misc FinalParameters Parameter dialogPrivacy should be final. 138
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 145
 Info sizes LineLength Line is longer than 80 characters (found 93). 151
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 153
 Info misc FinalParameters Parameter propURI should be final. 154
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 155
 Info regexp RegexpSingleline Line has trailing spaces. 161
 Error design DesignForExtension Method 'getAddressedUser' is not designed for extension - needs to be abstract, final or empty. 166
 Info regexp RegexpSingleline Line has trailing spaces. 172
 Error design DesignForExtension Method 'getDialogForm' is not designed for extension - needs to be abstract, final or empty. 175
 Info regexp RegexpSingleline Line has trailing spaces. 181
 Error design DesignForExtension Method 'getDialogID' is not designed for extension - needs to be abstract, final or empty. 184
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 186
 Info regexp RegexpSingleline Line has trailing spaces. 191
 Error design DesignForExtension Method 'getDialogLanguage' is not designed for extension - needs to be abstract, final or empty. 194
 Info regexp RegexpSingleline Line has trailing spaces. 200
 Error design DesignForExtension Method 'getDialogPriority' is not designed for extension - needs to be abstract, final or empty. 203
 Info regexp RegexpSingleline Line has trailing spaces. 209
 Error design DesignForExtension Method 'getDialogPrivacyLevel' is not designed for extension - needs to be abstract, final or empty. 212
 Info regexp RegexpSingleline Line has trailing spaces. 218
 Error design DesignForExtension Method 'getDialogType' is not designed for extension - needs to be abstract, final or empty. 221
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 223
 Info regexp RegexpSingleline Line has trailing spaces. 228
 Error design DesignForExtension Method 'getImpairments' is not designed for extension - needs to be abstract, final or empty. 231
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 233
 Info regexp RegexpSingleline Line has trailing spaces. 239
 Error design DesignForExtension Method 'getPreferences' is not designed for extension - needs to be abstract, final or empty. 242
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 244
 Info regexp RegexpSingleline Line has trailing spaces. 250
 Error design DesignForExtension Method 'getPresentationLocation' is not designed for extension - needs to be abstract, final or empty. 253
 Info regexp RegexpSingleline Line has trailing spaces. 259
 Error design DesignForExtension Method 'setCollectedInput' is not designed for extension - needs to be abstract, final or empty. 263
 Info misc FinalParameters Parameter data should be final. 263
 Info regexp RegexpSingleline Line has trailing spaces. 272
 Error design DesignForExtension Method 'setImpairments' is not designed for extension - needs to be abstract, final or empty. 276
 Info misc FinalParameters Parameter impairments should be final. 276
 Info regexp RegexpSingleline Line has trailing spaces. 285
 Error design DesignForExtension Method 'setPreferences' is not designed for extension - needs to be abstract, final or empty. 289
 Info misc FinalParameters Parameter preferences should be final. 289
 Info regexp RegexpSingleline Line has trailing spaces. 298
 Error design DesignForExtension Method 'setPresentationLocation' is not designed for extension - needs to be abstract, final or empty. 302
 Info misc FinalParameters Parameter presentationLocation should be final. 302
 Info regexp RegexpSingleline Line has trailing spaces. 311
 Error design DesignForExtension Method 'setPresentationModality' is not designed for extension - needs to be abstract, final or empty. 315
 Info misc FinalParameters Parameter modality should be final. 315
 Info sizes LineLength Line is longer than 80 characters (found 81). 316
 Info regexp RegexpSingleline Line has trailing spaces. 323
 Error design DesignForExtension Method 'getAltPresentationModality' is not designed for extension - needs to be abstract, final or empty. 326
 Info regexp RegexpSingleline Line has trailing spaces. 332
 Error design DesignForExtension Method 'setAltPresentationModality' is not designed for extension - needs to be abstract, final or empty. 336
 Info misc FinalParameters Parameter outputModality should be final. 336
 Error javadoc JavadocMethod Expected an @return tag. 346
 Error design DesignForExtension Method 'matches' is not designed for extension - needs to be abstract, final or empty. 346
 Info misc FinalParameters Parameter subset should be final. 346
 Error javadoc JavadocMethod Expected @param tag for 'subset'. 346
 Warning blocks NeedBraces 'if' construct must use '{}'s. 347
 Warning blocks NeedBraces 'if' construct must use '{}'s. 355
 Warning blocks NeedBraces 'if' construct must use '{}'s. 362
 Warning blocks NeedBraces 'if' construct must use '{}'s. 370
 Warning blocks NeedBraces 'if' construct must use '{}'s. 377

org/universAAL/middleware/ui/UIResponse.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info sizes LineLength Line is longer than 80 characters (found 85). 52
 Info sizes LineLength Line is longer than 80 characters (found 83). 56
 Info sizes LineLength Line is longer than 80 characters (found 92). 64
 Info regexp RegexpSingleline Line has trailing spaces. 76
 Info misc FinalParameters Parameter user should be final. 84
 Info misc FinalParameters Parameter inputLocation should be final. 84
 Info misc FinalParameters Parameter submit should be final. 84
 Warning blocks NeedBraces 'if' construct must use '{}'s. 94
 Warning blocks NeedBraces 'if' construct must use '{}'s. 96
 Warning blocks NeedBraces 'if' construct must use '{}'s. 98
 Info regexp RegexpSingleline Line has trailing spaces. 108
 Error design DesignForExtension Method 'getDialogID' is not designed for extension - needs to be abstract, final or empty. 111
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 113
 Info regexp RegexpSingleline Line has trailing spaces. 118
 Error design DesignForExtension Method 'getSubmissionLocation' is not designed for extension - needs to be abstract, final or empty. 121
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 123
 Info regexp RegexpSingleline Line has trailing spaces. 128
 Error design DesignForExtension Method 'getParentDialogURI' is not designed for extension - needs to be abstract, final or empty. 133
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 135
 Info sizes LineLength Line is longer than 80 characters (found 93). 139
 Error javadoc JavadocMethod Expected an @return tag. 141
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 141
 Info misc FinalParameters Parameter propURI should be final. 141
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 141
 Info sizes LineLength Line is longer than 80 characters (found 89). 142
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 143
 Info regexp RegexpSingleline Line has trailing spaces. 149
 Error design DesignForExtension Method 'getSubmissionID' is not designed for extension - needs to be abstract, final or empty. 153
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 155
 Info regexp RegexpSingleline Line has trailing spaces. 160
 Error design DesignForExtension Method 'getSubmittedData' is not designed for extension - needs to be abstract, final or empty. 163
 Info regexp RegexpSingleline Line has trailing spaces. 169
 Error design DesignForExtension Method 'getUser' is not designed for extension - needs to be abstract, final or empty. 174
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 176
 Info regexp RegexpSingleline Line has trailing spaces. 181
 Error design DesignForExtension Method 'getUserInput' is not designed for extension - needs to be abstract, final or empty. 186
 Info misc FinalParameters Parameter propPath should be final. 186
 Warning blocks NeedBraces 'if' construct must use '{}'s. 187
 Warning blocks NeedBraces 'if' construct must use '{}'s. 190
 Warning blocks NeedBraces 'if' construct must use '{}'s. 194
 Info regexp RegexpSingleline Line has trailing spaces. 205
 Error design DesignForExtension Method 'isSubdialogCall' is not designed for extension - needs to be abstract, final or empty. 208
 Info regexp RegexpSingleline Line has trailing spaces. 214
 Error design DesignForExtension Method 'isSubdialogSubmission' is not designed for extension - needs to be abstract, final or empty. 217
 Info regexp RegexpSingleline Line has trailing spaces. 223
 Error design DesignForExtension Method 'isForDialogManagerCall' is not designed for extension - needs to be abstract, final or empty. 226

org/universAAL/middleware/ui/impl/IUIStrategyMessageSharedProps.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info imports UnusedImports Unused import - org.universAAL.middleware.ui.UIRequest. 21
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error design InterfaceIsType interfaces should describe a type and hence have methods. 27
 Info sizes LineLength Line is longer than 80 characters (found 87). 32
 Info modifier RedundantModifier Redundant 'public' modifier. 32
 Warning naming ConstantName Name 'PROP_uAAL_DIALOG_ID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 32
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 33
 Error javadoc JavadocStyle First sentence should end with a period. 35
 Info sizes LineLength Line is longer than 80 characters (found 93). 38
 Info modifier RedundantModifier Redundant 'public' modifier. 38
 Warning naming ConstantName Name 'PROP_uAAL_UI_UPDATED_DATA' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 38
 Info sizes LineLength Line is longer than 80 characters (found 91). 44
 Info modifier RedundantModifier Redundant 'public' modifier. 44
 Warning naming ConstantName Name 'PROP_uAAL_UI_HANDLER_ID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 44
 Info sizes LineLength Line is longer than 80 characters (found 90). 50
 Info modifier RedundantModifier Redundant 'public' modifier. 50
 Warning naming ConstantName Name 'PROP_uAAL_UI_CALLER_ID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 50
 Info sizes LineLength Line is longer than 80 characters (found 90). 56
 Info modifier RedundantModifier Redundant 'public' modifier. 56
 Warning naming ConstantName Name 'PROP_uAAL_UI_DIALOG_ID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 56
 Info sizes LineLength Line is longer than 80 characters (found 91). 62
 Info modifier RedundantModifier Redundant 'public' modifier. 62
 Warning naming ConstantName Name 'PROP_uAAL_UI_USER_INPUT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 62
 Info sizes LineLength Line is longer than 80 characters (found 85). 68
 Info modifier RedundantModifier Redundant 'public' modifier. 68
 Warning naming ConstantName Name 'PROP_uAAL_UI_CALL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 68
 Info sizes LineLength Line is longer than 80 characters (found 94). 74
 Info modifier RedundantModifier Redundant 'public' modifier. 74
 Warning naming ConstantName Name 'PROP_uAAL_CHANGED_PROPERTY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 74

org/universAAL/middleware/ui/impl/RunningDialogsManager.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info imports UnusedImports Unused import - org.universAAL.middleware.ui.UIHandler. 25
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 43
 Error design DesignForExtension Method 'add' is not designed for extension - needs to be abstract, final or empty. 47
 Error javadoc JavadocMethod Missing a Javadoc comment. 47
 Info misc FinalParameters Parameter handlerId should be final. 47
 Info misc FinalParameters Parameter dialogId should be final. 47
 Error design DesignForExtension Method 'removeDialogId' is not designed for extension - needs to be abstract, final or empty. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Info misc FinalParameters Parameter dialogId should be final. 57
 Error design DesignForExtension Method 'removeHandlerId' is not designed for extension - needs to be abstract, final or empty. 68
 Error javadoc JavadocMethod Missing a Javadoc comment. 68
 Info misc FinalParameters Parameter handlerId should be final. 68
 Error design DesignForExtension Method 'getHandler' is not designed for extension - needs to be abstract, final or empty. 75
 Error javadoc JavadocMethod Missing a Javadoc comment. 75
 Info misc FinalParameters Parameter dialogID should be final. 75
 Error design DesignForExtension Method 'getDialogs' is not designed for extension - needs to be abstract, final or empty. 79
 Error javadoc JavadocMethod Missing a Javadoc comment. 79
 Info misc FinalParameters Parameter handlerID should be final. 79
 Error design DesignForExtension Method 'usedHandlers' is not designed for extension - needs to be abstract, final or empty. 83
 Error javadoc JavadocMethod Missing a Javadoc comment. 83
 Error design DesignForExtension Method 'pendingDialogs' is not designed for extension - needs to be abstract, final or empty. 87
 Error javadoc JavadocMethod Missing a Javadoc comment. 87
 Error design DesignForExtension Method 'isDialogHandled' is not designed for extension - needs to be abstract, final or empty. 91
 Error javadoc JavadocMethod Missing a Javadoc comment. 91
 Info misc FinalParameters Parameter dialogId should be final. 91

org/universAAL/middleware/ui/impl/UIBusFactory.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Error design DesignForExtension Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Info misc FinalParameters Parameter classURI should be final. 58
 Info misc FinalParameters Parameter instanceURI should be final. 58
 Info misc FinalParameters Parameter factoryIndex should be final. 59
 Warning coding MissingSwitchDefault switch without "default" clause. 61
 Warning coding MagicNumber '3' is a magic number. 68
 Warning coding MagicNumber '4' is a magic number. 70
 Warning coding MagicNumber '5' is a magic number. 72
 Warning coding MagicNumber '6' is a magic number. 74
 Warning coding MagicNumber '7' is a magic number. 76
 Warning coding MagicNumber '8' is a magic number. 78
 Warning coding MagicNumber '9' is a magic number. 80
 Warning coding MagicNumber '10' is a magic number. 82
 Warning coding MagicNumber '11' is a magic number. 84
 Warning coding MagicNumber '12' is a magic number. 86
 Warning coding MagicNumber '13' is a magic number. 88
 Warning coding MagicNumber '14' is a magic number. 90
 Warning coding MagicNumber '15' is a magic number. 92
 Warning coding MagicNumber '16' is a magic number. 94
 Warning coding MagicNumber '17' is a magic number. 96
 Warning coding MagicNumber '18' is a magic number. 98

org/universAAL/middleware/ui/impl/UIBusImpl.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info sizes LineLength Line is longer than 80 characters (found 86). 30
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Error design FinalClass Class UIBusImpl should be declared as final. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Info misc FinalParameters Parameter content should be final. 70
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 76
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 84
 Info sizes LineLength Line is longer than 80 characters (found 94). 85
 Error javadoc JavadocMethod Missing a Javadoc comment. 92
 Info misc FinalParameters Parameter c should be final. 92
 Info misc FinalParameters Parameter mc should be final. 92
 Warning coding HiddenField 'mc' hides a field. 92
 Info misc FinalParameters Parameter uiBusShareParams should be final. 93
 Info misc FinalParameters Parameter uiBusFetchParams should be final. 93
 Error javadoc JavadocMethod Missing a Javadoc comment. 104
 Info regexp RegexpSingleline Line has trailing spaces. 121
 Info misc FinalParameters Parameter mc should be final. 125
 Warning coding HiddenField 'mc' hides a field. 125
 Error javadoc JavadocMethod Missing a Javadoc comment. 137
 Info misc FinalParameters Parameter commModule should be final. 137
 Info misc FinalParameters Parameter dm should be final. 146
 Warning blocks NeedBraces 'if' construct must use '{}'s. 147
 Info regexp RegexpSingleline Line has trailing spaces. 153
 Error javadoc JavadocMethod Missing a Javadoc comment. 157
 Info misc FinalParameters Parameter callerID should be final. 157
 Info misc FinalParameters Parameter dialogID should be final. 157
 Info regexp RegexpSingleline Line has trailing spaces. 166
 Error javadoc JavadocMethod Missing a Javadoc comment. 171
 Info misc FinalParameters Parameter dm should be final. 171
 Info misc FinalParameters Parameter uiRequest should be final. 172
 Info misc FinalParameters Parameter changedProp should be final. 172
 Info regexp RegexpSingleline Line has trailing spaces. 183
 Error javadoc JavadocMethod Missing a Javadoc comment. 187
 Info misc FinalParameters Parameter handlerID should be final. 187
 Info misc FinalParameters Parameter newProfile should be final. 187
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 193
 Info regexp RegexpSingleline Line has trailing spaces. 199
 Error javadoc JavadocMethod Missing a Javadoc comment. 203
 Info misc FinalParameters Parameter handlerID should be final. 203
 Info misc FinalParameters Parameter response should be final. 203
 Info regexp RegexpSingleline Line has trailing spaces. 212
 Info sizes LineLength Line is longer than 80 characters (found 84). 214
 Error javadoc JavadocMethod Missing a Javadoc comment. 217
 Info misc FinalParameters Parameter dm should be final. 217
 Info misc FinalParameters Parameter dialogID should be final. 217
 Info regexp RegexpSingleline Line has trailing spaces. 223
 Info sizes LineLength Line is longer than 80 characters (found 81). 225
 Error javadoc JavadocMethod Missing a Javadoc comment. 228
 Info misc FinalParameters Parameter handlerID should be final. 228
 Info misc FinalParameters Parameter oldProfile should be final. 229
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 235
 Info regexp RegexpSingleline Line has trailing spaces. 241
 Error javadoc JavadocMethod Missing a Javadoc comment. 245
 Info misc FinalParameters Parameter callerID should be final. 245
 Info misc FinalParameters Parameter dialogID should be final. 245
 Info misc FinalParameters Parameter dialogData should be final. 246
 Error javadoc JavadocStyle First sentence should end with a period. 256
 Info regexp RegexpSingleline Line has trailing spaces. 257
 Info regexp RegexpSingleline Line has trailing spaces. 260
 Info sizes LineLength Line is longer than 80 characters (found 81). 261
 Info regexp RegexpSingleline Line has trailing spaces. 263
 Info regexp RegexpSingleline Line has trailing spaces. 268
 Info misc FinalParameters Parameter callerID should be final. 270
 Info misc FinalParameters Parameter req should be final. 270
 Info sizes LineLength Line is longer than 80 characters (found 84). 273
 Info regexp RegexpSingleline Line has trailing spaces. 283
 Error javadoc JavadocMethod Missing a Javadoc comment. 287
 Info misc FinalParameters Parameter callerID should be final. 287
 Info misc FinalParameters Parameter caller should be final. 287
 Info regexp RegexpSingleline Line has trailing spaces. 297
 Error javadoc JavadocMethod Missing a Javadoc comment. 301
 Info misc FinalParameters Parameter handlerID should be final. 301
 Info misc FinalParameters Parameter handler should be final. 301
 Info misc FinalParameters Parameter memberID should be final. 310
 Info misc FinalParameters Parameter m should be final. 310
 Warning blocks NeedBraces 'if' construct must use '{}'s. 311
 Warning blocks NeedBraces 'if' construct must use '{}'s. 313
 Info regexp RegexpSingleline Line has trailing spaces. 319
 Error javadoc JavadocMethod Missing a Javadoc comment. 324
 Info misc FinalParameters Parameter handlerID should be final. 324
 Info misc FinalParameters Parameter user should be final. 324
 Info misc FinalParameters Parameter loginLocation should be final. 325
 Info regexp RegexpSingleline Line has trailing spaces. 336
 Info sizes LineLength Line is longer than 80 characters (found 81). 338
 Error javadoc JavadocMethod Missing a Javadoc comment. 343
 Info misc FinalParameters Parameter message should be final. 343
 Info misc FinalParameters Parameter e should be final. 344
 Error javadoc JavadocStyle First sentence should end with a period. 349
 Error javadoc JavadocMethod Expected an @return tag. 352
 Info misc FinalParameters Parameter modalityRegex should be final. 352
 Error javadoc JavadocMethod Expected @param tag for 'modalityRegex'. 352
 Info sizes LineLength Line is longer than 80 characters (found 83). 354
 Info sizes LineLength Line is longer than 80 characters (found 90). 359

org/universAAL/middleware/ui/impl/UIStrategyCaller.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info imports UnusedImports Unused import - org.universAAL.middleware.ui.UIHandler. 38
 Error javadoc JavadocStyle Extra HTML tag found: </center> <br> 49
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Error javadoc JavadocType Missing a Javadoc comment. 70
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Info sizes LineLength Line is longer than 80 characters (found 94). 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Warning naming ConstantName Name 'PROP_uAAL_UI_RESPONSE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 75
 Error javadoc JavadocMethod Missing a Javadoc comment. 78
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Info misc FinalParameters Parameter req should be final. 82
 Info misc FinalParameters Parameter CallerID should be final. 82
 Warning naming ParameterName Name 'CallerID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
 Error javadoc JavadocMethod Missing a Javadoc comment. 88
 Info misc FinalParameters Parameter resp should be final. 88
 Error javadoc JavadocStyle First sentence should end with a period. 93
 Error design DesignForExtension Method 'onRequest' is not designed for extension - needs to be abstract, final or empty. 94
 Info misc FinalParameters Parameter strategy should be final. 95
 Info misc FinalParameters Parameter m should be final. 95
 Info misc FinalParameters Parameter senderID should be final. 96
 Error javadoc JavadocStyle First sentence should end with a period. 100
 Error design DesignForExtension Method 'onResponse' is not designed for extension - needs to be abstract, final or empty. 101
 Info misc FinalParameters Parameter strategy should be final. 102
 Info misc FinalParameters Parameter m should be final. 102
 Info misc FinalParameters Parameter senderID should be final. 103
 Error javadoc JavadocMethod Expected an @return tag. 116
 Error design DesignForExtension Method 'getRequest' is not designed for extension - needs to be abstract, final or empty. 116
 Error javadoc JavadocType Missing a Javadoc comment. 122
 Error javadoc JavadocVariable Missing a Javadoc comment. 124
 Error javadoc JavadocMethod Missing a Javadoc comment. 127
 Info modifier RedundantModifier Redundant 'public' modifier. 127
 Error javadoc JavadocMethod Missing a Javadoc comment. 131
 Info modifier RedundantModifier Redundant 'public' modifier. 131
 Info misc FinalParameters Parameter dialogID should be final. 131
 Info misc FinalParameters Parameter updatedData should be final. 131
 Error javadoc JavadocStyle First sentence should end with a period. 137
 Info misc FinalParameters Parameter strategy should be final. 138
 Error javadoc JavadocMethod Expected @param tag for 'strategy'. 138
 Info misc FinalParameters Parameter m should be final. 138
 Error javadoc JavadocMethod Expected @param tag for 'm'. 138
 Info misc FinalParameters Parameter senderID should be final. 139
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 139
 Error javadoc JavadocType Missing a Javadoc comment. 145
 Error javadoc JavadocVariable Missing a Javadoc comment. 147
 Error javadoc JavadocMethod Missing a Javadoc comment. 150
 Info modifier RedundantModifier Redundant 'public' modifier. 150
 Error javadoc JavadocMethod Missing a Javadoc comment. 154
 Info modifier RedundantModifier Redundant 'public' modifier. 154
 Info misc FinalParameters Parameter dialogID should be final. 154
 Error javadoc JavadocStyle First sentence should end with a period. 159
 Info misc FinalParameters Parameter strategy should be final. 160
 Error javadoc JavadocMethod Expected @param tag for 'strategy'. 160
 Info misc FinalParameters Parameter m should be final. 160
 Error javadoc JavadocMethod Expected @param tag for 'm'. 160
 Info misc FinalParameters Parameter senderID should be final. 161
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 161
 Error javadoc JavadocType Missing a Javadoc comment. 166
 Info modifier RedundantModifier Redundant 'public' modifier. 178
 Error javadoc JavadocMethod Missing a Javadoc comment. 182
 Info modifier RedundantModifier Redundant 'public' modifier. 182
 Info misc FinalParameters Parameter dialogID should be final. 182
 Info misc FinalParameters Parameter callerID should be final. 182
 Error javadoc JavadocMethod Missing a Javadoc comment. 189
 Info modifier RedundantModifier Redundant 'public' modifier. 189
 Info misc FinalParameters Parameter dialogID should be final. 189
 Info misc FinalParameters Parameter callerID should be final. 189
 Info misc FinalParameters Parameter data should be final. 189
 Error javadoc JavadocStyle First sentence should end with a period. 197
 Info misc FinalParameters Parameter strategy should be final. 199
 Info misc FinalParameters Parameter m should be final. 199
 Info misc FinalParameters Parameter senderID should be final. 200
 Error javadoc JavadocStyle First sentence should end with a period. 207
 Info misc FinalParameters Parameter strategy should be final. 209
 Info misc FinalParameters Parameter m should be final. 209
 Info misc FinalParameters Parameter senderID should be final. 210
 Error javadoc JavadocType Missing a Javadoc comment. 216
 Error javadoc JavadocStyle First sentence should end with a period. 218
 Error javadoc JavadocMethod Expected an @return tag. 219
 Info misc FinalParameters Parameter classURI should be final. 219
 Error javadoc JavadocMethod Expected @param tag for 'classURI'. 219
 Info misc FinalParameters Parameter instanceURI should be final. 219
 Error javadoc JavadocMethod Expected @param tag for 'instanceURI'. 219
 Info misc FinalParameters Parameter factoryIndex should be final. 220
 Error javadoc JavadocMethod Expected @param tag for 'factoryIndex'. 220
 Warning coding MagicNumber '3' is a magic number. 228
 Error javadoc JavadocType Missing a Javadoc comment. 237
 Error javadoc JavadocVariable Missing a Javadoc comment. 239
 Info modifier RedundantModifier Redundant 'public' modifier. 244
 Info misc FinalParameters Parameter ontURI should be final. 244
 Error javadoc JavadocMethod Expected @param tag for 'ontURI'. 244
 Error javadoc JavadocStyle First sentence should end with a period. 248
 Warning coding MagicNumber '3' is a magic number. 254
 Error javadoc JavadocVariable Missing a Javadoc comment. 268
 Info misc FinalParameters Parameter commModule should be final. 274
 Error javadoc JavadocMethod Expected @param tag for 'commModule'. 274
 Info misc FinalParameters Parameter name should be final. 274
 Error javadoc JavadocMethod Expected @param tag for 'name'. 274
 Error javadoc JavadocStyle First sentence should end with a period. 278
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 279
 Info misc FinalParameters Parameter commModule should be final. 290
 Error javadoc JavadocMethod Expected @param tag for 'commModule'. 290
 Error javadoc JavadocMethod Missing a Javadoc comment. 294
 Info misc FinalParameters Parameter dm should be final. 294
 Info regexp RegexpSingleline Line has trailing spaces. 310
 Error design DesignForExtension Method 'resumeDialog' is not designed for extension - needs to be abstract, final or empty. 316
 Info misc FinalParameters Parameter dialogID should be final. 316
 Info misc FinalParameters Parameter dialogData should be final. 316
 Warning blocks EmptyBlock Must have at least one statement. 323
 Error design DesignForExtension Method 'dialogSuspended' is not designed for extension - needs to be abstract, final or empty. 334
 Error javadoc JavadocMethod Missing a Javadoc comment. 334
 Info misc FinalParameters Parameter dm should be final. 334
 Info misc FinalParameters Parameter dialogID should be final. 334
 Warning blocks NeedBraces 'if' construct must use '{}'s. 335
 Info regexp RegexpSingleline Line has trailing spaces. 345
 Error design DesignForExtension Method 'suspendDialog' is not designed for extension - needs to be abstract, final or empty. 349
 Info misc FinalParameters Parameter dialogID should be final. 349
 Info regexp RegexpSingleline Line has trailing spaces. 364
 Info regexp RegexpSingleline Line has trailing spaces. 370
 Error design DesignForExtension Method 'abortDialog' is not designed for extension - needs to be abstract, final or empty. 376
 Info misc FinalParameters Parameter requester should be final. 376
 Info misc FinalParameters Parameter dialogID should be final. 376
 Error javadoc JavadocMethod Missing a Javadoc comment. 388
 Info misc FinalParameters Parameter message should be final. 388
 Info misc FinalParameters Parameter senderID should be final. 388
 Info sizes LineLength Line is longer than 80 characters (found 110). 413
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 413
 Info sizes LineLength Line is longer than 80 characters (found 83). 433
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 433
 Info sizes LineLength Line is longer than 80 characters (found 85). 436
 Info sizes LineLength Line is longer than 80 characters (found 101). 444
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 444
 Error javadoc JavadocMethod Missing a Javadoc comment. 449
 Info misc FinalParameters Parameter dialogID should be final. 449
 Info misc FinalParameters Parameter callerID should be final. 449
 Error javadoc JavadocMethod Missing a Javadoc comment. 463
 Info misc FinalParameters Parameter dialogID should be final. 463
 Info misc FinalParameters Parameter callerID should be final. 463
 Info misc FinalParameters Parameter callerID should be final. 478
 Error javadoc JavadocMethod Expected @param tag for 'callerID'. 478
 Info misc FinalParameters Parameter dialogID should be final. 478
 Error javadoc JavadocMethod Expected @param tag for 'dialogID'. 478
 Info misc FinalParameters Parameter data should be final. 478
 Error javadoc JavadocMethod Expected @param tag for 'data'. 478
 Warning blocks NeedBraces 'if' construct must use '{}'s. 479
 Error javadoc JavadocStyle First sentence should end with a period. 490
 Error design DesignForExtension Method 'notifyCallerDialogSubmitted' is not designed for extension - needs to be abstract, final or empty. 491
 Info misc FinalParameters Parameter response should be final. 491
 Error javadoc JavadocMethod Expected @param tag for 'response'. 491
 Error javadoc JavadocStyle First sentence should end with a period. 509
 Error design DesignForExtension Method 'close' is not designed for extension - needs to be abstract, final or empty. 510
 Info regexp RegexpSingleline Line has trailing spaces. 521
 Error design DesignForExtension Method 'abortAllPendingRequestsFor' is not designed for extension - needs to be abstract, final or empty. 524
 Info misc FinalParameters Parameter caller should be final. 524
 Error javadoc JavadocMethod Expected @param tag for 'caller'. 524
 Error javadoc JavadocStyle First sentence should end with a period. 532
 Error design DesignForExtension Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. 533
 Info misc FinalParameters Parameter peer should be final. 533
 Error javadoc JavadocMethod Expected @param tag for 'peer'. 533
 Error javadoc JavadocStyle First sentence should end with a period. 547
 Error design DesignForExtension Method 'lostCoordinator' is not designed for extension - needs to be abstract, final or empty. 551

org/universAAL/middleware/ui/impl/UIStrategyCoordinatorMng.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info sizes LineLength Line is longer than 80 characters (found 83). 23
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info sizes LineLength Line is longer than 80 characters (found 81). 33
 Error javadoc JavadocStyle First sentence should end with a period. 35
 Error design VisibilityModifier Variable 'dialogManager' must be private and have accessor methods. 38
 Info sizes LineLength Line is longer than 80 characters (found 82). 44
 Info misc FinalParameters Parameter commModule should be final. 44
 Error javadoc JavadocMethod Expected @param tag for 'commModule'. 44
 Info misc FinalParameters Parameter name should be final. 44
 Error javadoc JavadocMethod Expected @param tag for 'name'. 44
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 45
 Info misc FinalParameters Parameter commModule should be final. 51
 Error javadoc JavadocMethod Expected @param tag for 'commModule'. 51
 Error design DesignForExtension Method 'setDialogManager' is not designed for extension - needs to be abstract, final or empty. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 55
 Info misc FinalParameters Parameter dm should be final. 55

org/universAAL/middleware/ui/impl/UIStrategyHandler.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info imports UnusedImports Unused import - org.universAAL.middleware.ui.rdf.Form. 48
 Error javadoc JavadocStyle Extra HTML tag found: </center> <br> 54
 Info regexp RegexpSingleline Line has trailing spaces. 68
 Info regexp RegexpSingleline Line has trailing spaces. 70
 Info sizes LineLength Line is longer than 80 characters (found 107). 77
 Error javadoc JavadocType Missing a Javadoc comment. 79
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Info sizes LineLength Line is longer than 80 characters (found 85). 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 85
 Info regexp RegexpSingleline Line has trailing spaces. 89
 Info modifier RedundantModifier Redundant 'public' modifier. 91
 Error javadoc JavadocMethod Missing a Javadoc comment. 95
 Info modifier RedundantModifier Redundant 'public' modifier. 95
 Info misc FinalParameters Parameter handlerID should be final. 95
 Info misc FinalParameters Parameter user should be final. 95
 Info misc FinalParameters Parameter location should be final. 96
 Error javadoc JavadocStyle First sentence should end with a period. 105
 Info misc FinalParameters Parameter strategy should be final. 106
 Error javadoc JavadocMethod Expected @param tag for 'strategy'. 106
 Info misc FinalParameters Parameter m should be final. 106
 Error javadoc JavadocMethod Expected @param tag for 'm'. 106
 Info misc FinalParameters Parameter senderID should be final. 107
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 107
 Info sizes LineLength Line is longer than 80 characters (found 81). 109
 Error javadoc JavadocType Missing a Javadoc comment. 115
 Info regexp RegexpSingleline Line has trailing spaces. 124
 Info modifier RedundantModifier Redundant 'public' modifier. 126
 Error javadoc JavadocMethod Missing a Javadoc comment. 130
 Info modifier RedundantModifier Redundant 'public' modifier. 130
 Info misc FinalParameters Parameter handlerID should be final. 130
 Info misc FinalParameters Parameter input should be final. 130
 Error javadoc JavadocStyle First sentence should end with a period. 136
 Info misc FinalParameters Parameter strategy should be final. 137
 Error javadoc JavadocMethod Expected @param tag for 'strategy'. 137
 Info misc FinalParameters Parameter m should be final. 137
 Error javadoc JavadocMethod Expected @param tag for 'm'. 137
 Info misc FinalParameters Parameter senderID should be final. 138
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 138
 Error javadoc JavadocType Missing a Javadoc comment. 144
 Error javadoc JavadocVariable Missing a Javadoc comment. 147
 Info regexp RegexpSingleline Line has trailing spaces. 151
 Info modifier RedundantModifier Redundant 'public' modifier. 153
 Error javadoc JavadocMethod Missing a Javadoc comment. 157
 Info modifier RedundantModifier Redundant 'public' modifier. 157
 Info misc FinalParameters Parameter handlerID should be final. 157
 Info misc FinalParameters Parameter req should be final. 157
 Error javadoc JavadocMethod Missing a Javadoc comment. 163
 Info modifier RedundantModifier Redundant 'public' modifier. 163
 Info misc FinalParameters Parameter handlerID should be final. 163
 Info misc FinalParameters Parameter req should be final. 163
 Info misc FinalParameters Parameter propChange should be final. 164
 Error javadoc JavadocStyle First sentence should end with a period. 169
 Info misc FinalParameters Parameter strategy should be final. 170
 Error javadoc JavadocMethod Expected @param tag for 'strategy'. 170
 Info misc FinalParameters Parameter m should be final. 170
 Error javadoc JavadocMethod Expected @param tag for 'm'. 170
 Info misc FinalParameters Parameter senderID should be final. 171
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 171
 Error javadoc JavadocType Missing a Javadoc comment. 183
 Info sizes LineLength Line is longer than 80 characters (found 88). 196
 Error javadoc JavadocMethod Missing a Javadoc comment. 199
 Info modifier RedundantModifier Redundant 'public' modifier. 199
 Info regexp RegexpSingleline Line has trailing spaces. 204
 Info modifier RedundantModifier Redundant 'public' modifier. 206
 Info misc FinalParameters Parameter dialogID should be final. 206
 Error javadoc JavadocMethod Expected @param tag for 'dialogID'. 206
 Info misc FinalParameters Parameter handlerID should be final. 206
 Error javadoc JavadocMethod Expected @param tag for 'handlerID'. 206
 Error javadoc JavadocStyle First sentence should end with a period. 212
 Info misc FinalParameters Parameter strategy should be final. 213
 Error javadoc JavadocMethod Expected @param tag for 'strategy'. 213
 Info misc FinalParameters Parameter m should be final. 213
 Error javadoc JavadocMethod Expected @param tag for 'm'. 213
 Info misc FinalParameters Parameter senderID should be final. 214
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 214
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 219
 Error javadoc JavadocStyle First sentence should end with a period. 225
 Info misc FinalParameters Parameter strategy should be final. 226
 Error javadoc JavadocMethod Expected @param tag for 'strategy'. 226
 Info misc FinalParameters Parameter m should be final. 226
 Error javadoc JavadocMethod Expected @param tag for 'm'. 226
 Info misc FinalParameters Parameter senderID should be final. 227
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 227
 Error javadoc JavadocType Missing a Javadoc comment. 232
 Error javadoc JavadocStyle First sentence should end with a period. 234
 Error javadoc JavadocMethod Expected an @return tag. 235
 Info misc FinalParameters Parameter classURI should be final. 235
 Error javadoc JavadocMethod Expected @param tag for 'classURI'. 235
 Info misc FinalParameters Parameter instanceURI should be final. 235
 Error javadoc JavadocMethod Expected @param tag for 'instanceURI'. 235
 Info misc FinalParameters Parameter factoryIndex should be final. 236
 Error javadoc JavadocMethod Expected @param tag for 'factoryIndex'. 236
 Warning coding MagicNumber '3' is a magic number. 244
 Error javadoc JavadocType Missing a Javadoc comment. 254
 Error javadoc JavadocVariable Missing a Javadoc comment. 256
 Info modifier RedundantModifier Redundant 'public' modifier. 261
 Info misc FinalParameters Parameter ontURI should be final. 261
 Error javadoc JavadocMethod Expected @param tag for 'ontURI'. 261
 Error javadoc JavadocStyle First sentence should end with a period. 265
 Warning coding MagicNumber '3' is a magic number. 270
 Error design VisibilityModifier Variable 'lastUsedHandler' must be private and have accessor methods. 278
 Error design VisibilityModifier Variable 'runningDialogs' must be private and have accessor methods. 284
 Error javadoc JavadocVariable Missing a Javadoc comment. 286
 Info misc FinalParameters Parameter commModule should be final. 292
 Error javadoc JavadocMethod Expected @param tag for 'commModule'. 292
 Info misc FinalParameters Parameter name should be final. 292
 Error javadoc JavadocMethod Expected @param tag for 'name'. 292
 Error javadoc JavadocStyle First sentence should end with a period. 296
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 297
 Info misc FinalParameters Parameter commModule should be final. 307
 Error javadoc JavadocMethod Expected @param tag for 'commModule'. 307
 Error javadoc JavadocStyle First sentence should end with a period. 311
 Error javadoc JavadocMethod Expected an @return tag. 312
 Error design DesignForExtension Method 'setDialogManager' is not designed for extension - needs to be abstract, final or empty. 312
 Info misc FinalParameters Parameter dm should be final. 312
 Error javadoc JavadocMethod Expected @param tag for 'dm'. 312
 Info regexp RegexpSingleline Line has trailing spaces. 324
 Info regexp RegexpSingleline Line has trailing spaces. 327
 Error design DesignForExtension Method 'adaptationParametersChanged' is not designed for extension - needs to be abstract, final or empty. 335
 Info misc FinalParameters Parameter dm should be final. 335
 Info misc FinalParameters Parameter uiRequest should be final. 335
 Info misc FinalParameters Parameter changedProp should be final. 336
 Info sizes LineLength Line is longer than 80 characters (found 82). 363
 Info sizes LineLength Line is longer than 80 characters (found 105). 371
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 371
 Info sizes LineLength Line is longer than 80 characters (found 97). 372
 Info sizes LineLength Line is longer than 80 characters (found 98). 390
 Error design DesignForExtension Method 'cutDialog' is not designed for extension - needs to be abstract, final or empty. 428
 Error javadoc JavadocMethod Missing a Javadoc comment. 428
 Info misc FinalParameters Parameter handlerID should be final. 428
 Info misc FinalParameters Parameter dialogID should be final. 428
 Warning blocks NeedBraces 'if' construct must use '{}'s. 429
 Error design DesignForExtension Method 'dialogFinished' is not designed for extension - needs to be abstract, final or empty. 462
 Error javadoc JavadocMethod Missing a Javadoc comment. 462
 Info sizes LineLength Line is longer than 80 characters (found 109). 468
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 468
 Info regexp RegexpSingleline Line has trailing spaces. 485
 Info sizes LineLength Line is longer than 80 characters (found 83). 491
 Error design DesignForExtension Method 'userLoggedIn' is not designed for extension - needs to be abstract, final or empty. 491
 Info misc FinalParameters Parameter handlerID should be final. 491
 Error javadoc JavadocMethod Expected @param tag for 'handlerID'. 491
 Info misc FinalParameters Parameter user should be final. 491
 Info misc FinalParameters Parameter loginLocation should be final. 491
 Error javadoc JavadocMethod Expected an @return tag. 504
 Info misc FinalParameters Parameter uiRequest should be final. 504
 Error javadoc JavadocMethod Expected @param tag for 'uiRequest'. 504
 Info sizes LineLength Line is longer than 80 characters (found 125). 516
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 516
 Info sizes LineLength Line is longer than 80 characters (found 92). 525
 Info sizes LineLength Line is longer than 80 characters (found 83). 526
 Info sizes LineLength Line is longer than 80 characters (found 84). 530
 Info sizes LineLength Line is longer than 80 characters (found 88). 531
 Info sizes LineLength Line is longer than 80 characters (found 86). 535
 Info sizes LineLength Line is longer than 80 characters (found 92). 538
 Info sizes LineLength Line is longer than 80 characters (found 81). 548
 Info sizes LineLength Line is longer than 80 characters (found 99). 550
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 562
 Info sizes LineLength Line is longer than 80 characters (found 94). 566
 Error javadoc JavadocStyle First sentence should end with a period. 571
 Info regexp RegexpSingleline Line has trailing spaces. 572
 Info regexp RegexpSingleline Line has trailing spaces. 574
 Warning naming MethodName Name 'notifyHandler_apChanged' must match pattern '^[a-z][a-zA-Z0-9]*$'. 582
 Info misc FinalParameters Parameter handlerID should be final. 582
 Info misc FinalParameters Parameter request should be final. 582
 Info misc FinalParameters Parameter changedProp should be final. 583
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 588
 Warning blocks NeedBraces 'else' construct must use '{}'s. 600
 Info sizes LineLength Line is longer than 80 characters (found 115). 606
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 606
 Info regexp RegexpSingleline Line has trailing spaces. 611
 Info regexp RegexpSingleline Line has trailing spaces. 614
 Warning naming MethodName Name 'notifyHandler_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. 620
 Info misc FinalParameters Parameter handlerID should be final. 620
 Info misc FinalParameters Parameter request should be final. 620
 Warning blocks NeedBraces 'if' construct must use '{}'s. 621
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 628
 Warning blocks NeedBraces 'else' construct must use '{}'s. 635
 Info sizes LineLength Line is longer than 80 characters (found 102). 641
 Error javadoc JavadocType Missing a Javadoc comment. 645
 Error javadoc JavadocVariable Missing a Javadoc comment. 647
 Error javadoc JavadocVariable Missing a Javadoc comment. 648
 Info modifier RedundantModifier Redundant 'public' modifier. 655
 Info misc FinalParameters Parameter handlerId should be final. 655
 Warning coding HiddenField 'handlerId' hides a field. 655
 Error javadoc JavadocMethod Expected @param tag for 'handlerId'. 655
 Info misc FinalParameters Parameter resp should be final. 655
 Error javadoc JavadocMethod Expected @param tag for 'resp'. 655
 Error javadoc JavadocStyle First sentence should end with a period. 661
 Info regexp RegexpSingleline Line has trailing spaces. 692
 Error javadoc JavadocMethod Expected @param tag for 'response'. 695
 Error javadoc JavadocStyle First sentence should end with a period. 697
 Error design DesignForExtension Method 'close' is not designed for extension - needs to be abstract, final or empty. 698
 Error javadoc JavadocStyle First sentence should end with a period. 704
 Error design DesignForExtension Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. 705
 Info misc FinalParameters Parameter peer should be final. 705
 Error javadoc JavadocMethod Expected @param tag for 'peer'. 705
 Info regexp RegexpSingleline Line has trailing spaces. 739
 Info regexp RegexpSingleline Line has trailing spaces. 741
 Error javadoc JavadocStyle First sentence should end with a period. 745
 Error design DesignForExtension Method 'lostCoordinator' is not designed for extension - needs to be abstract, final or empty. 767

org/universAAL/middleware/ui/impl/generic/CallBasedStrategy.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info imports UnusedImports Unused import - org.universAAL.middleware.bus.model.BusStrategy. 24
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error design VisibilityModifier Variable 'output' must be private and have accessor methods. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error design VisibilityModifier Variable 'returned' must be private and have accessor methods. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error design VisibilityModifier Variable 'purged' must be private and have accessor methods. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Info misc FinalParameters Parameter o should be final. 51
 Info misc FinalParameters Parameter commModule should be final. 69
 Error javadoc JavadocMethod Expected @param tag for 'commModule'. 69
 Info misc FinalParameters Parameter name should be final. 69
 Error javadoc JavadocMethod Expected @param tag for 'name'. 69
 Info misc FinalParameters Parameter commModule should be final. 79
 Error javadoc JavadocMethod Expected @param tag for 'commModule'. 79
 Error javadoc JavadocStyle First sentence should end with a period. 83
 Error design DesignForExtension Method 'handle' is not designed for extension - needs to be abstract, final or empty. 84
 Info misc FinalParameters Parameter m should be final. 84
 Error javadoc JavadocMethod Expected @param tag for 'm'. 84
 Info misc FinalParameters Parameter senderID should be final. 84
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 84
 Info regexp RegexpSingleline Line has trailing spaces. 105
 Error design DesignForExtension Method 'placeSynchronousRequest' is not designed for extension - needs to be abstract, final or empty. 114
 Info misc FinalParameters Parameter memberID should be final. 114
 Info misc FinalParameters Parameter callMessage should be final. 115
 Info sizes LineLength Line is longer than 80 characters (found 81). 119
 Info regexp RegexpSingleline Line has trailing spaces. 147
 Error design DesignForExtension Method 'placeAsynchronousRequest' is not designed for extension - needs to be abstract, final or empty. 151
 Info misc FinalParameters Parameter memberID should be final. 151
 Error javadoc JavadocMethod Expected @param tag for 'memberID'. 151
 Info misc FinalParameters Parameter callMessage should be final. 152
 Error javadoc JavadocMethod Expected @param tag for 'callMessage'. 152
 Info sizes LineLength Line is longer than 80 characters (found 81). 154
 Info regexp RegexpSingleline Line has trailing spaces. 165
 Error javadoc JavadocMethod Unused @param tag for 'memberID'. 166
 Error design DesignForExtension Method 'placeSynchronousRequest' is not designed for extension - needs to be abstract, final or empty. 174
 Info misc FinalParameters Parameter peer should be final. 174
 Error javadoc JavadocMethod Expected @param tag for 'peer'. 174
 Info misc FinalParameters Parameter callMessage should be final. 175
 Info sizes LineLength Line is longer than 80 characters (found 81). 179
 Info regexp RegexpSingleline Line has trailing spaces. 207
 Error design DesignForExtension Method 'placeAsynchronousRequest' is not designed for extension - needs to be abstract, final or empty. 211
 Info misc FinalParameters Parameter peer should be final. 211
 Error javadoc JavadocMethod Expected @param tag for 'peer'. 211
 Info misc FinalParameters Parameter callMessage should be final. 212
 Error javadoc JavadocMethod Expected @param tag for 'callMessage'. 212
 Info sizes LineLength Line is longer than 80 characters (found 81). 214
 Info regexp RegexpSingleline Line has trailing spaces. 223
 Error design DesignForExtension Method 'abortCall' is not designed for extension - needs to be abstract, final or empty. 227
 Info misc FinalParameters Parameter msgId should be final. 227
 Error javadoc JavadocStyle First sentence should end with a period. 237
 Error design DesignForExtension Method 'abortAll' is not designed for extension - needs to be abstract, final or empty. 240
 Info regexp RegexpSingleline Line has trailing spaces. 250
 Error design DesignForExtension Method 'sendSynchronousResponse' is not designed for extension - needs to be abstract, final or empty. 254
 Info misc FinalParameters Parameter original should be final. 254
 Error javadoc JavadocMethod Expected @param tag for 'original'. 254
 Info misc FinalParameters Parameter resp should be final. 254
 Error javadoc JavadocMethod Expected @param tag for 'resp'. 254
 Error design DesignForExtension Method 'sendAsynchronousResponse' is not designed for extension - needs to be abstract, final or empty. 258
 Error javadoc JavadocMethod Missing a Javadoc comment. 258
 Info misc FinalParameters Parameter peer should be final. 258
 Info misc FinalParameters Parameter response should be final. 259
 Error design DesignForExtension Method 'sendAsynchronousResponse' is not designed for extension - needs to be abstract, final or empty. 265
 Error javadoc JavadocMethod Missing a Javadoc comment. 265
 Info misc FinalParameters Parameter memberID should be final. 265
 Info misc FinalParameters Parameter response should be final. 266

org/universAAL/middleware/ui/impl/generic/CallMessage.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Error javadoc JavadocType Type Javadoc comment is missing an @param <Strategy> tag. 28
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 29
 Error javadoc JavadocStyle First sentence should end with a period. 31
 Error design DesignForExtension Method 'onReceived' is not designed for extension - needs to be abstract, final or empty. 32
 Info misc FinalParameters Parameter strategy should be final. 32
 Error javadoc JavadocMethod Expected @param tag for 'strategy'. 32
 Info misc FinalParameters Parameter m should be final. 32
 Error javadoc JavadocMethod Expected @param tag for 'm'. 32
 Info misc FinalParameters Parameter senderID should be final. 32
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 32
 Error javadoc JavadocMethod Expected @param tag for 'strategy'. 47
 Error javadoc JavadocMethod Expected @param tag for 'm'. 47
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 48
 Error javadoc JavadocMethod Expected @param tag for 'strategy'. 55
 Error javadoc JavadocMethod Expected @param tag for 'm'. 55
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 56

org/universAAL/middleware/ui/impl/generic/CoordinatedRegistrationManagement.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Error javadoc JavadocStyle Extra HTML tag found: </center> 45
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Error javadoc JavadocStyle First sentence should end with a period. 52
 Info sizes LineLength Line is longer than 80 characters (found 93). 55
 Warning naming ConstantName Name 'PROP_uAAL_REGISTRATION_ID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 55
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 56
 Error javadoc JavadocStyle First sentence should end with a period. 58
 Info sizes LineLength Line is longer than 80 characters (found 90). 61
 Warning naming ConstantName Name 'PROP_uAAL_REGISTRATION' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 61
 Error javadoc JavadocType Missing a Javadoc comment. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Info modifier RedundantModifier Redundant 'public' modifier. 70
 Info misc FinalParameters Parameter regID should be final. 70
 Info misc FinalParameters Parameter reg should be final. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 80
 Info modifier RedundantModifier Redundant 'public' modifier. 80
 Error javadoc JavadocStyle First sentence should end with a period. 84
 Info misc FinalParameters Parameter strategy should be final. 85
 Error javadoc JavadocMethod Expected @param tag for 'strategy'. 85
 Info misc FinalParameters Parameter m should be final. 86
 Error javadoc JavadocMethod Expected @param tag for 'm'. 86
 Info misc FinalParameters Parameter senderID should be final. 86
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 86
 Info sizes LineLength Line is longer than 80 characters (found 102). 88
 Info sizes LineLength Line is longer than 80 characters (found 110). 89
 Error javadoc JavadocType Missing a Javadoc comment. 94
 Error javadoc JavadocVariable Missing a Javadoc comment. 97
 Error javadoc JavadocMethod Missing a Javadoc comment. 100
 Info modifier RedundantModifier Redundant 'public' modifier. 100
 Info misc FinalParameters Parameter regID should be final. 100
 Error javadoc JavadocMethod Missing a Javadoc comment. 107
 Info modifier RedundantModifier Redundant 'public' modifier. 107
 Error javadoc JavadocStyle First sentence should end with a period. 111
 Info misc FinalParameters Parameter strategy should be final. 112
 Error javadoc JavadocMethod Expected @param tag for 'strategy'. 112
 Info misc FinalParameters Parameter m should be final. 113
 Error javadoc JavadocMethod Expected @param tag for 'm'. 113
 Info misc FinalParameters Parameter senderID should be final. 113
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 113
 Info sizes LineLength Line is longer than 80 characters (found 121). 114
 Error javadoc JavadocType Missing a Javadoc comment. 118
 Error javadoc JavadocVariable Missing a Javadoc comment. 121
 Info sizes LineLength Line is longer than 80 characters (found 82). 124
 Error javadoc JavadocMethod Missing a Javadoc comment. 124
 Info modifier RedundantModifier Redundant 'public' modifier. 124
 Info misc FinalParameters Parameter regID should be final. 124
 Info misc FinalParameters Parameter filter should be final. 124
 Error javadoc JavadocMethod Missing a Javadoc comment. 134
 Info modifier RedundantModifier Redundant 'public' modifier. 134
 Error javadoc JavadocStyle First sentence should end with a period. 138
 Info misc FinalParameters Parameter strategy should be final. 139
 Error javadoc JavadocMethod Expected @param tag for 'strategy'. 139
 Info misc FinalParameters Parameter m should be final. 140
 Error javadoc JavadocMethod Expected @param tag for 'm'. 140
 Info misc FinalParameters Parameter senderID should be final. 140
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 140
 Info sizes LineLength Line is longer than 80 characters (found 102). 142
 Info sizes LineLength Line is longer than 80 characters (found 103). 143
 Error javadoc JavadocType Missing a Javadoc comment. 147
 Error javadoc JavadocStyle First sentence should end with a period. 149
 Error javadoc JavadocMethod Expected an @return tag. 150
 Info misc FinalParameters Parameter classURI should be final. 150
 Error javadoc JavadocMethod Expected @param tag for 'classURI'. 150
 Info misc FinalParameters Parameter instanceURI should be final. 150
 Error javadoc JavadocMethod Expected @param tag for 'instanceURI'. 150
 Info misc FinalParameters Parameter factoryIndex should be final. 151
 Error javadoc JavadocMethod Expected @param tag for 'factoryIndex'. 151
 Error javadoc JavadocType Missing a Javadoc comment. 167
 Error javadoc JavadocVariable Missing a Javadoc comment. 169
 Info modifier RedundantModifier Redundant 'public' modifier. 174
 Info misc FinalParameters Parameter ontURI should be final. 174
 Error javadoc JavadocMethod Expected @param tag for 'ontURI'. 174
 Error javadoc JavadocStyle First sentence should end with a period. 179
 Error javadoc JavadocVariable Missing a Javadoc comment. 190
 Error javadoc JavadocVariable Missing a Javadoc comment. 192
 Info misc FinalParameters Parameter commModule should be final. 198
 Error javadoc JavadocMethod Expected @param tag for 'commModule'. 198
 Info misc FinalParameters Parameter name should be final. 199
 Error javadoc JavadocMethod Expected @param tag for 'name'. 199
 Error javadoc JavadocStyle First sentence should end with a period. 203
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 204
 Error javadoc JavadocMethod Missing a Javadoc comment. 211
 Info misc FinalParameters Parameter commModule should be final. 221
 Error javadoc JavadocMethod Expected @param tag for 'commModule'. 221
 Error javadoc JavadocMethod Missing a Javadoc comment. 225
 Info misc FinalParameters Parameter id should be final. 225
 Info misc FinalParameters Parameter registration should be final. 225
 Warning blocks NeedBraces 'if' construct must use '{}'s. 226
 Error javadoc JavadocMethod Missing a Javadoc comment. 238
 Info misc FinalParameters Parameter id should be final. 238
 Warning blocks NeedBraces 'if' construct must use '{}'s. 239
 Info sizes LineLength Line is longer than 80 characters (found 82). 243
 Error javadoc JavadocMethod Missing a Javadoc comment. 258
 Info misc FinalParameters Parameter id should be final. 258
 Info misc FinalParameters Parameter filter should be final. 258
 Info sizes LineLength Line is longer than 80 characters (found 82). 264
 Error javadoc JavadocMethod Missing a Javadoc comment. 279
 Error javadoc JavadocMethod Missing a Javadoc comment. 283
 Info misc FinalParameters Parameter res should be final. 283
 Error javadoc JavadocMethod Missing a Javadoc comment. 287
 Info misc FinalParameters Parameter id should be final. 287
 Error javadoc JavadocMethod Missing a Javadoc comment. 291
 Error javadoc JavadocStyle First sentence should end with a period. 295
 Error design DesignForExtension Method 'close' is not designed for extension - needs to be abstract, final or empty. 296

org/universAAL/middleware/ui/impl/generic/CoordinatedStrategy.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Error javadoc JavadocStyle Extra HTML tag found: </center> The strategy subscribes to the 51
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Info regexp RegexpSingleline Line has trailing spaces. 60
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 63
 Info regexp RegexpSingleline Line has trailing spaces. 66
 Info sizes LineLength Line is longer than 80 characters (found 106). 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Warning naming ConstantName Name 'TYPE_uAAL_UI_BUS_COORDINATOR_BROADCAST' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 70
 Info sizes LineLength Line is longer than 80 characters (found 104). 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Warning naming ConstantName Name 'TYPE_uAAL_UI_BUS_COORDINATOR_REQUEST' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 73
 Info sizes LineLength Line is longer than 80 characters (found 103). 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Warning naming ConstantName Name 'TYPE_uAAL_UI_BUS_COORDINATOR_RESIGN' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 76
 Error javadoc JavadocType Missing a Javadoc comment. 79
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Info modifier RedundantModifier Redundant 'public' modifier. 82
 Error javadoc JavadocStyle First sentence should end with a period. 86
 Info misc FinalParameters Parameter strategy should be final. 87
 Error javadoc JavadocMethod Expected @param tag for 'strategy'. 87
 Info misc FinalParameters Parameter m should be final. 87
 Error javadoc JavadocMethod Expected @param tag for 'm'. 87
 Info misc FinalParameters Parameter senderID should be final. 88
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 88
 Warning coding MagicNumber '50' is a magic number. 99
 Warning coding MagicNumber '950' is a magic number. 99
 Warning blocks NeedBraces 'if' construct must use '{}'s. 100
 Warning coding MagicNumber '50' is a magic number. 100
 Warning coding MagicNumber '50' is a magic number. 101
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 101
 Info sizes LineLength Line is longer than 80 characters (found 88). 110
 Error javadoc JavadocType Missing a Javadoc comment. 122
 Error javadoc JavadocMethod Missing a Javadoc comment. 125
 Info modifier RedundantModifier Redundant 'public' modifier. 125
 Error javadoc JavadocStyle First sentence should end with a period. 129
 Info misc FinalParameters Parameter strategy should be final. 130
 Error javadoc JavadocMethod Expected @param tag for 'strategy'. 130
 Info misc FinalParameters Parameter m should be final. 130
 Error javadoc JavadocMethod Expected @param tag for 'm'. 130
 Info misc FinalParameters Parameter senderID should be final. 131
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 131
 Error javadoc JavadocType Missing a Javadoc comment. 138
 Error javadoc JavadocMethod Missing a Javadoc comment. 141
 Info modifier RedundantModifier Redundant 'public' modifier. 141
 Error javadoc JavadocStyle First sentence should end with a period. 145
 Info misc FinalParameters Parameter strategy should be final. 146
 Error javadoc JavadocMethod Expected @param tag for 'strategy'. 146
 Info misc FinalParameters Parameter m should be final. 146
 Error javadoc JavadocMethod Expected @param tag for 'm'. 146
 Info misc FinalParameters Parameter senderID should be final. 147
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 147
 Error javadoc JavadocType Missing a Javadoc comment. 154
 Error javadoc JavadocStyle First sentence should end with a period. 156
 Error javadoc JavadocMethod Expected an @return tag. 157
 Info misc FinalParameters Parameter classURI should be final. 157
 Error javadoc JavadocMethod Expected @param tag for 'classURI'. 157
 Info misc FinalParameters Parameter instanceURI should be final. 157
 Error javadoc JavadocMethod Expected @param tag for 'instanceURI'. 157
 Info misc FinalParameters Parameter factoryIndex should be final. 158
 Error javadoc JavadocMethod Expected @param tag for 'factoryIndex'. 158
 Error javadoc JavadocType Missing a Javadoc comment. 174
 Error javadoc JavadocVariable Missing a Javadoc comment. 175
 Info modifier RedundantModifier Redundant 'public' modifier. 180
 Info misc FinalParameters Parameter ontURI should be final. 180
 Error javadoc JavadocMethod Expected @param tag for 'ontURI'. 180
 Error javadoc JavadocStyle First sentence should end with a period. 185
 Info regexp RegexpSingleline Line has trailing spaces. 198
 Info regexp RegexpSingleline Line has trailing spaces. 204
 Error javadoc JavadocVariable Missing a Javadoc comment. 207
 Error design VisibilityModifier Variable 'existingCoordinator' must be private and have accessor methods. 207
 Error design DesignForExtension Method 'getExistingCoordinator' is not designed for extension - needs to be abstract, final or empty. 212
 Error design DesignForExtension Method 'setExistingCoordinator' is not designed for extension - needs to be abstract, final or empty. 220
 Info misc FinalParameters Parameter existingCoordinator should be final. 220
 Warning coding HiddenField 'existingCoordinator' hides a field. 220
 Error javadoc JavadocVariable Missing a Javadoc comment. 226
 Info modifier RedundantModifier Redundant 'final' modifier. 232
 Info misc FinalParameters Parameter coordinatorPeer should be final. 232
 Warning coding HiddenField 'coordinatorPeer' hides a field. 232
 Error javadoc JavadocVariable Missing a Javadoc comment. 246
 Info misc FinalParameters Parameter commModule should be final. 251
 Error javadoc JavadocMethod Expected @param tag for 'commModule'. 251
 Info misc FinalParameters Parameter commModule should be final. 259
 Error javadoc JavadocMethod Expected @param tag for 'commModule'. 259
 Info misc FinalParameters Parameter name should be final. 259
 Error javadoc JavadocMethod Expected @param tag for 'name'. 259
 Error javadoc JavadocStyle First sentence should end with a period. 263
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 264
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 271
 Error javadoc JavadocMethod Missing a Javadoc comment. 276
 Info regexp RegexpSingleline Line has trailing spaces. 283
 Error javadoc JavadocMethod Expected @throws tag for 'CoordinatorAlreadyExistsException'. 287
 Info sizes LineLength Line is longer than 80 characters (found 91). 289
 Info sizes LineLength Line is longer than 80 characters (found 91). 298
 Info regexp RegexpSingleline Line has trailing spaces. 310
 Info sizes LineLength Line is longer than 80 characters (found 91). 317
 Error javadoc JavadocMethod Missing a Javadoc comment. 327
 Error javadoc JavadocStyle First sentence should end with a period. 347
 Info misc FinalParameters Parameter spaceDescriptor should be final. 348
 Error javadoc JavadocMethod Expected @param tag for 'spaceDescriptor'. 348
 Error javadoc JavadocStyle First sentence should end with a period. 355
 Error design DesignForExtension Method 'aalSpaceLost' is not designed for extension - needs to be abstract, final or empty. 356
 Info misc FinalParameters Parameter spaceDescriptor should be final. 356
 Error javadoc JavadocMethod Expected @param tag for 'spaceDescriptor'. 356
 Error javadoc JavadocStyle First sentence should end with a period. 370
 Error design DesignForExtension Method 'newPeerJoined' is not designed for extension - needs to be abstract, final or empty. 371
 Info misc FinalParameters Parameter peer should be final. 371
 Error javadoc JavadocMethod Expected @param tag for 'peer'. 371
 Error javadoc JavadocStyle First sentence should end with a period. 384
 Error design DesignForExtension Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. 385
 Info misc FinalParameters Parameter peer should be final. 385
 Error javadoc JavadocMethod Expected @param tag for 'peer'. 385
 Error javadoc JavadocStyle First sentence should end with a period. 396
 Info misc FinalParameters Parameter status should be final. 397
 Error javadoc JavadocMethod Expected @param tag for 'status'. 397
 Error javadoc JavadocStyle First sentence should end with a period. 400
 Error design DesignForExtension Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. 401
 Info misc FinalParameters Parameter sharedObj should be final. 401
 Error javadoc JavadocMethod Expected @param tag for 'sharedObj'. 401
 Info misc FinalParameters Parameter removeHook should be final. 401
 Error javadoc JavadocMethod Expected @param tag for 'removeHook'. 401
 Error javadoc JavadocStyle First sentence should end with a period. 407
 Info misc FinalParameters Parameter removeHook should be final. 408
 Error javadoc JavadocMethod Expected @param tag for 'removeHook'. 408
 Error javadoc JavadocStyle First sentence should end with a period. 411
 Error design DesignForExtension Method 'close' is not designed for extension - needs to be abstract, final or empty. 412
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 418

org/universAAL/middleware/ui/impl/generic/EventBasedStrategy.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Error javadoc JavadocStyle Extra HTML tag found: </center> 39
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info sizes LineLength Line is longer than 80 characters (found 81). 45
 Info sizes LineLength Line is longer than 80 characters (found 84). 48
 Error javadoc JavadocStyle Extra HTML tag found: </center> <br> 48
 Error javadoc JavadocStyle Extra HTML tag found: </center> <br> 54
 Error javadoc JavadocStyle Extra HTML tag found: </center> 57
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Info regexp RegexpSingleline Line has trailing spaces. 60
 Info misc FinalParameters Parameter commModule should be final. 67
 Error javadoc JavadocMethod Expected @param tag for 'commModule'. 67
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 68
 Info misc FinalParameters Parameter commModule should be final. 75
 Error javadoc JavadocMethod Expected @param tag for 'commModule'. 75
 Info misc FinalParameters Parameter name should be final. 75
 Error javadoc JavadocMethod Expected @param tag for 'name'. 75
 Error javadoc JavadocStyle First sentence should end with a period. 79
 Error design DesignForExtension Method 'handle' is not designed for extension - needs to be abstract, final or empty. 80
 Info misc FinalParameters Parameter m should be final. 80
 Error javadoc JavadocMethod Expected @param tag for 'm'. 80
 Info misc FinalParameters Parameter senderID should be final. 80
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 80
 Info regexp RegexpSingleline Line has trailing spaces. 90
 Info misc FinalParameters Parameter memberID should be final. 94
 Error javadoc JavadocMethod Expected @param tag for 'memberID'. 94
 Info misc FinalParameters Parameter content should be final. 95
 Error javadoc JavadocMethod Expected @param tag for 'content'. 95
 Info regexp RegexpSingleline Line has trailing spaces. 102
 Info misc FinalParameters Parameter membersID should be final. 106
 Error javadoc JavadocMethod Expected @param tag for 'membersID'. 106
 Info misc FinalParameters Parameter content should be final. 107
 Error javadoc JavadocMethod Expected @param tag for 'content'. 107
 Info regexp RegexpSingleline Line has trailing spaces. 120
 Info misc FinalParameters Parameter content should be final. 124
 Error javadoc JavadocMethod Expected @param tag for 'content'. 124
 Info regexp RegexpSingleline Line has trailing spaces. 132
 Info misc FinalParameters Parameter member should be final. 136
 Error javadoc JavadocMethod Expected @param tag for 'member'. 136
 Info misc FinalParameters Parameter content should be final. 137
 Error javadoc JavadocMethod Expected @param tag for 'content'. 137
 Info regexp RegexpSingleline Line has trailing spaces. 146
 Info misc FinalParameters Parameter members should be final. 150
 Error javadoc JavadocMethod Expected @param tag for 'members'. 150
 Info misc FinalParameters Parameter content should be final. 151
 Error javadoc JavadocMethod Expected @param tag for 'content'. 151

org/universAAL/middleware/ui/impl/generic/EventMessage.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Error javadoc JavadocType Type Javadoc comment is missing an @param <Strategy> tag. 26
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocMethod Expected @param tag for 'strategy'. 34
 Error javadoc JavadocMethod Expected @param tag for 'm'. 34
 Error javadoc JavadocMethod Expected @param tag for 'senderID'. 34

org/universAAL/middleware/ui/impl/osgi/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Error javadoc JavadocType Missing a Javadoc comment. 29
 Info sizes LineLength Line is longer than 80 characters (found 86). 32
 Info misc FinalParameters Parameter context should be final. 34
 Error javadoc JavadocMethod Expected @param tag for 'context'. 34
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 34
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 35
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 37
 Info sizes LineLength Line is longer than 80 characters (found 85). 43
 Info misc FinalParameters Parameter context should be final. 45
 Error javadoc JavadocMethod Expected @param tag for 'context'. 45
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 45

org/universAAL/middleware/ui/owl/AccessImpairment.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 26
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Info misc FinalParameters Parameter impairmentLevel should be final. 51
 Error javadoc JavadocMethod Expected @param tag for 'impairmentLevel'. 51
 Error javadoc JavadocMethod Expected an @return tag. 57
 Error design DesignForExtension Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. 57
 Error design DesignForExtension Method 'getImpaimentLevel' is not designed for extension - needs to be abstract, final or empty. 64
 Info sizes LineLength Line is longer than 80 characters (found 84). 69
 Error javadoc JavadocMethod Expected an @return tag. 72
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 72
 Info misc FinalParameters Parameter propURI should be final. 72
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 72
 Info sizes LineLength Line is longer than 80 characters (found 83). 73
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 73
 Error javadoc JavadocMethod Expected an @return tag. 80
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 80

org/universAAL/middleware/ui/owl/DialogType.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error design FinalClass Class DialogType should be declared as final. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning naming ConstantName Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 42
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Warning naming ConstantName Name 'sysMenu' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning naming ConstantName Name 'message' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning naming ConstantName Name 'subdialog' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning naming ConstantName Name 'stdDialog' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Info misc FinalParameters Parameter order should be final. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Info misc FinalParameters Parameter name should be final. 67
 Warning blocks NeedBraces 'for' construct must use '{}'s. 68
 Warning blocks NeedBraces 'if' construct must use '{}'s. 69
 Error javadoc JavadocStyle First sentence should end with a period. 74
 Error javadoc JavadocStyle First sentence should end with a period. 79
 Info regexp RegexpSingleline Line has trailing spaces. 82
 Info misc FinalParameters Parameter order should be final. 86
 Warning coding HiddenField 'order' hides a field. 86
 Info regexp RegexpSingleline Line has trailing spaces. 93
 Error javadoc JavadocMethod Missing a Javadoc comment. 96
 Info regexp RegexpSingleline Line has trailing spaces. 102
 Error javadoc JavadocMethod Missing a Javadoc comment. 107
 Info misc FinalParameters Parameter propURI should be final. 107
 Info regexp RegexpSingleline Line has trailing spaces. 113
 Error javadoc JavadocMethod Missing a Javadoc comment. 116

org/universAAL/middleware/ui/owl/Modality.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Error javadoc JavadocStyle First sentence should end with a period. 26
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Error design FinalClass Class Modality should be declared as final. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Warning naming ConstantName Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 45
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning naming ConstantName Name 'voice' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning naming ConstantName Name 'gui' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Warning naming ConstantName Name 'gesture' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning naming ConstantName Name 'sms' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Warning naming ConstantName Name 'web' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Warning naming ConstantName Name 'mobile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Info misc FinalParameters Parameter order should be final. 62
 Info misc FinalParameters Parameter name should be final. 86
 Warning blocks NeedBraces 'for' construct must use '{}'s. 87
 Warning blocks NeedBraces 'if' construct must use '{}'s. 88
 Error javadoc JavadocStyle First sentence should end with a period. 93
 Error javadoc JavadocStyle First sentence should end with a period. 98
 Info regexp RegexpSingleline Line has trailing spaces. 100
 Info misc FinalParameters Parameter order should be final. 103
 Warning coding HiddenField 'order' hides a field. 103
 Error javadoc JavadocMethod Expected @param tag for 'order'. 103
 Info regexp RegexpSingleline Line has trailing spaces. 110
 Error javadoc JavadocMethod Missing a Javadoc comment. 113
 Info regexp RegexpSingleline Line has trailing spaces. 119
 Error javadoc JavadocMethod Missing a Javadoc comment. 124
 Info misc FinalParameters Parameter propURI should be final. 124
 Info regexp RegexpSingleline Line has trailing spaces. 130
 Error javadoc JavadocMethod Missing a Javadoc comment. 133
 Error javadoc JavadocMethod Expected an @return tag. 162
 Info misc FinalParameters Parameter propURI should be final. 162
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 162
 Info misc FinalParameters Parameter o should be final. 162
 Error javadoc JavadocMethod Expected @param tag for 'o'. 162

org/universAAL/middleware/ui/owl/Preference.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 6
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocStyle First sentence should end with a period. 39
 Info misc FinalParameters Parameter uri should be final. 40
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 40
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Error design DesignForExtension Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Info regexp RegexpSingleline Line has trailing spaces. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 58

org/universAAL/middleware/ui/owl/PrivacyLevel.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Error javadoc JavadocStyle First sentence should end with a period. 24
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Error design FinalClass Class PrivacyLevel should be declared as final. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning naming ConstantName Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 43
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning naming ConstantName Name 'personal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning naming ConstantName Name 'homeMatesOnly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning naming ConstantName Name 'intimatesOnly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning naming ConstantName Name 'knownPeopleOnly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Warning naming ConstantName Name 'insensible' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Info regexp RegexpSingleline Line has trailing spaces. 72
 Info misc FinalParameters Parameter order should be final. 77
 Info misc FinalParameters Parameter name should be final. 99
 Warning blocks NeedBraces 'for' construct must use '{}'s. 100
 Warning blocks NeedBraces 'if' construct must use '{}'s. 101
 Error javadoc JavadocStyle First sentence should end with a period. 106
 Error javadoc JavadocStyle First sentence should end with a period. 110
 Info regexp RegexpSingleline Line has trailing spaces. 112
 Info misc FinalParameters Parameter order should be final. 116
 Warning coding HiddenField 'order' hides a field. 116
 Info regexp RegexpSingleline Line has trailing spaces. 123
 Error javadoc JavadocMethod Missing a Javadoc comment. 126
 Info regexp RegexpSingleline Line has trailing spaces. 132
 Error javadoc JavadocMethod Missing a Javadoc comment. 137
 Info misc FinalParameters Parameter other should be final. 137
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 138
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 139
 Error javadoc JavadocStyle First sentence should end with a period. 142
 Error javadoc JavadocMethod Expected an @return tag. 145
 Error javadoc JavadocStyle First sentence should end with a period. 149
 Error javadoc JavadocMethod Expected an @return tag. 152
 Info regexp RegexpSingleline Line has trailing spaces. 158
 Error javadoc JavadocMethod Missing a Javadoc comment. 163
 Info misc FinalParameters Parameter propURI should be final. 163
 Info regexp RegexpSingleline Line has trailing spaces. 169
 Error javadoc JavadocMethod Missing a Javadoc comment. 172

org/universAAL/middleware/ui/owl/Recommendation.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 23
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 30
 Error javadoc JavadocStyle First sentence should end with a period. 32
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info misc FinalParameters Parameter uri should be final. 42
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 42
 Info misc FinalParameters Parameter uriPrefix should be final. 50
 Error javadoc JavadocMethod Expected @param tag for 'uriPrefix'. 50
 Info misc FinalParameters Parameter numProps should be final. 50
 Error javadoc JavadocMethod Expected @param tag for 'numProps'. 50
 Error javadoc JavadocStyle First sentence should end with a period. 54
 Error javadoc JavadocMethod Expected an @return tag. 55
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 55
 Info misc FinalParameters Parameter propURI should be final. 55
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 55

org/universAAL/middleware/ui/owl/UIBusOntology.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Error javadoc JavadocType Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Error design DesignForExtension Method 'create' is not designed for extension - needs to be abstract, final or empty. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Warning coding MagicNumber '4' is a magic number. 75
 Warning coding MagicNumber '5' is a magic number. 76
 Warning coding MagicNumber '6' is a magic number. 77
 Warning coding MagicNumber '7' is a magic number. 78
 Warning coding MagicNumber '8' is a magic number. 79
 Warning coding MagicNumber '9' is a magic number. 80
 Warning coding MagicNumber '10' is a magic number. 81
 Warning coding MagicNumber '11' is a magic number. 82
 Warning coding MagicNumber '12' is a magic number. 83
 Warning coding MagicNumber '13' is a magic number. 84
 Warning coding MagicNumber '14' is a magic number. 85
 Warning coding MagicNumber '15' is a magic number. 86
 Warning coding MagicNumber '16' is a magic number. 87
 Warning coding MagicNumber '17' is a magic number. 88
 Warning coding MagicNumber '18' is a magic number. 89
 Warning coding MagicNumber '3' is a magic number. 92
 Info sizes LineLength Line is longer than 80 characters (found 122). 93
 Info sizes LineLength Line is longer than 80 characters (found 110). 105
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 108
 Info sizes LineLength Line is longer than 80 characters (found 82). 109
 Info sizes LineLength Line is longer than 80 characters (found 93). 113
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 116
 Info sizes LineLength Line is longer than 80 characters (found 98). 122
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 125
 Info sizes LineLength Line is longer than 80 characters (found 114). 131

org/universAAL/middleware/ui/rdf/ChoiceItem.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Info misc FinalParameters Parameter labelText should be final. 59
 Info misc FinalParameters Parameter iconURL should be final. 59
 Info misc FinalParameters Parameter value should be final. 59
 Error javadoc JavadocMethod Expected an @return tag. 67
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 67
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 69

org/universAAL/middleware/ui/rdf/ChoiceList.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocType Unknown tag 'navassoc'. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Info misc FinalParameters Parameter labelText should be final. 64
 Info misc FinalParameters Parameter iconURL should be final. 64
 Info regexp RegexpSingleline Line has trailing spaces. 72
 Error design DesignForExtension Method 'addChild' is not designed for extension - needs to be abstract, final or empty. 76
 Info misc FinalParameters Parameter item should be final. 76
 Warning blocks NeedBraces 'if' construct must use '{}'s. 77
 Info regexp RegexpSingleline Line has trailing spaces. 83
 Error design DesignForExtension Method 'addChild' is not designed for extension - needs to be abstract, final or empty. 87
 Info misc FinalParameters Parameter sublist should be final. 87
 Warning blocks NeedBraces 'if' construct must use '{}'s. 88
 Error javadoc JavadocMethod Expected an @return tag. 96
 Error design DesignForExtension Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. 96
 Error design DesignForExtension Method 'findItem' is not designed for extension - needs to be abstract, final or empty. 100
 Error javadoc JavadocMethod Missing a Javadoc comment. 100
 Info misc FinalParameters Parameter label should be final. 100
 Warning blocks NeedBraces 'if' construct must use '{}'s. 102
 Warning blocks NeedBraces 'if' construct must use '{}'s. 106
 Warning blocks NeedBraces 'if' construct must use '{}'s. 108
 Error javadoc JavadocMethod Expected an @return tag. 118
 Error design DesignForExtension Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. 118
 Warning blocks NeedBraces 'if' construct must use '{}'s. 124
 Error javadoc JavadocMethod Expected an @return tag. 134
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 134
 Info misc FinalParameters Parameter propURI should be final. 134
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 134
 Info misc FinalParameters Parameter value should be final. 134
 Error javadoc JavadocMethod Expected @param tag for 'value'. 134
 Warning blocks NeedBraces 'if' construct must use '{}'s. 135
 Warning blocks NeedBraces 'if' construct must use '{}'s. 139
 Warning blocks NeedBraces 'else' construct must use '{}'s. 146
 Warning blocks NeedBraces 'else' construct must use '{}'s. 148

org/universAAL/middleware/ui/rdf/Form.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.ui.UICaller. 30
 Info sizes LineLength Line is longer than 80 characters (found 81). 41
 Info sizes LineLength Line is longer than 80 characters (found 102). 91
 Info regexp RegexpSingleline Line has trailing spaces. 105
 Info sizes LineLength Line is longer than 80 characters (found 86). 107
 Info sizes LineLength Line is longer than 80 characters (found 82). 108
 Error javadoc JavadocType Unknown tag 'navassoc'. 111
 Error javadoc JavadocType Unknown tag 'navassoc'. 112
 Error javadoc JavadocVariable Missing a Javadoc comment. 115
 Warning naming ConstantName Name 'uAAL_DIALOG_NAMESPACE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 115
 Error javadoc JavadocVariable Missing a Javadoc comment. 117
 Info sizes LineLength Line is longer than 80 characters (found 90). 168
 Info sizes LineLength Line is longer than 80 characters (found 87). 180
 Error javadoc JavadocVariable Missing a Javadoc comment. 206
 Error javadoc JavadocVariable Missing a Javadoc comment. 209
 Error javadoc JavadocMethod Missing a Javadoc comment. 211
 Info misc FinalParameters Parameter pp should be final. 211
 Info misc FinalParameters Parameter pr should be final. 211
 Warning blocks NeedBraces 'if' construct must use '{}'s. 212
 Warning blocks NeedBraces 'if' construct must use '{}'s. 216
 Warning blocks NeedBraces 'if' construct must use '{}'s. 218
 Warning blocks NeedBraces 'else' construct must use '{}'s. 220
 Error javadoc JavadocMethod Missing a Javadoc comment. 227
 Info misc FinalParameters Parameter pp should be final. 227
 Info misc FinalParameters Parameter i should be final. 227
 Info misc FinalParameters Parameter typeURI should be final. 228
 Warning blocks NeedBraces 'if' construct must use '{}'s. 229
 Warning blocks NeedBraces 'if' construct must use '{}'s. 234
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 237
 Error javadoc JavadocMethod Missing a Javadoc comment. 241
 Info misc FinalParameters Parameter pp should be final. 241
 Info misc FinalParameters Parameter pr should be final. 241
 Warning blocks NeedBraces 'if' construct must use '{}'s. 242
 Warning blocks NeedBraces 'if' construct must use '{}'s. 247
 Info regexp RegexpSingleline Line has trailing spaces. 261
 Info misc FinalParameters Parameter formTitle should be final. 274
 Info misc FinalParameters Parameter dataRoot should be final. 274
 Error javadoc JavadocMethod Expected an @return tag. 290
 Info misc FinalParameters Parameter formTitle should be final. 290
 Error javadoc JavadocMethod Expected @param tag for 'formTitle'. 290
 Info misc FinalParameters Parameter dataRootType should be final. 290
 Error javadoc JavadocMethod Expected @param tag for 'dataRootType'. 290
 Info regexp RegexpSingleline Line has trailing spaces. 307
 Info misc FinalParameters Parameter formTitle should be final. 316
 Info misc FinalParameters Parameter message should be final. 316
 Info sizes LineLength Line is longer than 80 characters (found 87). 337
 Info regexp RegexpSingleline Line has trailing spaces. 339
 Info misc FinalParameters Parameter formTitle should be final. 349
 Info misc FinalParameters Parameter parentDialogURI should be final. 349
 Error javadoc JavadocMethod Missing a Javadoc comment. 360
 Info misc FinalParameters Parameter formTitle should be final. 360
 Error javadoc JavadocMethod Missing a Javadoc comment. 371
 Info misc FinalParameters Parameter pr should be final. 371
 Info misc FinalParameters Parameter pp should be final. 371
 Info misc FinalParameters Parameter value should be final. 371
 Info misc FinalParameters Parameter valueRestrictions should be final. 372
 Warning blocks NeedBraces 'if' construct must use '{}'s. 373
 Warning blocks NeedBraces 'if' construct must use '{}'s. 376
 Warning blocks NeedBraces 'if' construct must use '{}'s. 381
 Info misc FinalParameters Parameter uri should be final. 391
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 391
 Info misc FinalParameters Parameter uriPrefix should be final. 400
 Error javadoc JavadocMethod Expected @param tag for 'uriPrefix'. 400
 Info misc FinalParameters Parameter numProps should be final. 400
 Error javadoc JavadocMethod Expected @param tag for 'numProps'. 400
 Error javadoc JavadocMethod Missing a Javadoc comment. 404
 Info misc FinalParameters Parameter formTitle should be final. 404
 Info misc FinalParameters Parameter dataRoot should be final. 404
 Warning coding MagicNumber '5' is a magic number. 405
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 409
 Error javadoc JavadocMethod Missing a Javadoc comment. 413
 Info misc FinalParameters Parameter formTitle should be final. 413
 Info misc FinalParameters Parameter dataRootType should be final. 413
 Warning coding MagicNumber '5' is a magic number. 414
 Warning blocks NeedBraces 'if' construct must use '{}'s. 419
 Error design DesignForExtension Method 'finalizeGroupStructure' is not designed for extension - needs to be abstract, final or empty. 424
 Error javadoc JavadocMethod Missing a Javadoc comment. 424
 Warning blocks NeedBraces 'if' construct must use '{}'s. 426
 Warning blocks NeedBraces 'for' construct must use '{}'s. 427
 Warning blocks NeedBraces 'if' construct must use '{}'s. 428
 Info regexp RegexpSingleline Line has trailing spaces. 435
 Error javadoc JavadocMethod Expected an @return tag. 438
 Error design DesignForExtension Method 'getCreationTime' is not designed for extension - needs to be abstract, final or empty. 438
 Error javadoc JavadocMethod Expected an @return tag. 445
 Error design DesignForExtension Method 'getCurrentFocusedControl' is not designed for extension - needs to be abstract, final or empty. 445
 Error javadoc JavadocMethod Expected an @return tag. 452
 Error design DesignForExtension Method 'getData' is not designed for extension - needs to be abstract, final or empty. 452
 Error javadoc JavadocMethod Expected an @return tag. 459
 Error design DesignForExtension Method 'getDialogCreator' is not designed for extension - needs to be abstract, final or empty. 459
 Error javadoc JavadocMethod Expected an @return tag. 466
 Error design DesignForExtension Method 'getDialogID' is not designed for extension - needs to be abstract, final or empty. 466
 Error javadoc JavadocMethod Expected an @return tag. 473
 Error design DesignForExtension Method 'getDialogType' is not designed for extension - needs to be abstract, final or empty. 473
 Error javadoc JavadocMethod Expected an @return tag. 487
 Error design DesignForExtension Method 'getIOControls' is not designed for extension - needs to be abstract, final or empty. 487
 Warning blocks NeedBraces 'for' construct must use '{}'s. 489
 Warning blocks NeedBraces 'if' construct must use '{}'s. 490
 Error javadoc JavadocMethod Expected an @return tag. 501
 Error design DesignForExtension Method 'getMessageContent' is not designed for extension - needs to be abstract, final or empty. 501
 Error javadoc JavadocMethod Expected an @return tag. 517
 Error design DesignForExtension Method 'getParentDialogResource' is not designed for extension - needs to be abstract, final or empty. 517
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 518
 Error javadoc JavadocMethod Expected an @return tag. 525
 Error design DesignForExtension Method 'getParentDialogURI' is not designed for extension - needs to be abstract, final or empty. 525
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 526
 Error design DesignForExtension Method 'getPPathRestriction' is not designed for extension - needs to be abstract, final or empty. 530
 Error javadoc JavadocMethod Missing a Javadoc comment. 530
 Info misc FinalParameters Parameter pp should be final. 530
 Error design DesignForExtension Method 'getRootGroup' is not designed for extension - needs to be abstract, final or empty. 534
 Error javadoc JavadocMethod Missing a Javadoc comment. 534
 Error javadoc JavadocMethod Expected an @return tag. 547
 Error design DesignForExtension Method 'getSharedOutputs' is not designed for extension - needs to be abstract, final or empty. 547
 Error javadoc JavadocMethod Expected an @return tag. 556
 Error design DesignForExtension Method 'getStandardButtons' is not designed for extension - needs to be abstract, final or empty. 556
 Warning blocks NeedBraces 'for' construct must use '{}'s. 558
 Warning blocks NeedBraces 'if' construct must use '{}'s. 559
 Error javadoc JavadocMethod Expected an @return tag. 571
 Error design DesignForExtension Method 'getStandardButtonsDialogID' is not designed for extension - needs to be abstract, final or empty. 571
 Error javadoc JavadocMethod Expected an @return tag. 580
 Error design DesignForExtension Method 'getSubmits' is not designed for extension - needs to be abstract, final or empty. 580
 Warning blocks NeedBraces 'for' construct must use '{}'s. 582
 Warning blocks NeedBraces 'if' construct must use '{}'s. 583
 Error javadoc JavadocMethod Expected an @return tag. 594
 Error design DesignForExtension Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 594
 Error design DesignForExtension Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. 602
 Error javadoc JavadocMethod Missing a Javadoc comment. 602
 Info misc FinalParameters Parameter pp should be final. 602
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 604
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 607
 Error javadoc JavadocMethod Missing a Javadoc comment. 607
 Info misc FinalParameters Parameter pp should be final. 607
 Info regexp RegexpSingleline Line has trailing spaces. 614
 Error javadoc JavadocMethod Expected an @return tag. 617
 Error design DesignForExtension Method 'isStandardDialog' is not designed for extension - needs to be abstract, final or empty. 617
 Info regexp RegexpSingleline Line has trailing spaces. 624
 Error javadoc JavadocMethod Expected an @return tag. 627
 Error design DesignForExtension Method 'isMessage' is not designed for extension - needs to be abstract, final or empty. 627
 Info regexp RegexpSingleline Line has trailing spaces. 634
 Error javadoc JavadocMethod Expected an @return tag. 637
 Error design DesignForExtension Method 'isSubdialog' is not designed for extension - needs to be abstract, final or empty. 637
 Info regexp RegexpSingleline Line has trailing spaces. 643
 Error javadoc JavadocMethod Expected an @return tag. 646
 Error design DesignForExtension Method 'isSystemMenu' is not designed for extension - needs to be abstract, final or empty. 646
 Error design DesignForExtension Method 'setCurrentFocusedControl' is not designed for extension - needs to be abstract, final or empty. 653
 Info misc FinalParameters Parameter fc should be final. 653
 Error javadoc JavadocMethod Expected @param tag for 'fc'. 653
 Warning blocks NeedBraces 'if' construct must use '{}'s. 654
 Warning blocks NeedBraces 'else' construct must use '{}'s. 656
 Error design DesignForExtension Method 'setDialogCreator' is not designed for extension - needs to be abstract, final or empty. 663
 Info misc FinalParameters Parameter creator should be final. 663
 Error javadoc JavadocMethod Expected @param tag for 'creator'. 663
 Warning blocks NeedBraces 'if' construct must use '{}'s. 664
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 668
 Error javadoc JavadocMethod Missing a Javadoc comment. 668
 Info misc FinalParameters Parameter pp should be final. 668
 Info misc FinalParameters Parameter value should be final. 668
 Info misc FinalParameters Parameter valueRestrictions should be final. 669
 Error design DesignForExtension Method 'substituteData' is not designed for extension - needs to be abstract, final or empty. 676
 Info misc FinalParameters Parameter pr should be final. 676
 Error javadoc JavadocMethod Expected @param tag for 'pr'. 676
 Warning blocks NeedBraces 'if' construct must use '{}'s. 680
 Info regexp RegexpSingleline Line has trailing spaces. 687
 Error design DesignForExtension Method 'searchFormControl' is not designed for extension - needs to be abstract, final or empty. 691
 Info misc FinalParameters Parameter formControlURI should be final. 691
 Error javadoc JavadocMethod Expected @param tag for 'formControlURI'. 691

org/universAAL/middleware/ui/rdf/FormControl.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info sizes LineLength Line is longer than 80 characters (found 86). 35
 Info sizes LineLength Line is longer than 80 characters (found 82). 36
 Error javadoc JavadocType Unknown tag 'navassoc'. 39
 Error javadoc JavadocType Unknown tag 'navassoc'. 40
 Info sizes LineLength Line is longer than 80 characters (found 81). 77
 Info sizes LineLength Line is longer than 80 characters (found 82). 85
 Error javadoc JavadocMethod Missing a Javadoc comment. 88
 Error javadoc JavadocMethod Missing a Javadoc comment. 92
 Info misc FinalParameters Parameter typeURI should be final. 92
 Info misc FinalParameters Parameter parent should be final. 92
 Info misc FinalParameters Parameter label should be final. 92
 Info misc FinalParameters Parameter ref should be final. 93
 Info misc FinalParameters Parameter valueRestriction should be final. 93
 Info misc FinalParameters Parameter initialValue should be final. 94
 Warning blocks NeedBraces 'if' construct must use '{}'s. 98
 Warning blocks NeedBraces 'if' construct must use '{}'s. 100
 Warning blocks NeedBraces 'if' construct must use '{}'s. 104
 Warning blocks NeedBraces 'if' construct must use '{}'s. 106
 Warning blocks NeedBraces 'if' construct must use '{}'s. 110
 Warning blocks NeedBraces 'if' construct must use '{}'s. 114
 Warning blocks NeedBraces 'if' construct must use '{}'s. 120
 Info sizes LineLength Line is longer than 80 characters (found 104). 122
 Error javadoc JavadocMethod Expected an @return tag. 130
 Error design DesignForExtension Method 'getAncestorRepeat' is not designed for extension - needs to be abstract, final or empty. 130
 Warning blocks NeedBraces 'while' construct must use '{}'s. 132
 Error javadoc JavadocMethod Expected an @return tag. 140
 Error design DesignForExtension Method 'getFormObject' is not designed for extension - needs to be abstract, final or empty. 140
 Warning blocks NeedBraces 'while' construct must use '{}'s. 142
 Warning blocks NeedBraces 'if' construct must use '{}'s. 144
 Info regexp RegexpSingleline Line has trailing spaces. 151
 Error javadoc JavadocMethod Expected an @return tag. 154
 Error design DesignForExtension Method 'getHelpString' is not designed for extension - needs to be abstract, final or empty. 154
 Info regexp RegexpSingleline Line has trailing spaces. 160
 Error javadoc JavadocMethod Expected an @return tag. 163
 Error design DesignForExtension Method 'getHintString' is not designed for extension - needs to be abstract, final or empty. 163
 Info regexp RegexpSingleline Line has trailing spaces. 169
 Error javadoc JavadocMethod Expected an @return tag. 172
 Error design DesignForExtension Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. 172
 Error design DesignForExtension Method 'getLocalRestrictions' is not designed for extension - needs to be abstract, final or empty. 176
 Error javadoc JavadocMethod Missing a Javadoc comment. 176
 Error javadoc JavadocMethod Expected an @return tag. 200
 Error design DesignForExtension Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. 200
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 203
 Warning blocks NeedBraces 'if' construct must use '{}'s. 208
 Warning blocks NeedBraces 'if' construct must use '{}'s. 212
 Warning blocks NeedBraces 'if' construct must use '{}'s. 224
 Warning blocks NeedBraces 'if' construct must use '{}'s. 229
 Warning blocks NeedBraces 'if' construct must use '{}'s. 239
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 246
 Error javadoc JavadocMethod Expected an @return tag. 254
 Error design DesignForExtension Method 'getRestrictions' is not designed for extension - needs to be abstract, final or empty. 254
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 257
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 258
 Error javadoc JavadocMethod Expected an @return tag. 265
 Error design DesignForExtension Method 'getParentGroup' is not designed for extension - needs to be abstract, final or empty. 265
 Warning blocks NeedBraces 'if' construct must use '{}'s. 267
 Error javadoc JavadocMethod Expected an @return tag. 276
 Error design DesignForExtension Method 'getParentRepeat' is not designed for extension - needs to be abstract, final or empty. 276
 Warning blocks NeedBraces 'if' construct must use '{}'s. 278
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 280
 Error javadoc JavadocMethod Expected an @return tag. 286
 Error design DesignForExtension Method 'getReferencedPPath' is not designed for extension - needs to be abstract, final or empty. 286
 Error javadoc JavadocMethod Expected an @return tag. 297
 Error design DesignForExtension Method 'getSuperGroups' is not designed for extension - needs to be abstract, final or empty. 297
 Info sizes LineLength Line is longer than 80 characters (found 81). 299
 Error javadoc JavadocMethod Expected an @return tag. 311
 Error design DesignForExtension Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. 311
 Warning blocks NeedBraces 'if' construct must use '{}'s. 315
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 322
 Warning blocks NeedBraces 'else' construct must use '{}'s. 323
 Error javadoc JavadocMethod Expected an @return tag. 333
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 333
 Warning blocks NeedBraces 'if' construct must use '{}'s. 335
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 339
 Error javadoc JavadocMethod Expected an @return tag. 346
 Error design DesignForExtension Method 'hasFocus' is not designed for extension - needs to be abstract, final or empty. 346
 Error javadoc JavadocMethod Expected an @return tag. 354
 Error design DesignForExtension Method 'hasValue' is not designed for extension - needs to be abstract, final or empty. 354
 Warning blocks NeedBraces 'if' construct must use '{}'s. 356
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 360
 Error javadoc JavadocMethod Expected an @return tag. 367
 Error design DesignForExtension Method 'isOfBooleanType' is not designed for extension - needs to be abstract, final or empty. 367
 Error javadoc JavadocMethod Expected an @return tag. 375
 Error design DesignForExtension Method 'isOfPrimitiveType' is not designed for extension - needs to be abstract, final or empty. 375
 Error javadoc JavadocMethod Expected an @return tag. 382
 Error design DesignForExtension Method 'isRepeatable' is not designed for extension - needs to be abstract, final or empty. 382
 Warning blocks NeedBraces 'if' construct must use '{}'s. 384
 Warning blocks NeedBraces 'if' construct must use '{}'s. 386
 Error design DesignForExtension Method 'setHelpString' is not designed for extension - needs to be abstract, final or empty. 395
 Info misc FinalParameters Parameter value should be final. 395
 Error javadoc JavadocMethod Expected @param tag for 'value'. 395
 Warning blocks NeedBraces 'if' construct must use '{}'s. 396
 Error design DesignForExtension Method 'setHintString' is not designed for extension - needs to be abstract, final or empty. 403
 Info misc FinalParameters Parameter value should be final. 403
 Error javadoc JavadocMethod Expected @param tag for 'value'. 403
 Warning blocks NeedBraces 'if' construct must use '{}'s. 404
 Info regexp RegexpSingleline Line has trailing spaces. 410
 Error javadoc JavadocMethod Expected an @return tag. 413
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 413
 Info misc FinalParameters Parameter propURI should be final. 413
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 413
 Info misc FinalParameters Parameter value should be final. 413
 Error javadoc JavadocMethod Expected @param tag for 'value'. 413
 Warning blocks NeedBraces 'if' construct must use '{}'s. 414
 Warning blocks NeedBraces 'if' construct must use '{}'s. 420
 Warning blocks NeedBraces 'else' construct must use '{}'s. 422
 Warning blocks NeedBraces 'if' construct must use '{}'s. 425
 Warning blocks NeedBraces 'else' construct must use '{}'s. 427
 Warning blocks NeedBraces 'if' construct must use '{}'s. 430
 Warning blocks NeedBraces 'else' construct must use '{}'s. 432
 Warning blocks NeedBraces 'if' construct must use '{}'s. 435
 Warning blocks NeedBraces 'else' construct must use '{}'s. 438
 Warning blocks NeedBraces 'if' construct must use '{}'s. 441
 Warning blocks NeedBraces 'else' construct must use '{}'s. 443
 Warning blocks NeedBraces 'if' construct must use '{}'s. 446
 Warning blocks NeedBraces 'else' construct must use '{}'s. 449
 Warning blocks NeedBraces 'else' construct must use '{}'s. 456
 Error javadoc JavadocMethod Expected an @return tag. 464
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 464
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 466

org/universAAL/middleware/ui/rdf/FormElement.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 35
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info misc FinalParameters Parameter isXMLLiteral should be final. 47
 Error javadoc JavadocMethod Expected @param tag for 'isXMLLiteral'. 47
 Info misc FinalParameters Parameter uri should be final. 55
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 55
 Info misc FinalParameters Parameter isXMLLiteral should be final. 55
 Error javadoc JavadocMethod Expected @param tag for 'isXMLLiteral'. 55
 Info misc FinalParameters Parameter uriPrefix should be final. 63
 Error javadoc JavadocMethod Expected @param tag for 'uriPrefix'. 63
 Info misc FinalParameters Parameter numProps should be final. 63
 Error javadoc JavadocMethod Expected @param tag for 'numProps'. 63
 Info misc FinalParameters Parameter uri should be final. 70
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 70
 Info regexp RegexpSingleline Line has trailing spaces. 78
 Error design DesignForExtension Method 'addAppearanceRecommendation' is not designed for extension - needs to be abstract, final or empty. 82
 Info misc FinalParameters Parameter recommendation should be final. 82
 Info regexp RegexpSingleline Line has trailing spaces. 98
 Error design DesignForExtension Method 'getAppearanceRecommendations' is not designed for extension - needs to be abstract, final or empty. 102

org/universAAL/middleware/ui/rdf/Group.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Error javadoc JavadocType Unknown tag 'navassoc'. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Info regexp RegexpSingleline Line has trailing spaces. 74
 Info misc FinalParameters Parameter parent should be final. 100
 Info misc FinalParameters Parameter label should be final. 100
 Info misc FinalParameters Parameter ref should be final. 100
 Info misc FinalParameters Parameter valueRestriction should be final. 101
 Info misc FinalParameters Parameter initialValue should be final. 101
 Error javadoc JavadocMethod Missing a Javadoc comment. 105
 Info misc FinalParameters Parameter typeURI should be final. 105
 Info misc FinalParameters Parameter parent should be final. 105
 Info misc FinalParameters Parameter label should be final. 105
 Info misc FinalParameters Parameter ref should be final. 106
 Info misc FinalParameters Parameter valueRestriction should be final. 106
 Info misc FinalParameters Parameter initialValue should be final. 107
 Error javadoc JavadocMethod Missing a Javadoc comment. 111
 Info misc FinalParameters Parameter label should be final. 111
 Info misc FinalParameters Parameter theForm should be final. 111
 Error design DesignForExtension Method 'addChild' is not designed for extension - needs to be abstract, final or empty. 115
 Error javadoc JavadocMethod Missing a Javadoc comment. 115
 Info misc FinalParameters Parameter child should be final. 115
 Warning blocks NeedBraces 'if' construct must use '{}'s. 116
 Warning blocks NeedBraces 'if' construct must use '{}'s. 128
 Warning coding MagicNumber '3' is a magic number. 128
 Info sizes LineLength Line is longer than 80 characters (found 82). 132
 Warning blocks NeedBraces 'if' construct must use '{}'s. 133
 Error javadoc JavadocMethod Missing a Javadoc comment. 146
 Info misc FinalParameters Parameter l should be final. 146
 Info misc FinalParameters Parameter s should be final. 146
 Warning blocks NeedBraces 'if' construct must use '{}'s. 148
 Warning blocks NeedBraces 'if' construct must use '{}'s. 156
 Error javadoc JavadocMethod Missing a Javadoc comment. 162
 Info misc FinalParameters Parameter subprop should be final. 162
 Warning blocks NeedBraces 'if' construct must use '{}'s. 164
 Warning blocks NeedBraces 'if' construct must use '{}'s. 168
 Warning blocks NeedBraces 'for' construct must use '{}'s. 172
 Info sizes LineLength Line is longer than 80 characters (found 82). 186
 Info sizes LineLength Line is longer than 80 characters (found 107). 188
 Error design DesignForExtension Method 'doModelBasedExpansion' is not designed for extension - needs to be abstract, final or empty. 198
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 203
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 212
 Info sizes LineLength Line is longer than 80 characters (found 82). 225
 Warning blocks NeedBraces 'if' construct must use '{}'s. 232
 Info sizes LineLength Line is longer than 80 characters (found 91). 238
 Warning blocks NeedBraces 'if' construct must use '{}'s. 246
 Warning blocks NeedBraces 'else' construct must use '{}'s. 250
 Info sizes LineLength Line is longer than 80 characters (found 98). 256
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 256
 Error javadoc JavadocMethod Expected an @return tag. 271
 Error design DesignForExtension Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. 271
 Warning blocks NeedBraces 'if' construct must use '{}'s. 273
 Info regexp RegexpSingleline Line has trailing spaces. 286
 Error design DesignForExtension Method 'getComplexity' is not designed for extension - needs to be abstract, final or empty. 290
 Warning blocks NeedBraces 'if' construct must use '{}'s. 291
 Error design DesignForExtension Method 'getFirstLevelOutputs' is not designed for extension - needs to be abstract, final or empty. 296
 Error javadoc JavadocMethod Missing a Javadoc comment. 296
 Warning blocks NeedBraces 'if' construct must use '{}'s. 298
 Warning blocks NeedBraces 'for' construct must use '{}'s. 304
 Warning blocks NeedBraces 'if' construct must use '{}'s. 305
 Warning blocks NeedBraces 'for' construct must use '{}'s. 314
 Warning blocks NeedBraces 'if' construct must use '{}'s. 315
 Error javadoc JavadocMethod Expected an @return tag. 328
 Error design DesignForExtension Method 'getHierarchyLevel' is not designed for extension - needs to be abstract, final or empty. 328
 Warning blocks NeedBraces 'if' construct must use '{}'s. 329
 Error javadoc JavadocMethod Expected an @return tag. 338
 Error design DesignForExtension Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. 338
 Error javadoc JavadocMethod Expected an @return tag. 346
 Error design DesignForExtension Method 'getNumberOfSubgroups' is not designed for extension - needs to be abstract, final or empty. 346
 Warning blocks NeedBraces 'if' construct must use '{}'s. 347
 Error design DesignForExtension Method 'getPPathRestriction' is not designed for extension - needs to be abstract, final or empty. 352
 Error javadoc JavadocMethod Missing a Javadoc comment. 352
 Info misc FinalParameters Parameter pp should be final. 352
 Warning blocks NeedBraces 'if' construct must use '{}'s. 354
 Warning blocks NeedBraces 'if' construct must use '{}'s. 356
 Warning blocks NeedBraces 'else' construct must use '{}'s. 358
 Error design DesignForExtension Method 'getSubtree' is not designed for extension - needs to be abstract, final or empty. 362
 Error javadoc JavadocMethod Missing a Javadoc comment. 362
 Info misc FinalParameters Parameter s should be final. 362
 Error design DesignForExtension Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. 368
 Error javadoc JavadocMethod Missing a Javadoc comment. 368
 Info misc FinalParameters Parameter pp should be final. 368
 Warning blocks NeedBraces 'if' construct must use '{}'s. 381
 Warning blocks NeedBraces 'if' construct must use '{}'s. 387
 Warning blocks NeedBraces 'if' construct must use '{}'s. 389
 Warning blocks NeedBraces 'else' construct must use '{}'s. 391
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 395
 Error javadoc JavadocMethod Missing a Javadoc comment. 395
 Info misc FinalParameters Parameter pp should be final. 395
 Warning blocks NeedBraces 'if' construct must use '{}'s. 397
 Warning blocks NeedBraces 'if' construct must use '{}'s. 399
 Warning blocks NeedBraces 'else' construct must use '{}'s. 401
 Error javadoc JavadocMethod Expected an @return tag. 409
 Error design DesignForExtension Method 'hasInput' is not designed for extension - needs to be abstract, final or empty. 409
 Warning blocks NeedBraces 'if' construct must use '{}'s. 410
 Error javadoc JavadocMethod Expected an @return tag. 419
 Error design DesignForExtension Method 'hasOutput' is not designed for extension - needs to be abstract, final or empty. 419
 Warning blocks NeedBraces 'if' construct must use '{}'s. 420
 Error design DesignForExtension Method 'hasSubgroup' is not designed for extension - needs to be abstract, final or empty. 425
 Error javadoc JavadocMethod Missing a Javadoc comment. 425
 Info misc FinalParameters Parameter label should be final. 425
 Warning blocks NeedBraces 'if' construct must use '{}'s. 426
 Warning blocks NeedBraces 'if' construct must use '{}'s. 429
 Warning blocks NeedBraces 'if' construct must use '{}'s. 433
 Error design DesignForExtension Method 'hasValue' is not designed for extension - needs to be abstract, final or empty. 440
 Error javadoc JavadocMethod Missing a Javadoc comment. 440
 Info misc FinalParameters Parameter pp should be final. 440
 Warning blocks NeedBraces 'if' construct must use '{}'s. 442
 Error javadoc JavadocMethod Expected an @return tag. 451
 Error design DesignForExtension Method 'isRootGroup' is not designed for extension - needs to be abstract, final or empty. 451
 Info sizes LineLength Line is longer than 80 characters (found 81). 452
 Error design DesignForExtension Method 'setStructuralProps' is not designed for extension - needs to be abstract, final or empty. 455
 Error javadoc JavadocMethod Missing a Javadoc comment. 455
 Info misc FinalParameters Parameter level should be final. 455
 Warning coding HiddenField 'level' hides a field. 455
 Warning coding InnerAssignment Inner assignments should be avoided. 459
 Warning coding HiddenField 'complexity' hides a field. 460
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 460
 Warning blocks NeedBraces 'if' construct must use '{}'s. 463
 Warning blocks NeedBraces 'if' construct must use '{}'s. 469
 Warning blocks NeedBraces 'if' construct must use '{}'s. 471
 Warning blocks NeedBraces 'if' construct must use '{}'s. 474
 Warning blocks NeedBraces 'if' construct must use '{}'s. 476
 Warning blocks NeedBraces 'if' construct must use '{}'s. 480
 Warning coding MagicNumber '3' is a magic number. 482
 Warning blocks NeedBraces 'if' construct must use '{}'s. 484
 Warning coding MagicNumber '3' is a magic number. 484
 Warning blocks NeedBraces 'if' construct must use '{}'s. 487
 Warning coding MagicNumber '3' is a magic number. 487
 Warning blocks NeedBraces 'if' construct must use '{}'s. 490
 Warning blocks NeedBraces 'else' construct must use '{}'s. 492
 Error javadoc JavadocMethod Expected an @return tag. 499
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 499
 Info misc FinalParameters Parameter propURI should be final. 499
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 499
 Info misc FinalParameters Parameter value should be final. 499
 Error javadoc JavadocMethod Expected @param tag for 'value'. 499
 Warning blocks NeedBraces 'if' construct must use '{}'s. 501
 Warning blocks NeedBraces 'for' construct must use '{}'s. 504
 Warning blocks NeedBraces 'if' construct must use '{}'s. 505
 Warning blocks NeedBraces 'else' construct must use '{}'s. 516
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 520
 Error javadoc JavadocMethod Missing a Javadoc comment. 520
 Info misc FinalParameters Parameter pp should be final. 520
 Info misc FinalParameters Parameter value should be final. 520
 Info misc FinalParameters Parameter valueRestrictions should be final. 521
 Warning blocks NeedBraces 'if' construct must use '{}'s. 523
 Warning blocks NeedBraces 'if' construct must use '{}'s. 525
 Warning blocks NeedBraces 'else' construct must use '{}'s. 527
 Info regexp RegexpSingleline Line has trailing spaces. 533
 Error design DesignForExtension Method 'searchFormControl' is not designed for extension - needs to be abstract, final or empty. 537
 Info misc FinalParameters Parameter formControlURI should be final. 537
 Error javadoc JavadocMethod Expected @param tag for 'formControlURI'. 537

org/universAAL/middleware/ui/rdf/Input.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Info misc FinalParameters Parameter typeURI should be final. 58
 Info misc FinalParameters Parameter parent should be final. 58
 Info misc FinalParameters Parameter label should be final. 58
 Info misc FinalParameters Parameter ref should be final. 59
 Info misc FinalParameters Parameter valueRestriction should be final. 59
 Info misc FinalParameters Parameter initialValue should be final. 60
 Warning blocks NeedBraces 'if' construct must use '{}'s. 62
 Warning blocks NeedBraces 'if' construct must use '{}'s. 64
 Error design DesignForExtension Method 'checkSubmission' is not designed for extension - needs to be abstract, final or empty. 69
 Error javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning blocks NeedBraces 'if' construct must use '{}'s. 74
 Warning blocks NeedBraces 'for' construct must use '{}'s. 75
 Warning blocks NeedBraces 'if' construct must use '{}'s. 76
 Warning blocks NeedBraces 'if' construct must use '{}'s. 83
 Error javadoc JavadocMethod Expected an @return tag. 92
 Error design DesignForExtension Method 'getAlertString' is not designed for extension - needs to be abstract, final or empty. 92
 Error javadoc JavadocMethod Expected an @return tag. 109
 Error design DesignForExtension Method 'isMandatory' is not designed for extension - needs to be abstract, final or empty. 109
 Error design DesignForExtension Method 'setAlertString' is not designed for extension - needs to be abstract, final or empty. 116
 Info misc FinalParameters Parameter value should be final. 116
 Error javadoc JavadocMethod Expected @param tag for 'value'. 116
 Warning blocks NeedBraces 'if' construct must use '{}'s. 117
 Error design DesignForExtension Method 'setMandatory' is not designed for extension - needs to be abstract, final or empty. 121
 Error javadoc JavadocMethod Missing a Javadoc comment. 121
 Error javadoc JavadocMethod Expected an @return tag. 128
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 128
 Info misc FinalParameters Parameter propURI should be final. 128
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 128
 Info misc FinalParameters Parameter value should be final. 128
 Error javadoc JavadocMethod Expected @param tag for 'value'. 128
 Warning blocks NeedBraces 'else' construct must use '{}'s. 135
 Error javadoc JavadocMethod Expected an @return tag. 143
 Error design DesignForExtension Method 'storeUserInput' is not designed for extension - needs to be abstract, final or empty. 143
 Info misc FinalParameters Parameter value should be final. 143
 Error javadoc JavadocMethod Expected @param tag for 'value'. 143
 Warning blocks NeedBraces 'if' construct must use '{}'s. 144
 Warning blocks NeedBraces 'if' construct must use '{}'s. 148
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 152

org/universAAL/middleware/ui/rdf/InputField.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Info regexp RegexpSingleline Line has trailing spaces. 59
 Info misc FinalParameters Parameter parent should be final. 74
 Info misc FinalParameters Parameter label should be final. 74
 Info misc FinalParameters Parameter ref should be final. 74
 Info misc FinalParameters Parameter valueRestriction should be final. 75
 Info misc FinalParameters Parameter initialValue should be final. 75
 Error javadoc JavadocMethod Expected an @return tag. 84
 Error design DesignForExtension Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. 84
 Warning blocks NeedBraces 'if' construct must use '{}'s. 86
 Error javadoc JavadocMethod Expected an @return tag. 95
 Error design DesignForExtension Method 'isSecret' is not designed for extension - needs to be abstract, final or empty. 95
 Error design DesignForExtension Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. 102
 Info misc FinalParameters Parameter maxLength should be final. 102
 Error javadoc JavadocMethod Expected @param tag for 'maxLength'. 102
 Error javadoc JavadocMethod Expected an @return tag. 109
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 109
 Info misc FinalParameters Parameter propURI should be final. 109
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 109
 Info misc FinalParameters Parameter value should be final. 109
 Error javadoc JavadocMethod Expected @param tag for 'value'. 109
 Warning blocks NeedBraces 'else' construct must use '{}'s. 120
 Error design DesignForExtension Method 'setSecret' is not designed for extension - needs to be abstract, final or empty. 128

org/universAAL/middleware/ui/rdf/Label.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Info regexp RegexpSingleline Line has trailing spaces. 57
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Info misc FinalParameters Parameter labelText should be final. 68
 Info misc FinalParameters Parameter iconURL should be final. 68
 Warning blocks NeedBraces 'if' construct must use '{}'s. 72
 Error javadoc JavadocMethod Expected an @return tag. 79
 Error design DesignForExtension Method 'getIconURL' is not designed for extension - needs to be abstract, final or empty. 79
 Error design DesignForExtension Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. 83
 Error javadoc JavadocMethod Missing a Javadoc comment. 83
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 85
 Info regexp RegexpSingleline Line has trailing spaces. 90
 Error javadoc JavadocMethod Expected an @return tag. 93
 Error design DesignForExtension Method 'getText' is not designed for extension - needs to be abstract, final or empty. 93
 Error javadoc JavadocMethod Expected an @return tag. 100
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 100
 Info misc FinalParameters Parameter propURI should be final. 100
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 100
 Info misc FinalParameters Parameter value should be final. 100
 Error javadoc JavadocMethod Expected @param tag for 'value'. 100
 Warning blocks NeedBraces 'else' construct must use '{}'s. 106
 Error javadoc JavadocMethod Expected an @return tag. 116
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 116
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 118

org/universAAL/middleware/ui/rdf/MediaObject.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info sizes LineLength Line is longer than 80 characters (found 120). 37
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Info sizes LineLength Line is longer than 80 characters (found 81). 53
 Info sizes LineLength Line is longer than 80 characters (found 81). 60
 Info sizes LineLength Line is longer than 80 characters (found 81). 67
 Info sizes LineLength Line is longer than 80 characters (found 81). 74
 Info sizes LineLength Line is longer than 80 characters (found 87). 81
 Info sizes LineLength Line is longer than 80 characters (found 87). 88
 Info regexp RegexpSingleline Line has trailing spaces. 100
 Info misc FinalParameters Parameter parent should be final. 112
 Info misc FinalParameters Parameter label should be final. 112
 Info misc FinalParameters Parameter contentType should be final. 112
 Info misc FinalParameters Parameter contentURL should be final. 113
 Error javadoc JavadocMethod Expected an @return tag. 122
 Error design DesignForExtension Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. 122
 Error javadoc JavadocMethod Expected an @return tag. 129
 Error design DesignForExtension Method 'getContentURL' is not designed for extension - needs to be abstract, final or empty. 129
 Error javadoc JavadocMethod Expected an @return tag. 138
 Error design DesignForExtension Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. 138
 Error javadoc JavadocMethod Expected an @return tag. 147
 Error design DesignForExtension Method 'getResolutionMaxX' is not designed for extension - needs to be abstract, final or empty. 147
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 149
 Error javadoc JavadocMethod Expected an @return tag. 156
 Error design DesignForExtension Method 'getResolutionMaxY' is not designed for extension - needs to be abstract, final or empty. 156
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 158
 Error javadoc JavadocMethod Expected an @return tag. 165
 Error design DesignForExtension Method 'getResolutionMinX' is not designed for extension - needs to be abstract, final or empty. 165
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 167
 Error javadoc JavadocMethod Expected an @return tag. 174
 Error design DesignForExtension Method 'getResolutionMinY' is not designed for extension - needs to be abstract, final or empty. 174
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 176
 Error javadoc JavadocMethod Expected an @return tag. 183
 Error design DesignForExtension Method 'getResolutionPreferredX' is not designed for extension - needs to be abstract, final or empty. 183
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 185
 Error javadoc JavadocMethod Expected an @return tag. 192
 Error design DesignForExtension Method 'getResolutionPreferredY' is not designed for extension - needs to be abstract, final or empty. 192
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 194
 Info regexp RegexpSingleline Line has trailing spaces. 199
 Info sizes LineLength Line is longer than 80 characters (found 115). 201
 Info regexp RegexpSingleline Line has trailing spaces. 203
 Error design DesignForExtension Method 'setMaxResolution' is not designed for extension - needs to be abstract, final or empty. 209
 Info misc FinalParameters Parameter x should be final. 209
 Info misc FinalParameters Parameter y should be final. 209
 Warning blocks NeedBraces 'if' construct must use '{}'s. 210
 Warning blocks NeedBraces 'if' construct must use '{}'s. 212
 Info regexp RegexpSingleline Line has trailing spaces. 218
 Info sizes LineLength Line is longer than 80 characters (found 115). 220
 Info regexp RegexpSingleline Line has trailing spaces. 222
 Error design DesignForExtension Method 'setMinResolution' is not designed for extension - needs to be abstract, final or empty. 228
 Info misc FinalParameters Parameter x should be final. 228
 Info misc FinalParameters Parameter y should be final. 228
 Warning blocks NeedBraces 'if' construct must use '{}'s. 229
 Warning blocks NeedBraces 'if' construct must use '{}'s. 231
 Info regexp RegexpSingleline Line has trailing spaces. 237
 Info sizes LineLength Line is longer than 80 characters (found 115). 239
 Info regexp RegexpSingleline Line has trailing spaces. 241
 Error design DesignForExtension Method 'setPreferredResolution' is not designed for extension - needs to be abstract, final or empty. 247
 Info misc FinalParameters Parameter x should be final. 247
 Info misc FinalParameters Parameter y should be final. 247
 Warning blocks NeedBraces 'if' construct must use '{}'s. 248
 Warning blocks NeedBraces 'if' construct must use '{}'s. 250
 Error javadoc JavadocMethod Expected an @return tag. 257
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 257
 Info misc FinalParameters Parameter propURI should be final. 257
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 257
 Info misc FinalParameters Parameter value should be final. 257
 Error javadoc JavadocMethod Expected @param tag for 'value'. 257
 Warning blocks NeedBraces 'if' construct must use '{}'s. 258
 Warning blocks NeedBraces 'else' construct must use '{}'s. 277

org/universAAL/middleware/ui/rdf/Output.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Error javadoc JavadocMethod Missing a Javadoc comment. 31
 Error javadoc JavadocMethod Missing a Javadoc comment. 35
 Info misc FinalParameters Parameter typeURI should be final. 35
 Info misc FinalParameters Parameter parent should be final. 35
 Info misc FinalParameters Parameter label should be final. 35
 Info misc FinalParameters Parameter ref should be final. 36
 Info misc FinalParameters Parameter initialValue should be final. 36

org/universAAL/middleware/ui/rdf/Range.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.ui.UIHandler. 28
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Info regexp RegexpSingleline Line has trailing spaces. 75
 Info misc FinalParameters Parameter parent should be final. 90
 Info misc FinalParameters Parameter label should be final. 90
 Info misc FinalParameters Parameter ref should be final. 90
 Info misc FinalParameters Parameter valueRestriction should be final. 91
 Info misc FinalParameters Parameter initialValue should be final. 91
 Warning blocks NeedBraces 'if' construct must use '{}'s. 93
 Warning blocks NeedBraces 'if' construct must use '{}'s. 96
 Info sizes LineLength Line is longer than 80 characters (found 87). 97
 Info sizes LineLength Line is longer than 80 characters (found 87). 98
 Error javadoc JavadocMethod Missing a Javadoc comment. 103
 Info misc FinalParameters Parameter r should be final. 103
 Info misc FinalParameters Parameter upper should be final. 103
 Warning blocks NeedBraces 'if' construct must use '{}'s. 104
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 119
 Warning blocks NeedBraces 'if' construct must use '{}'s. 120
 Warning blocks NeedBraces 'if' construct must use '{}'s. 126
 Info sizes LineLength Line is longer than 80 characters (found 98). 129
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 129
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 129
 Error javadoc JavadocMethod Expected an @return tag. 139
 Error design DesignForExtension Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. 139
 Error design DesignForExtension Method 'getMaxValue' is not designed for extension - needs to be abstract, final or empty. 144
 Error javadoc JavadocMethod Missing a Javadoc comment. 144
 Warning blocks NeedBraces 'if' construct must use '{}'s. 145
 Error design DesignForExtension Method 'getMinValue' is not designed for extension - needs to be abstract, final or empty. 150
 Error javadoc JavadocMethod Missing a Javadoc comment. 150
 Warning blocks NeedBraces 'if' construct must use '{}'s. 151
 Info regexp RegexpSingleline Line has trailing spaces. 160
 Error design DesignForExtension Method 'shiftValue' is not designed for extension - needs to be abstract, final or empty. 169
 Info misc FinalParameters Parameter numberOfSteps should be final. 169
 Warning blocks NeedBraces 'if' construct must use '{}'s. 171
 Warning blocks NeedBraces 'if' construct must use '{}'s. 178
 Warning blocks NeedBraces 'for' construct must use '{}'s. 179
 Warning blocks NeedBraces 'else' construct must use '{}'s. 182
 Warning blocks NeedBraces 'for' construct must use '{}'s. 183
 Warning blocks NeedBraces 'else' construct must use '{}'s. 199
 Warning blocks NeedBraces 'if' construct must use '{}'s. 202
 Info regexp RegexpSingleline Line has trailing spaces. 211
 Error design DesignForExtension Method 'getStepsValue' is not designed for extension - needs to be abstract, final or empty. 217
 Info regexp RegexpSingleline Line has trailing spaces. 256
 Info regexp RegexpSingleline Line has trailing spaces. 263
 Error design DesignForExtension Method 'stepValue' is not designed for extension - needs to be abstract, final or empty. 267
 Info misc FinalParameters Parameter numberOfStepsFormMin should be final. 267
 Warning blocks NeedBraces 'for' construct must use '{}'s. 277
 Warning blocks NeedBraces 'else' construct must use '{}'s. 293
 Error javadoc JavadocMethod Expected an @return tag. 302
 Error design DesignForExtension Method 'getRangeLength' is not designed for extension - needs to be abstract, final or empty. 302
 Warning blocks NeedBraces 'if' construct must use '{}'s. 308
 Info sizes LineLength Line is longer than 80 characters (found 85). 309
 Warning blocks NeedBraces 'if' construct must use '{}'s. 312
 Warning blocks NeedBraces 'if' construct must use '{}'s. 316
 Warning blocks NeedBraces 'if' construct must use '{}'s. 320
 Warning blocks NeedBraces 'if' construct must use '{}'s. 324
 Error javadoc JavadocMethod Expected an @return tag. 334
 Error design DesignForExtension Method 'getStep' is not designed for extension - needs to be abstract, final or empty. 334
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 336
 Error javadoc JavadocMethod Expected an @return tag. 342
 Error design DesignForExtension Method 'setStep' is not designed for extension - needs to be abstract, final or empty. 342
 Info misc FinalParameters Parameter step should be final. 342
 Error javadoc JavadocMethod Expected @param tag for 'step'. 342
 Error javadoc JavadocMethod Expected an @return tag. 355
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 355
 Info misc FinalParameters Parameter propURI should be final. 355
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 355
 Info misc FinalParameters Parameter value should be final. 355
 Error javadoc JavadocMethod Expected @param tag for 'value'. 355
 Warning blocks NeedBraces 'if' construct must use '{}'s. 357
 Warning blocks NeedBraces 'else' construct must use '{}'s. 360

org/universAAL/middleware/ui/rdf/Repeat.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Info sizes LineLength Line is longer than 80 characters (found 81). 106
 Error javadoc JavadocVariable Missing a Javadoc comment. 109
 Error javadoc JavadocVariable Missing a Javadoc comment. 110
 Error javadoc JavadocVariable Missing a Javadoc comment. 111
 Error javadoc JavadocVariable Missing a Javadoc comment. 112
 Info regexp RegexpSingleline Line has trailing spaces. 129
 Info misc FinalParameters Parameter parent should be final. 150
 Info misc FinalParameters Parameter label should be final. 150
 Info misc FinalParameters Parameter ref should be final. 150
 Info misc FinalParameters Parameter valueRestriction should be final. 151
 Info misc FinalParameters Parameter initialValue should be final. 151
 Warning blocks NeedBraces 'if' construct must use '{}'s. 154
 Error design DesignForExtension Method 'addChild' is not designed for extension - needs to be abstract, final or empty. 161
 Error javadoc JavadocMethod Missing a Javadoc comment. 161
 Info misc FinalParameters Parameter child should be final. 161
 Warning blocks NeedBraces 'if' construct must use '{}'s. 162
 Warning blocks NeedBraces 'if' construct must use '{}'s. 170
 Info sizes LineLength Line is longer than 80 characters (found 82). 172
 Info regexp RegexpSingleline Line has trailing spaces. 185
 Error design DesignForExtension Method 'addValue' is not designed for extension - needs to be abstract, final or empty. 191
 Warning blocks NeedBraces 'if' construct must use '{}'s. 198
 Info regexp RegexpSingleline Line has trailing spaces. 210
 Error design DesignForExtension Method 'banEntryAddition' is not designed for extension - needs to be abstract, final or empty. 213
 Info regexp RegexpSingleline Line has trailing spaces. 221
 Error design DesignForExtension Method 'banEntryDeletion' is not designed for extension - needs to be abstract, final or empty. 224
 Info regexp RegexpSingleline Line has trailing spaces. 232
 Error design DesignForExtension Method 'banEntryEdit' is not designed for extension - needs to be abstract, final or empty. 235
 Error design DesignForExtension Method 'checkSubmission' is not designed for extension - needs to be abstract, final or empty. 239
 Error javadoc JavadocMethod Missing a Javadoc comment. 239
 Error javadoc JavadocMethod Missing a Javadoc comment. 254
 Warning blocks NeedBraces 'if' construct must use '{}'s. 257
 Warning blocks NeedBraces 'if' construct must use '{}'s. 261
 Error javadoc JavadocMethod Expected an @return tag. 273
 Error design DesignForExtension Method 'getAllValues' is not designed for extension - needs to be abstract, final or empty. 273
 Info misc FinalParameters Parameter fc should be final. 273
 Error javadoc JavadocMethod Expected @param tag for 'fc'. 273
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 274
 Error design DesignForExtension Method 'getAllValues' is not designed for extension - needs to be abstract, final or empty. 277
 Error javadoc JavadocMethod Missing a Javadoc comment. 277
 Info misc FinalParameters Parameter pp should be final. 277
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 280
 Warning blocks NeedBraces 'if' construct must use '{}'s. 285
 Warning blocks NeedBraces 'if' construct must use '{}'s. 287
 Warning blocks NeedBraces 'else' construct must use '{}'s. 289
 Error javadoc JavadocMethod Expected an @return tag. 301
 Error design DesignForExtension Method 'getMaxCardinality' is not designed for extension - needs to be abstract, final or empty. 301
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 303
 Error javadoc JavadocMethod Expected an @return tag. 311
 Error design DesignForExtension Method 'getMinCardinality' is not designed for extension - needs to be abstract, final or empty. 311
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 313
 Error javadoc JavadocMethod Expected an @return tag. 320
 Error design DesignForExtension Method 'getNumberOfValues' is not designed for extension - needs to be abstract, final or empty. 320
 Error design DesignForExtension Method 'getPPathRestriction' is not designed for extension - needs to be abstract, final or empty. 326
 Error javadoc JavadocMethod Missing a Javadoc comment. 326
 Info misc FinalParameters Parameter pp should be final. 326
 Warning blocks NeedBraces 'if' construct must use '{}'s. 330
 Warning blocks NeedBraces 'if' construct must use '{}'s. 335
 Warning blocks NeedBraces 'else' construct must use '{}'s. 337
 Error javadoc JavadocMethod Expected an @return tag. 346
 Error design DesignForExtension Method 'getSearchableField' is not designed for extension - needs to be abstract, final or empty. 346
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 348
 Error javadoc JavadocMethod Expected an @return tag. 356
 Error design DesignForExtension Method 'getSelectionIndex' is not designed for extension - needs to be abstract, final or empty. 356
 Error design DesignForExtension Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. 360
 Error javadoc JavadocMethod Missing a Javadoc comment. 360
 Info misc FinalParameters Parameter pp should be final. 360
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 362
 Error javadoc JavadocMethod Expected an @return tag. 369
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 369
 Info misc FinalParameters Parameter pp should be final. 369
 Error javadoc JavadocMethod Expected @param tag for 'pp'. 369
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 370
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 371
 Error design DesignForExtension Method 'hasValue' is not designed for extension - needs to be abstract, final or empty. 375
 Error javadoc JavadocMethod Missing a Javadoc comment. 375
 Info misc FinalParameters Parameter pp should be final. 375
 Warning blocks NeedBraces 'if' construct must use '{}'s. 378
 Warning blocks NeedBraces 'if' construct must use '{}'s. 381
 Warning blocks NeedBraces 'if' construct must use '{}'s. 386
 Error javadoc JavadocMethod Expected an @return tag. 397
 Error design DesignForExtension Method 'listAcceptsNewEntries' is not designed for extension - needs to be abstract, final or empty. 397
 Error javadoc JavadocMethod Expected an @return tag. 404
 Error design DesignForExtension Method 'listEntriesDeletable' is not designed for extension - needs to be abstract, final or empty. 404
 Error javadoc JavadocMethod Expected an @return tag. 411
 Error design DesignForExtension Method 'listEntriesEditable' is not designed for extension - needs to be abstract, final or empty. 411
 Error design DesignForExtension Method 'moveSelectionDown' is not designed for extension - needs to be abstract, final or empty. 422
 Error design DesignForExtension Method 'moveSelectionUp' is not designed for extension - needs to be abstract, final or empty. 439
 Error javadoc JavadocMethod Missing a Javadoc comment. 448
 Warning blocks NeedBraces 'if' construct must use '{}'s. 452
 Info sizes LineLength Line is longer than 80 characters (found 81). 453
 Warning blocks NeedBraces 'if' construct must use '{}'s. 454
 Info regexp RegexpSingleline Line has trailing spaces. 471
 Error design DesignForExtension Method 'removeSelection' is not designed for extension - needs to be abstract, final or empty. 474
 Error design DesignForExtension Method 'setSearchableField' is not designed for extension - needs to be abstract, final or empty. 488
 Info misc FinalParameters Parameter fc should be final. 488
 Error javadoc JavadocMethod Expected @param tag for 'fc'. 488
 Warning blocks NeedBraces 'if' construct must use '{}'s. 489
 Error design DesignForExtension Method 'setSelection' is not designed for extension - needs to be abstract, final or empty. 499
 Info misc FinalParameters Parameter i should be final. 499
 Error javadoc JavadocMethod Expected @param tag for 'i'. 499
 Warning blocks NeedBraces 'if' construct must use '{}'s. 507
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 513
 Error javadoc JavadocMethod Missing a Javadoc comment. 513
 Info misc FinalParameters Parameter pp should be final. 513
 Info misc FinalParameters Parameter value should be final. 513
 Info misc FinalParameters Parameter valueRestrictions should be final. 514
 Warning blocks NeedBraces 'if' construct must use '{}'s. 515
 Warning blocks NeedBraces 'if' construct must use '{}'s. 518
 Info sizes LineLength Line is longer than 80 characters (found 82). 527
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 527
 Warning blocks NeedBraces 'if' construct must use '{}'s. 529
 Info misc TodoComment Comment matches to-do format 'TODO:'. 534
 Warning blocks NeedBraces 'if' construct must use '{}'s. 539
 Error javadoc JavadocMethod Expected an @return tag. 554
 Error design DesignForExtension Method 'updateSelection' is not designed for extension - needs to be abstract, final or empty. 554
 Warning blocks NeedBraces 'if' construct must use '{}'s. 558
 Error javadoc JavadocMethod Missing a Javadoc comment. 567
 Warning blocks NeedBraces 'if' construct must use '{}'s. 573
 Warning blocks NeedBraces 'else' construct must use '{}'s. 578
 Info regexp RegexpSingleline Line has trailing spaces. 604
 Error design DesignForExtension Method 'virtualFormExpansion' is not designed for extension - needs to be abstract, final or empty. 609
 Error javadoc JavadocMethod Missing a Javadoc comment. 616
 Warning blocks NeedBraces 'if' construct must use '{}'s. 624
 Info sizes LineLength Line is longer than 80 characters (found 91). 660
 Error javadoc JavadocStyle First sentence should end with a period. 674
 Error javadoc JavadocMethod Expected an @return tag. 675
 Error design DesignForExtension Method 'searchFormControl' is not designed for extension - needs to be abstract, final or empty. 675
 Info misc FinalParameters Parameter formControlURI should be final. 675
 Error javadoc JavadocMethod Expected @param tag for 'formControlURI'. 675
 Error javadoc JavadocType Missing a Javadoc comment. 685
 Info regexp RegexpSingleline Line has trailing spaces. 688
 Info modifier RedundantModifier Redundant 'public' modifier. 690
 Info misc FinalParameters Parameter dataRoot should be final. 690
 Error javadoc JavadocMethod Expected @param tag for 'dataRoot'. 690
 Warning coding MagicNumber '5' is a magic number. 691
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 697
 Error javadoc JavadocMethod Missing a Javadoc comment. 700
 Info modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 700
 Info misc FinalParameters Parameter root should be final. 700
 Error javadoc JavadocStyle First sentence should end with a period. 709
 Error javadoc JavadocMethod Expected an @return tag. 710
 Info misc FinalParameters Parameter pp should be final. 710
 Error javadoc JavadocMethod Expected @param tag for 'pp'. 710
 Warning blocks NeedBraces 'if' construct must use '{}'s. 715
 Warning blocks NeedBraces 'else' construct must use '{}'s. 717

org/universAAL/middleware/ui/rdf/Select.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Error javadoc JavadocType Unknown tag 'navassoc'. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Info regexp RegexpSingleline Line has trailing spaces. 60
 Info misc FinalParameters Parameter parent should be final. 75
 Info misc FinalParameters Parameter label should be final. 75
 Info misc FinalParameters Parameter ref should be final. 75
 Info misc FinalParameters Parameter valueRestriction should be final. 76
 Info misc FinalParameters Parameter initialValue should be final. 76
 Error javadoc JavadocMethod Missing a Javadoc comment. 80
 Info misc FinalParameters Parameter typeURI should be final. 80
 Info misc FinalParameters Parameter parent should be final. 80
 Info misc FinalParameters Parameter label should be final. 80
 Info misc FinalParameters Parameter ref should be final. 81
 Info misc FinalParameters Parameter valueRestriction should be final. 81
 Info misc FinalParameters Parameter initialValue should be final. 82
 Error design DesignForExtension Method 'addChoiceItem' is not designed for extension - needs to be abstract, final or empty. 89
 Info misc FinalParameters Parameter item should be final. 89
 Error javadoc JavadocMethod Expected @param tag for 'item'. 89
 Error design DesignForExtension Method 'addChoiceList' is not designed for extension - needs to be abstract, final or empty. 104
 Info misc FinalParameters Parameter list should be final. 104
 Error javadoc JavadocMethod Expected @param tag for 'list'. 104
 Info regexp RegexpSingleline Line has trailing spaces. 120
 Error design DesignForExtension Method 'generateChoices' is not designed for extension - needs to be abstract, final or empty. 124
 Info misc FinalParameters Parameter elems should be final. 124
 Error javadoc JavadocMethod Expected @param tag for 'elems'. 124
 Warning blocks NeedBraces 'if' construct must use '{}'s. 125
 Warning blocks NeedBraces 'if' construct must use '{}'s. 129
 Info sizes LineLength Line is longer than 80 characters (found 81). 131
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 131
 Warning blocks NeedBraces 'if' construct must use '{}'s. 133
 Error javadoc JavadocMethod Expected an @return tag. 148
 Error design DesignForExtension Method 'generateChoices' is not designed for extension - needs to be abstract, final or empty. 148
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 150
 Error javadoc JavadocMethod Expected an @return tag. 158
 Error design DesignForExtension Method 'getChoices' is not designed for extension - needs to be abstract, final or empty. 158
 Warning blocks NeedBraces 'if' construct must use '{}'s. 160
 Error javadoc JavadocMethod Expected an @return tag. 171
 Error design DesignForExtension Method 'getMaxCardinality' is not designed for extension - needs to be abstract, final or empty. 171
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 173
 Error javadoc JavadocMethod Expected an @return tag. 180
 Error design DesignForExtension Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. 180
 Warning blocks NeedBraces 'if' construct must use '{}'s. 182
 Warning blocks NeedBraces 'if' construct must use '{}'s. 190
 Error javadoc JavadocMethod Expected an @return tag. 202
 Error design DesignForExtension Method 'getMinCardinality' is not designed for extension - needs to be abstract, final or empty. 202
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 204
 Error javadoc JavadocMethod Expected an @return tag. 211
 Error design DesignForExtension Method 'isMultilevel' is not designed for extension - needs to be abstract, final or empty. 211
 Warning blocks NeedBraces 'if' construct must use '{}'s. 213
 Warning blocks NeedBraces 'for' construct must use '{}'s. 216
 Warning blocks NeedBraces 'if' construct must use '{}'s. 217
 Info regexp RegexpSingleline Line has trailing spaces. 225
 Error javadoc JavadocMethod Expected an @return tag. 228
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 228
 Info misc FinalParameters Parameter propURI should be final. 228
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 228
 Info misc FinalParameters Parameter value should be final. 228
 Error javadoc JavadocMethod Expected @param tag for 'value'. 228
 Warning blocks NeedBraces 'if' construct must use '{}'s. 230
 Warning blocks NeedBraces 'if' construct must use '{}'s. 235
 Warning blocks NeedBraces 'else' construct must use '{}'s. 248
 Info regexp RegexpSingleline Line has trailing spaces. 258
 Info regexp RegexpSingleline Line has trailing spaces. 261
 Error design DesignForExtension Method 'storeUserInputByLabelString' is not designed for extension - needs to be abstract, final or empty. 264
 Info misc FinalParameters Parameter selectedLabelString should be final. 264
 Error javadoc JavadocMethod Expected @param tag for 'selectedLabelString'. 264
 Warning blocks NeedBraces 'if' construct must use '{}'s. 267
 Warning blocks NeedBraces 'if' construct must use '{}'s. 270
 Warning blocks NeedBraces 'if' construct must use '{}'s. 273

org/universAAL/middleware/ui/rdf/Select1.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Info misc FinalParameters Parameter parent should be final. 58
 Info misc FinalParameters Parameter label should be final. 58
 Info misc FinalParameters Parameter ref should be final. 58
 Info misc FinalParameters Parameter valueRestriction should be final. 59
 Info misc FinalParameters Parameter initialValue should be final. 59

org/universAAL/middleware/ui/rdf/SimpleOutput.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Info misc FinalParameters Parameter parent should be final. 67
 Info misc FinalParameters Parameter label should be final. 67
 Info misc FinalParameters Parameter ref should be final. 67
 Info misc FinalParameters Parameter content should be final. 68
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 69
 Warning blocks NeedBraces 'if' construct must use '{}'s. 71
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 73
 Warning blocks NeedBraces 'if' construct must use '{}'s. 75
 Info sizes LineLength Line is longer than 80 characters (found 83). 76
 Info sizes LineLength Line is longer than 80 characters (found 81). 77
 Warning blocks NeedBraces 'if' construct must use '{}'s. 78
 Error javadoc JavadocMethod Expected an @return tag. 86
 Error design DesignForExtension Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 86
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 88
 Error javadoc JavadocMethod Expected an @return tag. 95
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 95
 Error javadoc JavadocMethod Expected an @return tag. 102
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 102
 Info misc FinalParameters Parameter propURI should be final. 102
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 102
 Info misc FinalParameters Parameter value should be final. 102
 Error javadoc JavadocMethod Expected @param tag for 'value'. 102
 Warning blocks NeedBraces 'else' construct must use '{}'s. 108

org/universAAL/middleware/ui/rdf/SubdialogTrigger.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Info sizes LineLength Line is longer than 80 characters (found 85). 52
 Info regexp RegexpSingleline Line has trailing spaces. 70
 Info misc FinalParameters Parameter parent should be final. 81
 Info misc FinalParameters Parameter label should be final. 81
 Info misc FinalParameters Parameter id should be final. 81
 Info regexp RegexpSingleline Line has trailing spaces. 87
 Error javadoc JavadocMethod Expected an @return tag. 90
 Error design DesignForExtension Method 'getID' is not designed for extension - needs to be abstract, final or empty. 90
 Warning blocks NeedBraces 'if' construct must use '{}'s. 93
 Error javadoc JavadocMethod Expected an @return tag. 103
 Error design DesignForExtension Method 'getRepeatableIDPrefix' is not designed for extension - needs to be abstract, final or empty. 103
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 105
 Info regexp RegexpSingleline Line has trailing spaces. 113
 Error javadoc JavadocMethod Expected an @return tag. 116
 Error design DesignForExtension Method 'needsSelection' is not designed for extension - needs to be abstract, final or empty. 116
 Error javadoc JavadocMethod Expected an @return tag. 123
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 123
 Info misc FinalParameters Parameter propURI should be final. 123
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 123
 Info misc FinalParameters Parameter value should be final. 123
 Error javadoc JavadocMethod Expected @param tag for 'value'. 123
 Warning blocks NeedBraces 'else' construct must use '{}'s. 131
 Error design DesignForExtension Method 'setRepeatableIDPrefix' is not designed for extension - needs to be abstract, final or empty. 138
 Info misc FinalParameters Parameter prefix should be final. 138
 Error javadoc JavadocMethod Expected @param tag for 'prefix'. 138
 Warning blocks NeedBraces 'if' construct must use '{}'s. 139

org/universAAL/middleware/ui/rdf/Submit.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Error javadoc JavadocType Unknown tag 'navassoc'. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Info sizes LineLength Line is longer than 80 characters (found 84). 70
 Info sizes LineLength Line is longer than 80 characters (found 81). 80
 Error design VisibilityModifier Variable 'mandatoryList' must be private and have accessor methods. 101
 Info regexp RegexpSingleline Line has trailing spaces. 114
 Info misc FinalParameters Parameter parent should be final. 124
 Info misc FinalParameters Parameter label should be final. 124
 Info misc FinalParameters Parameter id should be final. 124
 Error javadoc JavadocMethod Missing a Javadoc comment. 131
 Info misc FinalParameters Parameter typeURI should be final. 131
 Info misc FinalParameters Parameter parent should be final. 131
 Info misc FinalParameters Parameter label should be final. 131
 Info misc FinalParameters Parameter id should be final. 131
 Info regexp RegexpSingleline Line has trailing spaces. 140
 Error design DesignForExtension Method 'addMandatoryInput' is not designed for extension - needs to be abstract, final or empty. 143
 Info misc FinalParameters Parameter in should be final. 143
 Error javadoc JavadocMethod Expected @param tag for 'in'. 143
 Error javadoc JavadocMethod Expected an @return tag. 153
 Error design DesignForExtension Method 'getConfirmationMessage' is not designed for extension - needs to be abstract, final or empty. 153
 Error javadoc JavadocMethod Expected an @return tag. 160
 Error design DesignForExtension Method 'getConfirmationType' is not designed for extension - needs to be abstract, final or empty. 160
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 162
 Info regexp RegexpSingleline Line has trailing spaces. 167
 Error design DesignForExtension Method 'getDialogID' is not designed for extension - needs to be abstract, final or empty. 170
 Warning blocks NeedBraces 'if' construct must use '{}'s. 172
 Warning blocks NeedBraces 'while' construct must use '{}'s. 178
 Warning blocks NeedBraces 'if' construct must use '{}'s. 180
 Error javadoc JavadocMethod Expected an @return tag. 190
 Error design DesignForExtension Method 'getID' is not designed for extension - needs to be abstract, final or empty. 190
 Error javadoc JavadocMethod Expected an @return tag. 198
 Error design DesignForExtension Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. 198
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 200
 Error javadoc JavadocMethod Expected an @return tag. 206
 Error design DesignForExtension Method 'getMandatoryInputControls' is not designed for extension - needs to be abstract, final or empty. 206
 Warning blocks NeedBraces 'if' construct must use '{}'s. 207
 Info regexp RegexpSingleline Line has trailing spaces. 217
 Error design DesignForExtension Method 'getMissingInputControl' is not designed for extension - needs to be abstract, final or empty. 221
 Warning blocks NeedBraces 'if' construct must use '{}'s. 222
 Warning blocks NeedBraces 'if' construct must use '{}'s. 227
 Info regexp RegexpSingleline Line has trailing spaces. 236
 Error design DesignForExtension Method 'getMissingInputControls' is not designed for extension - needs to be abstract, final or empty. 239
 Warning blocks NeedBraces 'if' construct must use '{}'s. 240
 Warning blocks NeedBraces 'if' construct must use '{}'s. 245
 Error javadoc JavadocMethod Expected an @return tag. 263
 Error design DesignForExtension Method 'getRelatedControls' is not designed for extension - needs to be abstract, final or empty. 263
 Warning blocks NeedBraces 'if' construct must use '{}'s. 264
 Warning blocks NeedBraces 'for' construct must use '{}'s. 274
 Warning blocks NeedBraces 'if' construct must use '{}'s. 280
 Error javadoc JavadocMethod Expected an @return tag. 291
 Error design DesignForExtension Method 'hasMandatoryInput' is not designed for extension - needs to be abstract, final or empty. 291
 Info misc FinalParameters Parameter fc should be final. 291
 Error javadoc JavadocMethod Expected @param tag for 'fc'. 291
 Error design DesignForExtension Method 'setConfirmationOkCancel' is not designed for extension - needs to be abstract, final or empty. 300
 Info misc FinalParameters Parameter msg should be final. 300
 Error javadoc JavadocMethod Expected @param tag for 'msg'. 300
 Error design DesignForExtension Method 'setConfirmationYesNo' is not designed for extension - needs to be abstract, final or empty. 313
 Info misc FinalParameters Parameter msg should be final. 313
 Error javadoc JavadocMethod Expected @param tag for 'msg'. 313
 Error javadoc JavadocMethod Expected an @return tag. 324
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 324
 Info misc FinalParameters Parameter propURI should be final. 324
 Error javadoc JavadocMethod Expected @param tag for 'propURI'. 324
 Info misc FinalParameters Parameter value should be final. 324
 Error javadoc JavadocMethod Expected @param tag for 'value'. 324
 Warning blocks NeedBraces 'else' construct must use '{}'s. 334
 Warning blocks NeedBraces 'if' construct must use '{}'s. 338
 Warning blocks NeedBraces 'else' construct must use '{}'s. 340
 Warning blocks NeedBraces 'else' construct must use '{}'s. 358

org/universAAL/middleware/ui/rdf/TextArea.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info misc FinalParameters Parameter parent should be final. 59
 Info misc FinalParameters Parameter label should be final. 59
 Info misc FinalParameters Parameter ref should be final. 59
 Info misc FinalParameters Parameter valueRestriction should be final. 60
 Info misc FinalParameters Parameter initialValue should be final. 60
 Error javadoc JavadocMethod Expected an @return tag. 68
 Error design DesignForExtension Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. 68
 Error javadoc JavadocMethod Expected an @return tag. 76
 Error design DesignForExtension Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. 76
 Error javadoc JavadocMethod Expected an @return tag. 83
 Error design DesignForExtension Method 'storeUserInput' is not designed for extension - needs to be abstract, final or empty. 83
 Info misc FinalParameters Parameter value should be final. 83
 Error javadoc JavadocMethod Expected @param tag for 'value'. 83
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 84

org/universAAL/middleware/util/Constants.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Error javadoc JavadocMethod Missing a Javadoc comment. 34
 Info sizes LineLength Line is longer than 80 characters (found 93). 42
 Warning naming ConstantName Name 'VAR_uAAL_CURRENT_DATETIME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 42
 Info sizes LineLength Line is longer than 80 characters (found 97). 49
 Warning naming ConstantName Name 'VAR_uAAL_ACCESSING_BUS_MEMBER' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
 Info sizes LineLength Line is longer than 80 characters (found 97). 57
 Warning naming ConstantName Name 'VAR_uAAL_ACCESSING_HUMAN_USER' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 57
 Info sizes LineLength Line is longer than 80 characters (found 94). 65
 Warning naming ConstantName Name 'VAR_uAAL_SERVICE_TO_SELECT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 65
 Warning naming ConstantName Name 'uAAL_MIDDLEWARE_LOCAL_ID_PREFIX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 71
 Info regexp RegexpSingleline Line has trailing spaces. 79
 Error javadoc JavadocMethod Expected an @return tag. 82
 Info regexp RegexpSingleline Line has trailing spaces. 89
 Info sizes LineLength Line is longer than 80 characters (found 87). 90
 Error javadoc JavadocMethod Expected an @return tag. 92

org/universAAL/middleware/util/GraphIterator.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error design VisibilityModifier Variable 'r' must be private and have accessor methods. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Info misc FinalParameters Parameter r should be final. 46
 Warning coding HiddenField 'r' hides a field. 46
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 50
 Info misc FinalParameters Parameter obj should be final. 51
 Warning blocks NeedBraces 'if' construct must use '{}'s. 52
 Warning blocks NeedBraces 'if' construct must use '{}'s. 54
 Error design DesignForExtension Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 59
 Error design DesignForExtension Method 'set' is not designed for extension - needs to be abstract, final or empty. 64
 Error javadoc JavadocMethod Missing a Javadoc comment. 64
 Info misc FinalParameters Parameter r should be final. 64
 Warning coding HiddenField 'r' hides a field. 64
 Info sizes LineLength Line is longer than 80 characters (found 95). 74
 Error design VisibilityModifier Variable 'visitedResources' must be private and have accessor methods. 74
 Error design VisibilityModifier Variable 'idxdummy' must be private and have accessor methods. 80
 Error design VisibilityModifier Variable 'se' must be private and have accessor methods. 85
 Error design VisibilityModifier Variable 'stack' must be private and have accessor methods. 93
 Error design VisibilityModifier Variable 'nextElement' must be private and have accessor methods. 99
 Error javadoc JavadocVariable Missing a Javadoc comment. 147
 Error design VisibilityModifier Variable 'first' must be private and have accessor methods. 147
 Error javadoc JavadocMethod Missing a Javadoc comment. 149
 Info misc FinalParameters Parameter root should be final. 149
 Error design DesignForExtension Method 'createNext' is not designed for extension - needs to be abstract, final or empty. 153
 Warning blocks NeedBraces 'if' construct must use '{}'s. 155
 Warning blocks NeedBraces 'if' construct must use '{}'s. 165
 Warning blocks NeedBraces 'if' construct must use '{}'s. 174
 Error design DesignForExtension Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 186
 Warning blocks NeedBraces 'if' construct must use '{}'s. 188
 Error design DesignForExtension Method 'next' is not designed for extension - needs to be abstract, final or empty. 193
 Warning blocks NeedBraces 'if' construct must use '{}'s. 201
 Error javadoc JavadocMethod Missing a Javadoc comment. 210
 Info misc FinalParameters Parameter root should be final. 210
 Info regexp RegexpSingleline Line has trailing spaces. 216
 Info misc FinalParameters Parameter root should be final. 221
 Warning blocks NeedBraces 'if' construct must use '{}'s. 222
 Info regexp RegexpSingleline Line has trailing spaces. 233
 Info misc FinalParameters Parameter root should be final. 238
 Warning blocks NeedBraces 'if' construct must use '{}'s. 239
 Error design DesignForExtension Method 'getPropertyEnumeration' is not designed for extension - needs to be abstract, final or empty. 247
 Error javadoc JavadocMethod Missing a Javadoc comment. 247
 Info misc FinalParameters Parameter r should be final. 247
 Error design DesignForExtension Method 'stepDeeper' is not designed for extension - needs to be abstract, final or empty. 251
 Error javadoc JavadocMethod Missing a Javadoc comment. 251
 Info misc FinalParameters Parameter root should be final. 251
 Error design DesignForExtension Method 'stepHigher' is not designed for extension - needs to be abstract, final or empty. 265
 Error javadoc JavadocMethod Missing a Javadoc comment. 265
 Warning blocks NeedBraces 'if' construct must use '{}'s. 266
 Error design DesignForExtension Method 'createResult' is not designed for extension - needs to be abstract, final or empty. 272
 Error javadoc JavadocMethod Missing a Javadoc comment. 272
 Warning blocks NeedBraces 'if' construct must use '{}'s. 273
 Warning blocks NeedBraces 'else' construct must use '{}'s. 277
 Error design DesignForExtension Method 'createNext' is not designed for extension - needs to be abstract, final or empty. 282
 Error javadoc JavadocMethod Missing a Javadoc comment. 282
 Warning blocks NeedBraces 'if' construct must use '{}'s. 283
 Warning blocks NeedBraces 'if' construct must use '{}'s. 293
 Warning blocks NeedBraces 'if' construct must use '{}'s. 321
 Error javadoc JavadocMethod Expected an @return tag. 348
 Error design DesignForExtension Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 348
 Error design DesignForExtension Method 'next' is not designed for extension - needs to be abstract, final or empty. 358
 Error design DesignForExtension Method 'remove' is not designed for extension - needs to be abstract, final or empty. 368

org/universAAL/middleware/util/GraphIteratorElement.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 40
 Info misc FinalParameters Parameter subject should be final. 40
 Warning coding HiddenField 'subject' hides a field. 40
 Info misc FinalParameters Parameter predicate should be final. 40
 Warning coding HiddenField 'predicate' hides a field. 40
 Info misc FinalParameters Parameter object should be final. 41
 Warning coding HiddenField 'object' hides a field. 41
 Info misc FinalParameters Parameter depth should be final. 41
 Warning coding HiddenField 'depth' hides a field. 41
 Info misc FinalParameters Parameter isList should be final. 41
 Warning coding HiddenField 'isList' hides a field. 41
 Info misc FinalParameters Parameter listIndex should be final. 41
 Warning coding HiddenField 'listIndex' hides a field. 41
 Info misc FinalParameters Parameter theList should be final. 42
 Warning coding HiddenField 'theList' hides a field. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 56
 Error javadoc JavadocMethod Missing a Javadoc comment. 60
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Info regexp RegexpSingleline Line has trailing spaces. 76
 Info regexp RegexpSingleline Line has trailing spaces. 85
 Info regexp RegexpSingleline Line has trailing spaces. 94

org/universAAL/middleware/util/IntAggregator.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Error javadoc JavadocMethod Expected an @return tag. 53
 Info misc FinalParameters Parameter vote should be final. 53
 Error javadoc JavadocMethod Expected @param tag for 'vote'. 53
 Warning blocks NeedBraces 'if' construct must use '{}'s. 57
 Warning coding InnerAssignment Inner assignments should be avoided. 58
 Warning blocks NeedBraces 'if' construct must use '{}'s. 59
 Warning blocks NeedBraces 'if' construct must use '{}'s. 61
 Error javadoc JavadocMethod Expected an @return tag. 70
 Error javadoc JavadocMethod Expected an @return tag. 75
 Error javadoc JavadocMethod Expected an @return tag. 80
 Error javadoc JavadocMethod Expected an @return tag. 85

org/universAAL/middleware/util/MatchLogEntry.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Error javadoc JavadocType Missing a Javadoc comment. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocMethod Missing a Javadoc comment. 32
 Info misc FinalParameters Parameter errorCode should be final. 32
 Warning coding HiddenField 'errorCode' hides a field. 32
 Info misc FinalParameters Parameter te1 should be final. 32
 Warning coding HiddenField 'te1' hides a field. 32
 Info misc FinalParameters Parameter te2 should be final. 33
 Warning coding HiddenField 'te2' hides a field. 33
 Info misc FinalParameters Parameter message should be final. 33
 Warning coding HiddenField 'message' hides a field. 33
 Info misc FinalParameters Parameter details should be final. 33
 Warning coding HiddenField 'details' hides a field. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Info misc FinalParameters Parameter errorCode should be final. 41
 Warning coding HiddenField 'errorCode' hides a field. 41
 Info misc FinalParameters Parameter te1 should be final. 41
 Warning coding HiddenField 'te1' hides a field. 41
 Info sizes LineLength Line is longer than 80 characters (found 81). 42
 Info misc FinalParameters Parameter te2 should be final. 42
 Warning coding HiddenField 'te2' hides a field. 42
 Info misc FinalParameters Parameter message should be final. 42
 Warning coding HiddenField 'message' hides a field. 42
 Info misc FinalParameters Parameter details should be final. 42
 Warning coding HiddenField 'details' hides a field. 42
 Info misc FinalParameters Parameter args should be final. 42
 Warning coding HiddenField 'args' hides a field. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 47
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Error javadoc JavadocMethod Missing a Javadoc comment. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 67

org/universAAL/middleware/util/OntologyListener.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info imports UnusedImports Unused import - org.universAAL.middleware.owl.OntologyManagement. 22
 Info sizes LineLength Line is longer than 80 characters (found 118). 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info modifier RedundantModifier Redundant 'public' modifier. 40
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info modifier RedundantModifier Redundant 'public' modifier. 48

org/universAAL/middleware/util/RatingAggregator.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocMethod Expected an @return tag. 56
 Info misc FinalParameters Parameter r should be final. 56
 Error javadoc JavadocMethod Expected @param tag for 'r'. 56
 Warning blocks NeedBraces 'if' construct must use '{}'s. 61
 Warning coding InnerAssignment Inner assignments should be avoided. 62
 Warning blocks NeedBraces 'if' construct must use '{}'s. 63
 Warning blocks NeedBraces 'if' construct must use '{}'s. 65
 Warning blocks NeedBraces 'if' construct must use '{}'s. 69
 Error javadoc JavadocMethod Expected an @return tag. 78
 Error javadoc JavadocMethod Expected an @return tag. 83
 Error javadoc JavadocMethod Expected an @return tag. 88
 Error javadoc JavadocMethod Expected an @return tag. 93

org/universAAL/middleware/util/ResourceComparator.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Error javadoc JavadocStyle First sentence should end with a period. 47
 Error javadoc JavadocStyle First sentence should end with a period. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Info misc FinalParameters Parameter ignoreEmptyList should be final. 58
 Warning coding HiddenField 'ignoreEmptyList' hides a field. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 62
 Error javadoc JavadocMethod Expected an @return tag. 74
 Info misc FinalParameters Parameter indent should be final. 74
 Error javadoc JavadocMethod Expected @param tag for 'indent'. 74
 Info misc FinalParameters Parameter l1 should be final. 74
 Error javadoc JavadocMethod Expected @param tag for 'l1'. 74
 Info misc FinalParameters Parameter l2 should be final. 74
 Error javadoc JavadocMethod Expected @param tag for 'l2'. 74
 Info misc FinalParameters Parameter closedList should be final. 74
 Error javadoc JavadocMethod Expected @param tag for 'closedList'. 74
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 78
 Warning blocks NeedBraces 'while' construct must use '{}'s. 85
 Warning blocks NeedBraces 'if' construct must use '{}'s. 86
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 123
 Error javadoc JavadocMethod Expected an @return tag. 147
 Info misc FinalParameters Parameter indent should be final. 147
 Error javadoc JavadocMethod Expected @param tag for 'indent'. 147
 Info misc FinalParameters Parameter r1 should be final. 147
 Error javadoc JavadocMethod Expected @param tag for 'r1'. 147
 Info misc FinalParameters Parameter r2 should be final. 147
 Error javadoc JavadocMethod Expected @param tag for 'r2'. 147
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 152
 Info sizes LineLength Line is longer than 80 characters (found 81). 153
 Warning blocks NeedBraces 'if' construct must use '{}'s. 157
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 165
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 166
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 169
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 176
 Warning blocks NeedBraces 'if' construct must use '{}'s. 182
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 187
 Warning blocks NeedBraces 'if' construct must use '{}'s. 197
 Error javadoc JavadocMethod Expected an @return tag. 207
 Info misc FinalParameters Parameter indent should be final. 207
 Error javadoc JavadocMethod Expected @param tag for 'indent'. 207
 Info misc FinalParameters Parameter prop should be final. 207
 Error javadoc JavadocMethod Expected @param tag for 'prop'. 207
 Info misc FinalParameters Parameter v1 should be final. 207
 Error javadoc JavadocMethod Expected @param tag for 'v1'. 207
 Info misc FinalParameters Parameter v2 should be final. 207
 Error javadoc JavadocMethod Expected @param tag for 'v2'. 207
 Info misc FinalParameters Parameter closedList should be final. 208
 Error javadoc JavadocMethod Expected @param tag for 'closedList'. 208
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 210
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 211
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 212
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 216
 Info sizes LineLength Line is longer than 80 characters (found 81). 217
 Warning blocks NeedBraces 'if' construct must use '{}'s. 219
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 221
 Warning blocks NeedBraces 'else' construct must use '{}'s. 223
 Warning blocks NeedBraces 'if' construct must use '{}'s. 225
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 229
 Warning blocks NeedBraces 'else' construct must use '{}'s. 234
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 237
 Warning blocks NeedBraces 'else' construct must use '{}'s. 239
 Error javadoc JavadocMethod Expected an @return tag. 247
 Info misc FinalParameters Parameter r1 should be final. 247
 Error javadoc JavadocMethod Expected @param tag for 'r1'. 247
 Info misc FinalParameters Parameter r2 should be final. 247
 Error javadoc JavadocMethod Expected @param tag for 'r2'. 247
 Info regexp RegexpSingleline Line has trailing spaces. 255
 Info sizes LineLength Line is longer than 80 characters (found 122). 256
 Info misc FinalParameters Parameter r1 should be final. 259
 Error javadoc JavadocMethod Expected @param tag for 'r1'. 259
 Info misc FinalParameters Parameter r2 should be final. 259
 Error javadoc JavadocMethod Expected @param tag for 'r2'. 259
 Error javadoc JavadocMethod Missing a Javadoc comment. 265
 Info misc FinalParameters Parameter r1 should be final. 265
 Info misc FinalParameters Parameter r2 should be final. 265
 Warning blocks NeedBraces 'if' construct must use '{}'s. 268
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 270
 Warning blocks NeedBraces 'if' construct must use '{}'s. 272
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 275
 Info sizes LineLength Line is longer than 80 characters (found 81). 276
 Warning blocks EmptyBlock Must have at least one statement. 277
 Warning blocks NeedBraces 'else' construct must use '{}'s. 283
 Error javadoc JavadocMethod Missing a Javadoc comment. 289
 Info misc FinalParameters Parameter r1 should be final. 289
 Info misc FinalParameters Parameter r2 should be final. 289
 Info regexp RegexpSingleline Line has trailing spaces. 301
 Info misc FinalParameters Parameter indent should be final. 309
 Info misc FinalParameters Parameter lineContent should be final. 309
 Warning blocks NeedBraces 'for' construct must use '{}'s. 312
 Warning blocks NeedBraces 'for' construct must use '{}'s. 314

org/universAAL/middleware/util/ResourceUtil.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Info misc FinalParameters Parameter e should be final. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 48
 Info misc FinalParameters Parameter e should be final. 48
 Info misc FinalParameters Parameter prefix should be final. 48
 Warning blocks NeedBraces 'if' construct must use '{}'s. 49
 Warning blocks NeedBraces 'if' construct must use '{}'s. 57
 Warning blocks NeedBraces 'else' construct must use '{}'s. 62
 Warning blocks NeedBraces 'if' construct must use '{}'s. 71
 Info misc TodoComment Comment matches to-do format 'TODO:'. 81

org/universAAL/middleware/util/Specializer.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 45
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Info sizes LineLength Line is longer than 80 characters (found 108). 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Info misc FinalParameters Parameter root should be final. 63
 Warning blocks NeedBraces 'if' construct must use '{}'s. 64
 Error javadoc JavadocMethod Missing a Javadoc comment. 99
 Info misc FinalParameters Parameter r1 should be final. 99
 Info misc FinalParameters Parameter r2 should be final. 99
 Warning blocks NeedBraces 'if' construct must use '{}'s. 110
 Warning blocks NeedBraces 'if' construct must use '{}'s. 112
 Warning blocks NeedBraces 'else' construct must use '{}'s. 114
 Warning blocks NeedBraces 'if' construct must use '{}'s. 130
 Error javadoc JavadocMethod Missing a Javadoc comment. 149
 Info misc FinalParameters Parameter r should be final. 149
 Warning blocks NeedBraces 'if' construct must use '{}'s. 182

org/universAAL/middleware/xsd/Base64Binary.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info sizes LineLength Line is longer than 80 characters (found 82). 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info misc FinalParameters Parameter val should be final. 45
 Warning coding HiddenField 'val' hides a field. 45
 Warning blocks NeedBraces 'if' construct must use '{}'s. 46
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Error javadoc JavadocMethod Unused @param tag for 'val'. 54
 Info misc FinalParameters Parameter encodedVal should be final. 57
 Warning coding HiddenField 'encodedVal' hides a field. 57
 Error javadoc JavadocMethod Expected @param tag for 'encodedVal'. 57
 Warning blocks NeedBraces 'if' construct must use '{}'s. 58
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Warning blocks NeedBraces 'if' construct must use '{}'s. 69
 Info regexp RegexpSingleline Line has trailing spaces. 71
 Warning blocks NeedBraces 'if' construct must use '{}'s. 77
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Warning blocks NeedBraces 'if' construct must use '{}'s. 83
 Error javadoc JavadocMethod Missing a Javadoc comment. 88
 Info misc FinalParameters Parameter val should be final. 88
 Error javadoc JavadocMethod Missing a Javadoc comment. 92
 Info misc FinalParameters Parameter encodedVal should be final. 92
 Warning coding EqualsHashCode Definition of 'equals()' without corresponding definition of 'hashCode()'. 101
 Info misc FinalParameters Parameter obj should be final. 102
 Warning blocks NeedBraces 'if' construct must use '{}'s. 103
 Warning blocks NeedBraces 'if' construct must use '{}'s. 105
 Warning blocks NeedBraces 'if' construct must use '{}'s. 107

org/universAAL/middleware/xsd/NonNegativeInteger.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 1
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 5
 Info regexp RegexpSingleline Line has trailing spaces. 7
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info regexp RegexpSingleline Line has trailing spaces. 27
 Info sizes LineLength Line is longer than 80 characters (found 96). 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Info misc FinalParameters Parameter val should be final. 44
 Warning blocks NeedBraces 'if' construct must use '{}'s. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Info misc FinalParameters Parameter val should be final. 52
 Warning coding HiddenField 'intval' hides a field. 53
 Warning blocks NeedBraces 'if' construct must use '{}'s. 54
 Info misc TodoComment Comment matches to-do format 'TODO:'. 60
 Warning blocks NeedBraces 'if' construct must use '{}'s. 65
 Warning blocks NeedBraces 'else' construct must use '{}'s. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Warning coding EqualsHashCode Definition of 'equals()' without corresponding definition of 'hashCode()'. 75
 Error javadoc JavadocMethod Missing a Javadoc comment. 75
 Info misc FinalParameters Parameter obj should be final. 75
 Warning blocks NeedBraces 'if' construct must use '{}'s. 76
 Warning blocks NeedBraces 'if' construct must use '{}'s. 78
 Warning blocks NeedBraces 'if' construct must use '{}'s. 80
 Error javadoc JavadocMethod Missing a Javadoc comment. 85
 Warning blocks NeedBraces 'if' construct must use '{}'s. 91
 Warning blocks NeedBraces 'else' construct must use '{}'s. 93
 Warning blocks NeedBraces 'if' construct must use '{}'s. 99
 Warning blocks NeedBraces 'else' construct must use '{}'s. 101
 Warning blocks NeedBraces 'if' construct must use '{}'s. 107
 Warning blocks NeedBraces 'else' construct must use '{}'s. 109
 Error javadoc JavadocMethod Missing a Javadoc comment. 113
 Info misc FinalParameters Parameter o should be final. 113

org/universAAL/middleware/xsd/util/Base64.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes FileLength File length is 2,217 lines (max allowed is 2,000). 1
 Info sizes LineLength Line is longer than 80 characters (found 86). 3
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 6
 Info regexp RegexpSingleline Line has trailing spaces. 11
 Info sizes LineLength Line is longer than 80 characters (found 85). 11
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Info sizes LineLength Line is longer than 80 characters (found 87). 12
 Info regexp RegexpSingleline Line has trailing spaces. 13
 Info sizes LineLength Line is longer than 80 characters (found 84). 13
 Info sizes LineLength Line is longer than 80 characters (found 84). 14
 Info sizes LineLength Line is longer than 80 characters (found 85). 17
 Info regexp RegexpSingleline Line has trailing spaces. 22
 Info sizes LineLength Line is longer than 80 characters (found 87). 22
 Info sizes LineLength Line is longer than 80 characters (found 100). 25
 Info sizes LineLength Line is longer than 80 characters (found 101). 26
 Info sizes LineLength Line is longer than 80 characters (found 81). 45
 Info sizes LineLength Line is longer than 80 characters (found 90). 54
 Info sizes LineLength Line is longer than 80 characters (found 88). 58
 Info sizes LineLength Line is longer than 80 characters (found 82). 59
 Info sizes LineLength Line is longer than 80 characters (found 82). 61
 Info sizes LineLength Line is longer than 80 characters (found 90). 62
 Info sizes LineLength Line is longer than 80 characters (found 82). 63
 Info sizes LineLength Line is longer than 80 characters (found 96). 66
 Info sizes LineLength Line is longer than 80 characters (found 85). 68
 Info regexp RegexpSingleline Line has trailing spaces. 69
 Info sizes LineLength Line is longer than 80 characters (found 82). 69
 Info sizes LineLength Line is longer than 80 characters (found 81). 70
 Info sizes LineLength Line is longer than 80 characters (found 87). 73
 Info sizes LineLength Line is longer than 80 characters (found 94). 75
 Info sizes LineLength Line is longer than 80 characters (found 89). 77
 Info sizes LineLength Line is longer than 80 characters (found 87). 78
 Info sizes LineLength Line is longer than 80 characters (found 82). 82
 Info sizes LineLength Line is longer than 80 characters (found 87). 84
 Info sizes LineLength Line is longer than 80 characters (found 81). 87
 Info sizes LineLength Line is longer than 80 characters (found 83). 94
 Info sizes LineLength Line is longer than 80 characters (found 83). 101
 Info sizes LineLength Line is longer than 80 characters (found 103). 104
 Info regexp RegexpSingleline Line has trailing spaces. 107
 Info sizes LineLength Line is longer than 80 characters (found 82). 108
 Info sizes LineLength Line is longer than 80 characters (found 87). 110
 Info regexp RegexpSingleline Line has trailing spaces. 114
 Info regexp RegexpSingleline Line has trailing spaces. 120
 Info regexp RegexpSingleline Line has trailing spaces. 121
 Info regexp RegexpSingleline Line has trailing spaces. 122
 Info regexp RegexpSingleline Line has trailing spaces. 123
 Info regexp RegexpSingleline Line has trailing spaces. 124
 Info sizes LineLength Line is longer than 80 characters (found 85). 125
 Info sizes LineLength Line is longer than 80 characters (found 85). 130
 Info sizes LineLength Line is longer than 80 characters (found 84). 131
 Info sizes LineLength Line is longer than 80 characters (found 95). 132
 Info sizes LineLength Line is longer than 80 characters (found 81). 140
 Error javadoc JavadocType Missing a Javadoc comment. 151
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 156
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 159
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 162
 Info sizes LineLength Line is longer than 80 characters (found 83). 164
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 165
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 170
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 173
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 184
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 191
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 196
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 199
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 202
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 205
 Error javadoc JavadocVariable Missing a Javadoc comment. 207
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 207
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 208
 Error javadoc JavadocVariable Missing a Javadoc comment. 209
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 209
 Error javadoc JavadocVariable Missing a Javadoc comment. 219
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 219
 Warning naming ConstantName Name '_STANDARD_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 219
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 219
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 238
 Warning naming ConstantName Name '_STANDARD_DECODABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 238
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 238
 Info whitespace NoWhitespaceBefore ',' is preceded with whitespace. 265
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 295
 Warning naming ConstantName Name '_URL_SAFE_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 295
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 295
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 313
 Warning naming ConstantName Name '_URL_SAFE_DECODABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 313
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 313
 Info whitespace NoWhitespaceBefore ',' is preceded with whitespace. 344
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 373
 Warning naming ConstantName Name '_ORDERED_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 373
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 373
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 391
 Warning naming ConstantName Name '_ORDERED_DECODABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 391
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 391
 Info whitespace NoWhitespaceBefore ',' is preceded with whitespace. 422
 Error javadoc JavadocMethod Expected an @return tag. 451
 Info modifier RedundantModifier Redundant 'final' modifier. 451
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 451
 Info misc FinalParameters Parameter options should be final. 451
 Error javadoc JavadocMethod Expected @param tag for 'options'. 451
 Error javadoc JavadocMethod Expected an @return tag. 467
 Info modifier RedundantModifier Redundant 'final' modifier. 467
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 467
 Info misc FinalParameters Parameter options should be final. 467
 Error javadoc JavadocMethod Expected @param tag for 'options'. 467
 Error javadoc JavadocStyle Extra HTML tag found: </var> and 484
 Error javadoc JavadocStyle Extra HTML tag found: </var>. The 486
 Error javadoc JavadocStyle Extra HTML tag found: </var> needs only be as big as 487
 Error javadoc JavadocStyle Extra HTML tag found: </var>. Code can reuse a byte array by passing a 488
 Error javadoc JavadocStyle Extra HTML tag found: </var>. 489
 Info regexp RegexpSingleline Line has trailing spaces. 490
 Info misc FinalParameters Parameter b4 should be final. 500
 Info misc FinalParameters Parameter threeBytes should be final. 500
 Info misc FinalParameters Parameter numSigBytes should be final. 501
 Info misc FinalParameters Parameter options should be final. 501
 Error javadoc JavadocMethod Expected @param tag for 'options'. 501
 Error javadoc JavadocStyle Extra HTML tag found: </var> and writes the 508
 Error javadoc JavadocStyle Extra HTML tag found: </var>. The source and 509
 Error javadoc JavadocStyle Extra HTML tag found: </var> and <var>destOffset</var>. This method 511
 Error javadoc JavadocStyle Extra HTML tag found: </var>. This method 511
 Error javadoc JavadocStyle Extra HTML tag found: </var> + 3 for the <var>source</var> array or 513
 Error javadoc JavadocStyle Extra HTML tag found: </var> array or 513
 Error javadoc JavadocStyle Extra HTML tag found: </var> + 4 for the <var>destination</var> array. The 514
 Error javadoc JavadocStyle Extra HTML tag found: </var> array. The 514
 Error javadoc JavadocStyle Extra HTML tag found: </var>. 516
 Info regexp RegexpSingleline Line has trailing spaces. 522
 Error javadoc JavadocStyle Extra HTML tag found: </var> array 533
 Info misc FinalParameters Parameter source should be final. 536
 Info misc FinalParameters Parameter srcOffset should be final. 536
 Info misc FinalParameters Parameter numSigBytes should be final. 537
 Info misc FinalParameters Parameter destination should be final. 537
 Info misc FinalParameters Parameter destOffset should be final. 537
 Info misc FinalParameters Parameter options should be final. 537
 Error javadoc JavadocMethod Expected @param tag for 'options'. 537
 Warning naming LocalVariableName Name 'ALPHABET' must match pattern '^[a-z][a-zA-Z0-9]*$'. 539
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 553
 Warning coding MagicNumber '24' is a magic number. 553
 Warning coding MagicNumber '8' is a magic number. 553
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 554
 Warning coding MagicNumber '24' is a magic number. 554
 Warning coding MagicNumber '16' is a magic number. 554
 Info sizes LineLength Line is longer than 80 characters (found 81). 555
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 555
 Warning coding MagicNumber '24' is a magic number. 555
 Warning coding MagicNumber '24' is a magic number. 555
 Warning coding MagicNumber '3' is a magic number. 558
 Warning coding MagicNumber '18' is a magic number. 559
 Warning coding MagicNumber '12' is a magic number. 560
 Warning coding MagicNumber '0x3f' is a magic number. 560
 Warning coding MagicNumber '6' is a magic number. 561
 Warning coding MagicNumber '0x3f' is a magic number. 561
 Warning coding MagicNumber '3' is a magic number. 562
 Warning coding MagicNumber '0x3f' is a magic number. 562
 Warning coding MagicNumber '18' is a magic number. 566
 Warning coding MagicNumber '12' is a magic number. 567
 Warning coding MagicNumber '0x3f' is a magic number. 567
 Warning coding MagicNumber '6' is a magic number. 568
 Warning coding MagicNumber '0x3f' is a magic number. 568
 Warning coding MagicNumber '3' is a magic number. 569
 Warning coding MagicNumber '18' is a magic number. 573
 Warning coding MagicNumber '12' is a magic number. 574
 Warning coding MagicNumber '0x3f' is a magic number. 574
 Warning coding MagicNumber '3' is a magic number. 576
 Info regexp RegexpSingleline Line has trailing spaces. 589
 Info misc FinalParameters Parameter raw should be final. 596
 Info misc FinalParameters Parameter encoded should be final. 597
 Warning coding MagicNumber '3' is a magic number. 598
 Warning coding MagicNumber '4' is a magic number. 599
 Warning coding MagicNumber '3' is a magic number. 602
 Info regexp RegexpSingleline Line has trailing spaces. 614
 Info misc FinalParameters Parameter raw should be final. 621
 Info misc FinalParameters Parameter encoded should be final. 622
 Warning coding MagicNumber '3' is a magic number. 623
 Warning coding MagicNumber '4' is a magic number. 624
 Warning coding MagicNumber '3' is a magic number. 627
 Warning coding MagicNumber '4' is a magic number. 630
 Warning coding MagicNumber '0xFF' is a magic number. 631
 Info regexp RegexpSingleline Line has trailing spaces. 639
 Info regexp RegexpSingleline Line has trailing spaces. 646
 Info regexp RegexpSingleline Line has trailing spaces. 648
 Info misc FinalParameters Parameter serializableObject should be final. 658
 Info regexp RegexpSingleline Line has trailing spaces. 666
 Info regexp RegexpSingleline Line has trailing spaces. 673
 Info regexp RegexpSingleline Line has trailing spaces. 677
 Info regexp RegexpSingleline Line has trailing spaces. 687
 Info misc FinalParameters Parameter serializableObject should be final. 699
 Info misc FinalParameters Parameter options should be final. 700
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 725
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 730
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 753
 Info regexp RegexpSingleline Line has trailing spaces. 763
 Info misc FinalParameters Parameter source should be final. 771
 Info regexp RegexpSingleline Line has trailing spaces. 789
 Info regexp RegexpSingleline Line has trailing spaces. 800
 Info regexp RegexpSingleline Line has trailing spaces. 801
 Info regexp RegexpSingleline Line has trailing spaces. 808
 Info regexp RegexpSingleline Line has trailing spaces. 809
 Info misc FinalParameters Parameter source should be final. 823
 Info misc FinalParameters Parameter options should be final. 823
 Info regexp RegexpSingleline Line has trailing spaces. 830
 Info regexp RegexpSingleline Line has trailing spaces. 837
 Info regexp RegexpSingleline Line has trailing spaces. 838
 Info misc FinalParameters Parameter source should be final. 852
 Info misc FinalParameters Parameter off should be final. 852
 Info misc FinalParameters Parameter len should be final. 852
 Info regexp RegexpSingleline Line has trailing spaces. 870
 Info regexp RegexpSingleline Line has trailing spaces. 881
 Info regexp RegexpSingleline Line has trailing spaces. 882
 Info regexp RegexpSingleline Line has trailing spaces. 889
 Info regexp RegexpSingleline Line has trailing spaces. 890
 Info misc FinalParameters Parameter source should be final. 910
 Info misc FinalParameters Parameter off should be final. 910
 Info misc FinalParameters Parameter len should be final. 910
 Info misc FinalParameters Parameter options should be final. 911
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 917
 Info regexp RegexpSingleline Line has trailing spaces. 928
 Info regexp RegexpSingleline Line has trailing spaces. 929
 Info misc FinalParameters Parameter source should be final. 937
 Info regexp RegexpSingleline Line has trailing spaces. 954
 Info regexp RegexpSingleline Line has trailing spaces. 955
 Info misc FinalParameters Parameter source should be final. 975
 Info misc FinalParameters Parameter off should be final. 975
 Info misc FinalParameters Parameter len should be final. 975
 Info misc FinalParameters Parameter options should be final. 976
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 1012
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 1017
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1034
 Warning coding MagicNumber '3' is a magic number. 1047
 Warning coding MagicNumber '4' is a magic number. 1047
 Warning coding MagicNumber '3' is a magic number. 1047
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 1047
 Warning coding MagicNumber '4' is a magic number. 1047
 Warning coding MagicNumber '3' is a magic number. 1060
 Warning coding MagicNumber '4' is a magic number. 1060
 Warning coding MagicNumber '3' is a magic number. 1061
 Warning coding MagicNumber '4' is a magic number. 1063
 Warning coding MagicNumber '4' is a magic number. 1065
 Warning coding MagicNumber '4' is a magic number. 1073
 Error javadoc JavadocStyle Extra HTML tag found: </var> and writes the resulting 1099
 Error javadoc JavadocStyle Extra HTML tag found: </var>. The source and 1100
 Error javadoc JavadocStyle Extra HTML tag found: </var> and <var>destOffset</var>. This method 1102
 Error javadoc JavadocStyle Extra HTML tag found: </var>. This method 1102
 Error javadoc JavadocStyle Extra HTML tag found: </var> + 4 for the <var>source</var> array or 1104
 Error javadoc JavadocStyle Extra HTML tag found: </var> array or 1104
 Error javadoc JavadocStyle Extra HTML tag found: </var> + 3 for the <var>destination</var> array. This 1105
 Error javadoc JavadocStyle Extra HTML tag found: </var> array. This 1105
 Info regexp RegexpSingleline Line has trailing spaces. 1112
 Info regexp RegexpSingleline Line has trailing spaces. 1113
 Info misc FinalParameters Parameter source should be final. 1133
 Info misc FinalParameters Parameter srcOffset should be final. 1133
 Info misc FinalParameters Parameter destination should be final. 1134
 Info misc FinalParameters Parameter destOffset should be final. 1134
 Info misc FinalParameters Parameter options should be final. 1134
 Warning coding MagicNumber '3' is a magic number. 1143
 Warning naming LocalVariableName Name 'DECODABET' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1154
 Warning coding MagicNumber '0xFF' is a magic number. 1162
 Warning coding MagicNumber '18' is a magic number. 1162
 Warning coding MagicNumber '0xFF' is a magic number. 1163
 Warning coding MagicNumber '12' is a magic number. 1163
 Warning coding MagicNumber '16' is a magic number. 1165
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1167
 Warning coding MagicNumber '3' is a magic number. 1170
 Warning coding MagicNumber '0xFF' is a magic number. 1176
 Warning coding MagicNumber '18' is a magic number. 1176
 Warning coding MagicNumber '0xFF' is a magic number. 1177
 Warning coding MagicNumber '12' is a magic number. 1177
 Warning coding MagicNumber '0xFF' is a magic number. 1178
 Warning coding MagicNumber '6' is a magic number. 1178
 Warning coding MagicNumber '16' is a magic number. 1180
 Warning coding MagicNumber '8' is a magic number. 1181
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1183
 Warning coding MagicNumber '0xFF' is a magic number. 1193
 Warning coding MagicNumber '18' is a magic number. 1193
 Warning coding MagicNumber '0xFF' is a magic number. 1194
 Warning coding MagicNumber '12' is a magic number. 1194
 Warning coding MagicNumber '0xFF' is a magic number. 1195
 Warning coding MagicNumber '6' is a magic number. 1195
 Warning coding MagicNumber '3' is a magic number. 1196
 Warning coding MagicNumber '0xFF' is a magic number. 1196
 Warning coding MagicNumber '16' is a magic number. 1198
 Warning coding MagicNumber '8' is a magic number. 1199
 Warning coding MagicNumber '3' is a magic number. 1202
 Info regexp RegexpSingleline Line has trailing spaces. 1213
 Info misc FinalParameters Parameter source should be final. 1219
 Error javadoc JavadocMethod Expected @throws tag for 'java.io.IOException'. 1219
 Info regexp RegexpSingleline Line has trailing spaces. 1238
 Info misc FinalParameters Parameter source should be final. 1252
 Info misc FinalParameters Parameter off should be final. 1252
 Info misc FinalParameters Parameter len should be final. 1252
 Info misc FinalParameters Parameter options should be final. 1252
 Warning coding MagicNumber '4' is a magic number. 1267
 Info sizes LineLength Line is longer than 80 characters (found 105). 1269
 Warning naming LocalVariableName Name 'DECODABET' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1273
 Warning coding MagicNumber '3' is a magic number. 1275
 Warning coding MagicNumber '4' is a magic number. 1275
 Warning coding MagicNumber '4' is a magic number. 1279
 Warning coding MagicNumber '0xFF' is a magic number. 1287
 Warning coding MagicNumber '3' is a magic number. 1295
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 1306
 Warning coding MagicNumber '0xFF' is a magic number. 1309
 Info regexp RegexpSingleline Line has trailing spaces. 1324
 Info misc FinalParameters Parameter s should be final. 1332
 Info regexp RegexpSingleline Line has trailing spaces. 1339
 Info misc FinalParameters Parameter s should be final. 1351
 Info misc FinalParameters Parameter options should be final. 1351
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1361
 Warning coding MagicNumber '4' is a magic number. 1373
 Warning coding MagicNumber '0xff' is a magic number. 1375
 Warning coding MagicNumber '8' is a magic number. 1375
 Warning coding MagicNumber '0xff00' is a magic number. 1375
 Warning coding MagicNumber '2048' is a magic number. 1380
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 1395
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 1399
 Info regexp RegexpSingleline Line has trailing spaces. 1424
 Info misc FinalParameters Parameter encodedObject should be final. 1437
 Info regexp RegexpSingleline Line has trailing spaces. 1446
 Info misc FinalParameters Parameter encodedObject should be final. 1463
 Info misc FinalParameters Parameter options should be final. 1463
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 1480
 Info misc FinalParameters Parameter streamClass should be final. 1487
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1501
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1504
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1507
 Info regexp RegexpSingleline Line has trailing spaces. 1524
 Info regexp RegexpSingleline Line has trailing spaces. 1531
 Info misc FinalParameters Parameter dataToEncode should be final. 1542
 Info misc FinalParameters Parameter filename should be final. 1542
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1554
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1557
 Info regexp RegexpSingleline Line has trailing spaces. 1569
 Info regexp RegexpSingleline Line has trailing spaces. 1576
 Info misc FinalParameters Parameter dataToDecode should be final. 1585
 Info misc FinalParameters Parameter filename should be final. 1585
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1593
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1596
 Info regexp RegexpSingleline Line has trailing spaces. 1608
 Info regexp RegexpSingleline Line has trailing spaces. 1615
 Info misc FinalParameters Parameter filename should be final. 1623
 Warning coding MagicNumber '4096' is a magic number. 1648
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1656
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1659
 Info regexp RegexpSingleline Line has trailing spaces. 1672
 Info regexp RegexpSingleline Line has trailing spaces. 1679
 Info misc FinalParameters Parameter filename should be final. 1687
 Warning coding MagicNumber '1.4' is a magic number. 1695
 Warning coding MagicNumber '40' is a magic number. 1696
 Warning coding MagicNumber '4096' is a magic number. 1706
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1714
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1717
 Info regexp RegexpSingleline Line has trailing spaces. 1730
 Info misc FinalParameters Parameter infile should be final. 1739
 Info misc FinalParameters Parameter outfile should be final. 1739
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1748
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1751
 Info regexp RegexpSingleline Line has trailing spaces. 1762
 Info misc FinalParameters Parameter infile should be final. 1771
 Info misc FinalParameters Parameter outfile should be final. 1771
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1780
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 1783
 Info regexp RegexpSingleline Line has trailing spaces. 1798
 Error javadoc JavadocVariable Missing a Javadoc comment. 1804
 Error javadoc JavadocVariable Missing a Javadoc comment. 1805
 Error javadoc JavadocVariable Missing a Javadoc comment. 1806
 Error javadoc JavadocVariable Missing a Javadoc comment. 1807
 Error javadoc JavadocVariable Missing a Javadoc comment. 1808
 Error javadoc JavadocVariable Missing a Javadoc comment. 1809
 Error javadoc JavadocVariable Missing a Javadoc comment. 1810
 Error javadoc JavadocVariable Missing a Javadoc comment. 1811
 Error javadoc JavadocVariable Missing a Javadoc comment. 1812
 Info regexp RegexpSingleline Line has trailing spaces. 1816
 Info misc FinalParameters Parameter in should be final. 1821
 Info regexp RegexpSingleline Line has trailing spaces. 1830
 Error javadoc JavadocStyle Extra HTML tag found: </i> 1834
 Info regexp RegexpSingleline Line has trailing spaces. 1838
 Info regexp RegexpSingleline Line has trailing spaces. 1839
 Info misc FinalParameters Parameter in should be final. 1849
 Info misc FinalParameters Parameter options should be final. 1849
 Warning coding HiddenField 'options' hides a field. 1849
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 1855
 Warning coding MagicNumber '4' is a magic number. 1855
 Warning coding MagicNumber '3' is a magic number. 1855
 Info regexp RegexpSingleline Line has trailing spaces. 1865
 Error design DesignForExtension Method 'read' is not designed for extension - needs to be abstract, final or empty. 1869
 Error javadoc JavadocMethod Expected @throws tag for 'java.io.IOException'. 1869
 Warning coding MagicNumber '3' is a magic number. 1874
 Warning coding MagicNumber '3' is a magic number. 1876
 Warning coding MagicNumber '4' is a magic number. 1892
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 1893
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 1897
 Warning coding MagicNumber '4' is a magic number. 1901
 Warning coding MagicNumber '4' is a magic number. 1903
 Warning coding MagicNumber '0x7f' is a magic number. 1909
 Warning coding MagicNumber '4' is a magic number. 1918
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 1921
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 1924
 Info whitespace ParenPad '(' is followed by whitespace. 1937
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 1944
 Warning coding MagicNumber '0xFF' is a magic number. 1956
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 1959
 Error javadoc JavadocStyle Extra HTML tag found: </var> bytes are read. Returns number of bytes read into 1970
 Info regexp RegexpSingleline Line has trailing spaces. 1972
 Error design DesignForExtension Method 'read' is not designed for extension - needs to be abstract, final or empty. 1982
 Info misc FinalParameters Parameter dest should be final. 1982
 Info misc FinalParameters Parameter off should be final. 1982
 Info misc FinalParameters Parameter len should be final. 1982
 Error javadoc JavadocMethod Expected @throws tag for 'java.io.IOException'. 1983
 Info regexp RegexpSingleline Line has trailing spaces. 2008
 Error javadoc JavadocVariable Missing a Javadoc comment. 2014
 Error javadoc JavadocVariable Missing a Javadoc comment. 2015
 Error javadoc JavadocVariable Missing a Javadoc comment. 2016
 Error javadoc JavadocVariable Missing a Javadoc comment. 2017
 Error javadoc JavadocVariable Missing a Javadoc comment. 2018
 Error javadoc JavadocVariable Missing a Javadoc comment. 2019
 Error javadoc JavadocVariable Missing a Javadoc comment. 2020
 Error javadoc JavadocVariable Missing a Javadoc comment. 2021
 Error javadoc JavadocVariable Missing a Javadoc comment. 2022
 Error javadoc JavadocVariable Missing a Javadoc comment. 2023
 Info regexp RegexpSingleline Line has trailing spaces. 2027
 Info misc FinalParameters Parameter out should be final. 2033
 Info regexp RegexpSingleline Line has trailing spaces. 2042
 Error javadoc JavadocStyle Extra HTML tag found: </i> 2046
 Info regexp RegexpSingleline Line has trailing spaces. 2050
 Info misc FinalParameters Parameter out should be final. 2061
 Info misc FinalParameters Parameter options should be final. 2061
 Warning coding HiddenField 'options' hides a field. 2061
 Warning coding AvoidInlineConditionals Avoid inline conditionals. 2065
 Warning coding MagicNumber '3' is a magic number. 2065
 Warning coding MagicNumber '4' is a magic number. 2065
 Warning coding MagicNumber '4' is a magic number. 2070
 Info regexp RegexpSingleline Line has trailing spaces. 2080
 Error design DesignForExtension Method 'write' is not designed for extension - needs to be abstract, final or empty. 2085
 Info misc FinalParameters Parameter theByte should be final. 2085
 Error javadoc JavadocMethod Expected @throws tag for 'java.io.IOException'. 2085
 Info sizes LineLength Line is longer than 80 characters (found 82). 2097
 Warning coding MagicNumber '4' is a magic number. 2099
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 2107
 Warning coding MagicNumber '0x7f' is a magic number. 2112
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 2120
 Warning coding MagicNumber '0x7f' is a magic number. 2121
 Error javadoc JavadocStyle Extra HTML tag found: </var> bytes are 2129
 Info regexp RegexpSingleline Line has trailing spaces. 2131
 Error design DesignForExtension Method 'write' is not designed for extension - needs to be abstract, final or empty. 2140
 Info misc FinalParameters Parameter theBytes should be final. 2140
 Info misc FinalParameters Parameter off should be final. 2140
 Info misc FinalParameters Parameter len should be final. 2140
 Error javadoc JavadocMethod Expected @throws tag for 'java.io.IOException'. 2141
 Info regexp RegexpSingleline Line has trailing spaces. 2157
 Error design DesignForExtension Method 'flushBase64' is not designed for extension - needs to be abstract, final or empty. 2161
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 2166
 Info regexp RegexpSingleline Line has trailing spaces. 2177
 Error design DesignForExtension Method 'close' is not designed for extension - needs to be abstract, final or empty. 2180
 Error javadoc JavadocMethod Expected @throws tag for 'java.io.IOException'. 2180
 Info regexp RegexpSingleline Line has trailing spaces. 2195
 Error design DesignForExtension Method 'suspendEncoding' is not designed for extension - needs to be abstract, final or empty. 2200
 Info regexp RegexpSingleline Line has trailing spaces. 2208
 Error design DesignForExtension Method 'resumeEncoding' is not designed for extension - needs to be abstract, final or empty. 2211